Searched refs:should (Results 151 - 175 of 912) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/Control/
H A DVLVResponse.pm117 An estimate of the number of entries in the complete list. This value should
123 request which this control is a response for. This value should be copied
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/Apache/
H A DSOAP.pm76 in .htaccess file). This functionality should give you lightweight option
86 All parameters should be quoted and can be separated with commas or spaces
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/Apache/XMLRPC/
H A DLite.pm77 This functionality should give you lightweight option
87 All parameters should be quoted and can be separated with commas or spaces
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/Apache/
H A DSOAP.pm76 in .htaccess file). This functionality should give you lightweight option
86 All parameters should be quoted and can be separated with commas or spaces
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/Apache/XMLRPC/
H A DLite.pm77 This functionality should give you lightweight option
87 All parameters should be quoted and can be separated with commas or spaces
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/Builder/
H A DModule.pm129 Any extra arguments which shouldn't be passed on to plan() should be
153 This is the preferred way to get the Test::Builder object. You should
157 The object returned by builder() may change at runtime so you should
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/subtest/
H A Dbasic.t44 is $tb->read, <<"END", 'Output should nest properly';
90 is $tb->read, <<"END", 'We should allow arbitrary nesting';
128 is $tb->read, <<"END", 'Previous child failures should not force subsequent failures';
148 is $child->{$_}, $tb->{$_}, "The child should copy the ($_) filehandle"
156 is $child->parent, $tb, '... and it should return the parent of the child';
157 ok !defined $tb->parent, '... but top level builders should not have parents';
160 is $tb->name, $0, 'The top level name should be $0';
161 is $child->name, 'one', '... but child names should be whatever we set them to';
168 ok defined &subtest, 'subtest() should be exported to our namespace';
173 ok 1, 'planned subtests should wor
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DBreadthFirstTraversal.pm116 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
138 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DFindByNodeValue.pm179 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to further check the tree nodes as they are searched and so can be used to customize search behavior. For instance, you could to check against the node value as well as some other criteria. The filter function should accept a single argument, which is the current Tree::Simple object and return either true (C<1>) on success, or false (C<0>) on failure.
201 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DFindByPath.pm156 # our result's node value should match
158 print $result->getNodeValue(); # this should print 1.2.2
182 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
208 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DGetAllDescendents.pm117 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
139 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DPathToRoot.pm114 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
140 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DPostOrderTraversal.pm109 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
131 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DPreOrderTraversal.pm55 Pre-order traversal is a depth-first traversal method in which the sub-tree's are processed I<after> the parent. It is essentially a wrapper around the base Tree::Simple::Visitor class, and is a seperate module here for completeness. (If you have a post-order, you should have a pre-order too).
71 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
93 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DBreadthFirstTraversal.pm116 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
138 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DFindByNodeValue.pm179 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to further check the tree nodes as they are searched and so can be used to customize search behavior. For instance, you could to check against the node value as well as some other criteria. The filter function should accept a single argument, which is the current Tree::Simple object and return either true (C<1>) on success, or false (C<0>) on failure.
201 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DFindByPath.pm156 # our result's node value should match
158 print $result->getNodeValue(); # this should print 1.2.2
182 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
208 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DGetAllDescendents.pm117 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
139 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DPathToRoot.pm114 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
140 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DPostOrderTraversal.pm109 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
131 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DPreOrderTraversal.pm55 Pre-order traversal is a depth-first traversal method in which the sub-tree's are processed I<after> the parent. It is essentially a wrapper around the base Tree::Simple::Visitor class, and is a seperate module here for completeness. (If you have a post-order, you should have a pre-order too).
71 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are collected. This can be used to customize output, or to gather specific information from a more complex tree node. The filter function should accept a single argument, which is the current Tree::Simple object.
93 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
/macosx-10.9.5/Heimdal-323.92.1/packages/windows/assembly/
H A DNTMakefile36 # CODESIGN_PKT should be set to the public key token of the code
44 ! error CODESIGN_PKT should be set to the public key token for codesigning certificate
/macosx-10.9.5/ICU-511.35/icuSources/data/brkitr/
H A Dbrkfiles.mk10 # you should consider creating a 'brklocal.mk' file in this same directory.
/macosx-10.9.5/WebCore-7537.78.1/plugins/win/
H A DPaintHooks.asm14 ; You should have received a copy of the GNU Library General Public License
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/acl/ns2/
H A Dnamed2.conf62 * families. This should *not* match IPv4 queries from 10.*.

Completed in 95 milliseconds

1234567891011>>