Searched refs:thrown (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dexceptions.pl44 if ($__exception__ = &'thrown) {
57 sub thrown { subroutine
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsecurity_utilities.d71 probe end_thread(int thrown);
75 probe timer__end(int thrown);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsecurity_utilities.d71 probe end_thread(int thrown);
75 probe timer__end(int thrown);
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DAssert.pm128 Now, if C<user.name> is an undefined value, an exception will be thrown:
H A DFile.pm223 error thrown by the C<File> plugin, to distinguish it from a regular
224 C<file> exception thrown by the Template Toolkit.
227 name 'C<file>'. However, exceptions are always thrown of the C<File>
242 to verify that it does, and no error will be thrown if it doesn't.
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm647 argument is not defined an exception will usually be thrown. Many arguments
650 derived from B<Tree::Simple>, otherwise an exception is thrown. This may seems
654 the exceptions are just strings thrown with C<die>.
699 This sets the node value to the scalar C<$node_value>, an exception is thrown if
714 B<Tree::Simple>, an exception is thrown otherwise. This method will append
741 out of bounds an exception is thrown. The C<$tree> argument's type is
743 this condition fails, an exception is thrown.
757 no match is found, and exception is thrown. If a non-B<Tree::Simple> object
758 is given as the C<$child> argument, an exception is thrown.
762 this condition fail, an exception is thrown
[all...]
/macosx-10.10/BerkeleyDB-21/db/docs_src/tcl/
H A Dm4.tcl59 define(m4_tcl_ret_error, [m4_p([In the case of error, a Tcl error is thrown.])])
66 a Tcl error is thrown.])])
73 is thrown.])])
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DFromNestedArray.pm171 The tree is validated prior being accepted, if it fails validation an execption will be thrown. The rules are as follows;
181 The root node is validated against this in this function, but all subsequent nodes are checked as the tree is built. Any nodes found to be array references are rejected and an exception is thrown. If you desire your node values to be array references, you can use the node filtering mechanism to acheive this as the node is filtered I<after> it is validated.
H A DLoadDirectoryTree.pm198 The node value of the C<$tree> argument (gotten by calling C<getNodeValue>) is considered the root directory from which we begin our traversal. We use File::Spec to keep our paths cross-platform, but it is expected that you will feed in a valid path for your OS. If the path either does not exist, or is not a directory, then an exception is thrown.
200 The C<$tree> argument which is passed to C<visit> must be a leaf node. This is because this Visitor will create all the sub-nodes for this tree. If the tree is not a leaf, an exception is thrown. We do not require the tree to be a root though, and this Visitor will not affect any nodes above the C<$tree> argument.
H A DFromNestedHash.pm144 The tree is validated prior being accepted, if it fails validation an execption will be thrown. The rules are as follows;
H A DLoadClassHierarchy.pm159 The C<$tree> argument which is passed to C<visit> must be a leaf node. This is because this Visitor will create all the sub-nodes for this tree. If the tree is not a leaf, an exception is thrown. We do not require the tree to be a root though, and this Visitor will not affect any nodes above the C<$tree> argument.
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/
H A DVisitorFactory.pm60 Attempts to load the C<$visitor_type> and returns an instance of it if successfull. If no C<$visitor_type> is specified an exception is thrown, if C<$visitor_type> fails to load, and exception is thrown.
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/
H A DBuilder.pm289 be thrown from any of the callbacks.
307 C<DateTime> object being returned or an error being thrown
648 If no parser could parse, then an error is thrown.
695 of the methods you define here, an error will be thrown.
712 Builder to define one an error will be thrown.
851 parse failed an error will be thrown.
/macosx-10.10/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlClient.pm242 to the server. A Perl exception is thrown in case of errors, thus you
349 method results, if successfull, otherwise a Perl exception is thrown.
/macosx-10.10/vim-55/src/testdir/
H A Dtest49.vim282 " exception is thrown but not caught or when an interrupt occurs. It can also
3572 " When a number is thrown, it is converted to a string exception.
3677 " When an exception is thrown and there are multiple :catch clauses,
3906 " When an exception is thrown from within nested :try blocks, the
3983 " When an exception is thrown from a :catch clause, it should not be
4056 " When an exception is thrown from a :finally clause, it should not be
4059 " thrown exception is discarded.
4141 " When an exception is thrown but not caught inside a function, the
4223 " When an exception is thrown but not caught inside a script file,
4411 " When an exception is thrown bu
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DContext.pm289 # Returns the output of processing the template. Errors are thrown
403 # Returns the output of processing the template. Errors are thrown
484 # was thrown. The RETURN and STOP directives, for example, use this
522 # Called by various directives after catching an error thrown via die()
526 # and so on) or an error message thrown via die from somewhere in user
530 # localised within the eval block. As exceptions are thrown upwards
987 # process/include a template, errors are thrown via die()
1254 On error, a L<Template::Exception> object of type 'C<file>' is thrown via
1275 doesn't have to be). Errors are thrown as L<Template::Exception> objects
1290 thrown a
[all...]
H A DService.pm206 # a 'stop' exception is thrown by [% STOP %] - we return the output
318 template file in the case of uncaught exceptions being thrown. This allows
425 output text. An uncaught exception thrown by the template will be handled by a
H A DDocument.pm449 Errors are thrown via C<die()>.
/macosx-10.10/CPANInternal-159.1/Test-NoWarnings-1.04/lib/Test/
H A DNoWarnings.pm233 when loading the module to force warnings to be thrown via diag at the time
/macosx-10.10/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm855 thrown.
861 originally loaded using C<read_config()>, an exception is thrown.
/macosx-10.10/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm857 thrown.
863 originally loaded using C<read_config()>, an exception is thrown.
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm479 specified then an error is thrown.
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/
H A DParser.pm562 specified then an error is thrown.
/macosx-10.10/vim-55/runtime/autoload/
H A Dpython3complete.vim583 except StopIteration: #thrown on EOF
H A Dpythoncomplete.vim601 except StopIteration: #thrown on EOF

Completed in 231 milliseconds

12