Searched refs:handlers (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dsignal.c62 Sigfunc *handlers[NSIG]={0}; variable
218 oact->sa_handler = handlers[signo];
226 handlers[signo]=act->sa_handler;
252 if (handlers[signo] != SIG_IGN){
257 else if (handlers[signo] == SIG_DFL)
260 handlers[signo](signo);
264 if (handlers[signo] != SIG_IGN){
269 else if (handlers[signo] == SIG_DFL)
272 handlers[signo](signo);
276 if (handlers[sign
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/dl/lib/dl/
H A Dimport.rb8 def initialize(handlers)
9 @handlers = handlers
12 def handlers() method in class:DL.CompositeHandler
13 @handlers
17 @handlers.each{|handle|
63 lib.handlers
/macosx-10.9.5/ruby-104/ruby/ext/fiddle/lib/fiddle/
H A Dimport.rb9 # Create a new handler with the open +handlers+
12 def initialize(handlers)
13 @handlers = handlers
17 def handlers() method in class:Fiddle.CompositeHandler
18 @handlers
21 # Returns the address as an Integer from any handlers with the function
26 @handlers.each{|handle|
65 # Creates an array of handlers for the given +libs+, can be an instance of
80 lib.handlers
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp131 } handlers[] = { local
139 handler* h = handlers;
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DNode.pm505 my %handlers = @_;
507 my $doch = $handlers{DocumentHandler} || $handlers{Handler};
508 my $dtdh = $handlers{DTDHandler} || $handlers{Handler};
509 my $enth = $handlers{EntityResolver} || $handlers{Handler};
555 =head2 to_sax ( $handler | %handlers )
557 Generates sax calls to the handler or handlers. See the PerlSAX docs for
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/XML/Parser/
H A DLite.pm38 # clear all handlers if called without parameters
282 The handlers given will be passed to setHandlers.
286 Sets (or resets) the parsing handlers. Accepts a hash with the handler names
290 The following handlers can be set:
298 All other handlers are ignored.
300 Calling setHandlers without parameters resets all handlers to no-ops.
367 Additional handlers supplied by Adam Leggett.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/XML/Parser/
H A DLite.pm36 # clear all handlers if called without parameters
272 The handlers given will be passed to setHandlers.
276 Sets (or resets) the parsing handlers. Accepts a hash with the handler names
280 The following handlers can be set:
288 All other handlers are ignored.
290 Calling setHandlers without parameters resets all handlers to no-ops.
357 Additional handlers supplied by Adam Leggett.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/
H A DDispatch.pm13 handlers
23 handlers => {},
49 my $handler = $self->handlers->{ $klass };
54 $self->handlers->{$klass} = $handler;
/macosx-10.9.5/cxxfilt-11/cxxfilt/cpu/
H A Dsimplify.inc98 indices values handlers)
103 indices values handlers () () ())
113 ; Simpler version of dnh that leaves out the indices, values, handlers,
/macosx-10.9.5/CPANInternal-140/XML-Parser/
H A DParser.pm43 my $handlers = $args{Handlers};
67 # handlers from the Style package
68 unless (defined($handlers->{$htype})) {
76 $handlers->{$htype} = \&$hname;
82 $handlers->{$htype} = \&$hname;
89 unless (defined($handlers->{ExternEnt})
90 or defined ($handlers->{ExternEntFin})) {
93 $handlers->{ExternEnt} = \&file_ext_ent_handler;
94 $handlers->{ExternEntFin} = \&file_ext_ent_cleanup;
100 $handlers
[all...]
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-exception.mm190 if (PrintExceptions) _objc_inform("EXCEPTIONS: *** mismatched try block exit handlers\n");
480 // If we're executing the unwind, call this frame's alt handlers, if any.
938 if (!action_record) return false; // no catch handlers
940 // has handlers, destructors, and/or throws specifications
941 // Use this frame if it has any handlers
1051 // active alt handlers per frame is small.
1074 struct alt_handler_data *handlers;
1121 if (list->handlers) {
1123 if (list->handlers[i].frame.ips) {
1124 _free_internal(list->handlers[
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/
H A DRPC.pm91 The implementors are called handlers. Handlers are simple objects, and will be instantiated automatically for you. Their return values are converted to JSON objects automatically.
108 Your handlers are objects responsible for returning some sort of reference structure that can be properly encoded via JSON/JSON::XS. The handler only needs to implement the methods that you specified in your router.
129 will cause your handlers to receive the following arguments:
136 This is convenient if you have application-specific data that needs to be passed to your handlers.
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-demon.el49 (defcustom gnus-demon-handlers nil
50 "Alist of daemonic handlers to be run at intervals.
93 ;; First remove any old handlers that use this function.
96 (push (list function time idle) gnus-demon-handlers)
100 "Remove the handler FUNCTION from the list of handlers."
101 (gnus-pull function gnus-demon-handlers)
109 (when gnus-demon-handlers
120 gnus-demon-handlers))
185 "The Gnus daemon that takes care of running all Gnus handlers."
196 (let ((handlers gnu
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/template/json_index/js/
H A Dsearcher.js3 this.handlers = [];
49 this.handlers.push(fn);
223 jQuery.each(this.handlers, function(i, fn) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dcgen.h270 /* Associated with each insn or expression is a set of "handlers" for
344 /* Parse/insert/extract/print handlers.
955 struct cgen_opcode_handler handlers;
956 #define CGEN_OPCODE_HANDLERS(opc) (& (opc)->handlers)
1335 /* Instruction parse/insert/extract/print handlers. */
1341 #define CGEN_PARSE_FN(cd, insn) (cd->parse_handlers[(insn)->opcode->handlers.parse])
1342 #define CGEN_INSERT_FN(cd, insn) (cd->insert_handlers[(insn)->opcode->handlers.insert])
1343 #define CGEN_EXTRACT_FN(cd, insn) (cd->extract_handlers[(insn)->opcode->handlers.extract])
1344 #define CGEN_PRINT_FN(cd, insn) (cd->print_handlers[(insn)->opcode->handlers.print])
941 struct cgen_opcode_handler handlers; member in struct:__anon7902
/macosx-10.9.5/emacs-92/emacs/src/
H A Deval.c1242 the handler stack as we go, so that the proper handlers are in
1270 handlers. */
1333 /* Chain of condition handlers currently in effect.
1365 register Lisp_Object bodyform, handlers;
1370 handlers = Fcdr (Fcdr (args));
1372 return internal_lisp_condition_case (var, bodyform, handlers);
1379 internal_lisp_condition_case (var, bodyform, handlers)
1381 Lisp_Object bodyform, handlers;
1389 for (val = handlers; CONSP (val); val = XCDR (val))
1426 h.handler = handlers;
1360 register Lisp_Object bodyform, handlers; variable
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DDirective.pm638 my $handlers = [];
654 push(@$handlers, "'$match'");
670 $handlers = join(', ', @$handlers);
685 if (defined (\$_tt_handler = \$_tt_error->select_handler($handlers))) {
H A DService.pm211 my $handlers = $self->{ ERROR }
214 if (ref $handlers eq 'HASH') {
215 if ($hkey = $$error->select_handler(keys %$handlers)) {
216 $handler = $handlers->{ $hkey };
219 elsif ($handler = $handlers->{ default }) {
228 $handler = $handlers;
355 handlers.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DDirective.pm638 my $handlers = [];
654 push(@$handlers, "'$match'");
670 $handlers = join(', ', @$handlers);
685 if (defined (\$_tt_handler = \$_tt_error->select_handler($handlers))) {
H A DService.pm211 my $handlers = $self->{ ERROR }
214 if (ref $handlers eq 'HASH') {
215 if ($hkey = $$error->select_handler(keys %$handlers)) {
216 $handler = $handlers->{ $hkey };
219 elsif ($handler = $handlers->{ default }) {
228 $handler = $handlers;
355 handlers.
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dencoding.c1229 * Char encoding handlers *
1236 static xmlCharEncodingHandlerPtr *handlers = NULL; variable
1335 if (handlers != NULL) return;
1337 handlers = (xmlCharEncodingHandlerPtr *)
1347 if (handlers == NULL) {
1386 * unregisters all the encoding handlers and the aliases.
1392 if (handlers == NULL) return;
1396 if (handlers[nbCharEncodingHandler] != NULL) {
1397 if (handlers[nbCharEncodingHandler]->name != NULL)
1398 xmlFree(handlers[nbCharEncodingHandle
[all...]
/macosx-10.9.5/configd-596.15/libSystemConfiguration/
H A DlibSystemConfiguration_client.c36 #pragma mark libSC fork handlers
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dthread_act.c698 for (rh = &thread->handlers; *rh; rh = &(*rh)->next)
746 rh = thread->handlers;
748 thread->handlers = rh->next;
830 if (thread->handlers == NULL) {
/macosx-10.9.5/ksh-20/ksh/src/lib/libdll/
H A Ddlfcn.c358 static NSLinkEditErrorHandlers handlers = variable
379 NSInstallLinkEditErrorHandlers(&handlers);
/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.pm305 # Namespace declaration handlers
703 handlers registered for that type of an event are called with suitable
772 This method registers handlers for the various events. If no handlers are
781 input. The handlers returned are the ones that were in effect before the
785 handlers are:
933 received through the Start or End handlers from a single document, or through
941 through the Start or End handlers from a single document, or through
974 This method doesn't return a meaningful string inside declaration handlers.
981 handlers
[all...]

Completed in 343 milliseconds

123