Searched refs:abortable (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/lib/Class/
H A DTrigger.pm39 my %args = ( name => undef, callback => undef, abortable => undef, @_ );
42 my $abortable = $args{'abortable'};
45 push @{ $triggers->{$when} }, [ $code, $abortable ];
230 abortable => 1);
240 If add_trigger is called with named parameters and the C<abortable>
245 If C<add_trigger> is called without the C<abortable> flag, return
271 If there are no C<abortable> triggers or no C<abortable> trigger point returns
275 If an C<abortable> trigge
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dbibtex.el2314 (defun bibtex-parse-keys (&optional abortable verbose)
2335 (if (and abortable (input-pending-p))
2358 (if (and abortable
2377 (defun bibtex-parse-strings (&optional add abortable)
2396 (if (and abortable
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp484 IOHibernatePollerIODone(IOPolledFileIOVars * vars, bool abortable) argument
498 if ((newErr == kIOReturnAborted) && !abortable)
505 if ((kIOReturnSuccess == err) && abortable && hibernate_should_abort())

Completed in 163 milliseconds