Searched +refs:custom +refs:state (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dimap.h31 IMAP_STOP, /* do nothing state, stops the state machine */
68 char *custom; /* Custom request */ member in struct:IMAP
69 char *custom_params; /* Parameters for the custom request */
76 imapstate state; /* Always use imap.c:state() to change state! */ member in struct:imap_conn
H A Dpop3.h31 POP3_STOP, /* do nothing state, stops the state machine */
62 char *custom; /* Custom Request */ member in struct:POP3
69 pop3state state; /* Always use pop3.c:state() to change state! */ member in struct:pop3_conn
H A Dimap.c380 struct IMAP *imap = conn->data->state.proto.imap;
406 switch(imapc->state) {
414 if((!imap->custom && !imap_matchresp(line, len, "LIST")) ||
415 (imap->custom && !imap_matchresp(line, len, imap->custom) &&
416 (strcmp(imap->custom, "STORE") ||
418 strcmp(imap->custom, "SELECT") &&
419 strcmp(imap->custom, "EXAMINE")))
445 switch(imapc->state) {
474 * state()
478 static void state(struct connectdata *conn, imapstate newstate) function
2200 const char *custom = data->set.str[STRING_CUSTOMREQUEST]; local
[all...]
H A Dpop3.c238 if(pop3c->state == POP3_SERVERGREET) {
261 else if(pop3c->state == POP3_CAPA) {
343 /* This is the ONLY way to change POP3 state! */
344 static void state(struct connectdata *conn, pop3state newstate) function
372 if(pop3c->state != newstate)
373 infof(conn->data, "POP3 %p state change from %s to %s\n",
374 pop3c, names[pop3c->state], names[newstate]);
377 pop3c->state = newstate;
393 state(conn, POP3_CAPA);
406 state(con
1539 const char *custom = data->set.str[STRING_CUSTOMREQUEST]; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcwarn.el103 ;; state explicitly that you are guessing.
113 (require 'custom)
268 (let ((state (c-parse-state)))
269 (or (not (c-most-enclosing-brace state))
270 (c-search-uplist-for-classkey state))))
H A Dcperl-mode.el77 (require 'custom)
98 (or (fboundp 'custom-declare-variable)
101 (or (and (fboundp 'custom-declare-variable)
196 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
705 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode/patches
1068 (defvar cperl-syntax-state nil)
1821 (make-local-variable 'cperl-syntax-state)
1822 (setq cperl-syntax-state nil) ; reset syntaxification cache
2670 (defun cperl-get-state (&optional parse-start start-state)
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DCreateDirectoryTree.pm130 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter>, C<setFileHandler> and C<setDirectoryHandler> methods to customize its behavior.
138 This method accepts a CODE reference as its C<$file_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom file creation behavior. The default behavior is to just create the file and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a file based on a template. The function is passed the full path of the file to be created (as built by File::Spec).
142 This method accepts a CODE reference as its C<$dir_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom directory creation behavior. The default behavior is to just create the directory and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a directory on a remote server. The function is passed the full path of the directory to be created (as built by File::Spec).
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DCreateDirectoryTree.pm130 There are no arguments to the constructor the object will be in its default state. You can use the C<setNodeFilter>, C<setFileHandler> and C<setDirectoryHandler> methods to customize its behavior.
138 This method accepts a CODE reference as its C<$file_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom file creation behavior. The default behavior is to just create the file and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a file based on a template. The function is passed the full path of the file to be created (as built by File::Spec).
142 This method accepts a CODE reference as its C<$dir_handler> argument and throws an exception if it is not a CODE reference. This method can be used to create custom directory creation behavior. The default behavior is to just create the directory and nothing else, but by using this method it is possible to implement some other custom behavior, such as creating a directory on a remote server. The function is passed the full path of the directory to be created (as built by File::Spec).
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css167 body.dock-to-bottom .toolbar-icon.custom-toolbar-icon {
1294 .object-info-state-note {
1307 .object-info-state-note::before {
1311 .section.expanded .object-info-state-note {
2726 .custom-popup-horizontal-scroll ::-webkit-scrollbar, .custom-popup-vertical-scroll ::-webkit-scrollbar {
2731 .custom-popup-horizontal-scroll ::-webkit-scrollbar-corner, .custom-popup-vertical-scroll ::-webkit-scrollbar-corner {
2735 .custom-popup-horizontal-scroll ::-webkit-resizer, .custom
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeUtils.c320 TkWinDCState state; local
327 dc = TkWinGetDrawableDC(tree->display, drawable, &state);
342 TkWinReleaseDrawableDC(drawable, dc, &state);
379 TkWinDCState state; local
386 dc = TkWinGetDrawableDC(tree->display, drawable, &state);
401 TkWinReleaseDrawableDC(drawable, dc, &state);
454 TkWinDCState state; local
463 dc = TkWinGetDrawableDC(tree->display, drawable, &state);
495 TkWinReleaseDrawableDC(drawable, dc, &state);
597 DotState *p /* Where to save state inf
2665 PerStateInfo_ForState( TreeCtrl *tree, PerStateType *typePtr, PerStateInfo *pInfo, int state, int *match ) argument
2735 PerStateInfo_ObjForState( TreeCtrl *tree, PerStateType *typePtr, PerStateInfo *pInfo, int state, int *match ) argument
2966 PerStateBitmap_ForState( TreeCtrl *tree, PerStateInfo *pInfo, int state, int *match) argument
3044 PerStateBoolean_ForState( TreeCtrl *tree, PerStateInfo *pInfo, int state, int *match) argument
3102 PerStateBorder_ForState( TreeCtrl *tree, PerStateInfo *pInfo, int state, int *match) argument
3160 PerStateColor_ForState( TreeCtrl *tree, PerStateInfo *pInfo, int state, int *match) argument
3218 PerStateFont_ForState( TreeCtrl *tree, PerStateInfo *pInfo, int state, int *match) argument
3286 PerStateImage_ForState( TreeCtrl *tree, PerStateInfo *pInfo, int state, int *match) argument
3365 PerStateRelief_ForState( TreeCtrl *tree, PerStateInfo *pInfo, int state, int *match) argument
5560 Tk_ObjCustomOption *custom; /* Table of procedures and clientData for member in struct:DynamicCOClientData
5794 DynamicCO_Init( Tk_OptionSpec *optionTable, CONST char *optionName, int id, int size, int objOffset, int internalOffset, Tk_ObjCustomOption *custom, DynamicOptionInitProc *init ) argument
[all...]
H A DtkTreeCtrl.h556 MODULE_SCOPE void TreeItem_UndefineState(TreeCtrl *tree, TreeItem item_, int state);
642 int state; /* STATE_xxx */ member in struct:StyleDrawArgs
649 MODULE_SCOPE int TreeStyle_NeededWidth(TreeCtrl *tree, TreeStyle style_, int state);
650 MODULE_SCOPE int TreeStyle_NeededHeight(TreeCtrl *tree, TreeStyle style_, int state);
665 MODULE_SCOPE int TreeStyle_ElementActual(TreeCtrl *tree, TreeStyle style_, int state, Tcl_Obj *elemObj, Tcl_Obj *obj);
688 MODULE_SCOPE void Tree_UndefineState(TreeCtrl *tree, int state);
694 MODULE_SCOPE int Tree_ButtonHeight(TreeCtrl *tree, int state);
902 int state, int arrow, int visIndex, int x, int y, int width, int height);
904 MODULE_SCOPE int TreeTheme_GetHeaderContentMargins(TreeCtrl *tree, int state, int arrow, int bounds[4]);
1010 PerStateType *typePtr, PerStateInfo *pInfo, int state, in
[all...]
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/
H A DTraversal.pm165 my $self = { graph => $g, state => { } };
227 $p->( $u, $v, $self, $self->{ state });
250 $nontree->( $u, $v, $self, $self->{ state })
256 $back ->( $u, $v, $self, $self->{ state });
260 $down ->( $u, $v, $self, $self->{ state });
262 $cross->( $u, $v, $self, $self->{ state });
271 $seen->( $u, $v, $self, $self->{ state } );
307 $p->( $u, $v, $self, $self->{ state });
436 exists $self->{ state } && exists $self->{ state }
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A DviperCard.tex284 Viper has four states: {\it emacs state}, {\it vi state}, {\it insert state},
285 {\it replace state}.
286 Mode line tells you which state you are in.
287 In emacs state you can do all the normal GNU Emacs editing.
288 This card explains only vi state and insert state (replace state is similar
289 to insert state)
[all...]
H A Dorgcard.tex505 \key{rotate the state of the current item}{C-c C-t}
550 \key{Toggle custom format display for dates/times}{C-c C-x C-t}
582 \key{configure custom commands}{C-c a C$^1$}
622 \key{change state of current TODO item}{t}
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el31 ;; See `custom.el'.
33 ;; No commands should have names starting with `custom-' because
45 ;; different means if the option symbol has the 'custom-get'
46 ;; property. Similarly, set-default (or the 'custom-set' property)
99 ;; The state has not been determined yet.
145 (defvar custom-versions-load-alist) ; from cus-load
156 (put 'custom-define-hook 'custom-type 'hook)
157 (put 'custom-define-hook 'standard-value '(nil))
158 (custom
2165 (define-widget 'custom 'default function
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A DCodeGeneratorGObject.pm478 my $custom = $attribute->signature->extendedAttributes->{"Custom"};
479 if ($writeable && $custom) {
480 $const = "read-only (due to custom functions needed in webkitdom)";
483 if ($writeable && !$custom) {
637 WebCore::JSMainThreadNullState state;
657 WebCore::JSMainThreadNullState state;
992 push(@cBody, " WebCore::JSMainThreadNullState state;\n");
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DResolver.pm57 own state information such as the nameservers to be queried, whether
118 This is supported on both UNIX and Windows. Values pulled from a custom
123 values of the custom configuration file, if any. The following
331 Prints the resolver state on the standard output.
337 Returns a string representation of the resolver state.
/macosx-10.9.5/CPANInternal-140/Apache-DBI/lib/Apache/
H A DDBI.pm245 # Store the default start state of each dbh in the handle
273 # Restore the default start state of each dbh
445 requests are handled by different processes and a process does not know the state
454 have set other parameters, the handle is reset to its initial connection state
529 Apache::DBI or use your own custom connection handling.) If you are developing
/macosx-10.9.5/CPANInternal-140/Apache-DBI-1.11/lib/Apache/
H A DDBI.pm281 # Store the default start state of each dbh in the handle
309 # Restore the default start state of each dbh
481 requests are handled by different processes and a process does not know the state
490 have set other parameters, the handle is reset to its initial connection state
565 Apache::DBI or use your own custom connection handling.) If you are developing
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dartist.el206 (require 'custom)
208 (if (and (featurep 'custom) (fboundp 'custom-declare-variable))
210 ;; We have the old custom-library, hack around it!
259 ;; This is a defvar, not a defcustom, since the custom
410 ;; This is a defvar, not a defcustom, since the custom
1171 (defun artist-mode (&optional state)
1370 (if (null state) (not artist-mode)
1371 (> (prefix-numeric-value state) 0)))
3806 (defun artist-make-arrow-point (x y direction &optional state)
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim110 syn keyword lispFunc apply gbitp random-state
111 syn keyword lispFunc applyhook gcd random-state-p
261 syn keyword lispFunc cond make-random-state string-lessp
427 syn match lispFunc "\<\(custom:\)\?\*system-package-list\*\>"
428 syn match lispFunc "\<\(custom:\)\?\*ansi\*\>"
496 syn keyword lispVar *compile-print* *print-base* *random-state*
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm915 (DEBUG) through. But after this check, Log4perl will eventually apply custom
918 impossible to know what a custom filter does with a message without
2042 First off, let me tell you that creating custom levels is heavily
2049 Log4perl provides a nice way to create custom levels via the
2073 their appenders are used, you may add mappings for custom levels as well:
2078 For example, if your new custom "NOTIFY" level is supposed to map
2881 for the latest release. The api has reached a mature state, we will
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DChanges442 ! fixed warning and problem with WOULDBLOCK state in IO::SessionData
563 + added examples of custom serialization and deserialization
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DChanges358 ! fixed warning and problem with WOULDBLOCK state in IO::SessionData
479 + added examples of custom serialization and deserialization
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges595 * (ms) New interface for custom config parsers.
823 * (ms) Added Log4perl custom filter logic and standard filter set
1099 the inital state.

Completed in 461 milliseconds

12