Searched refs:one (Results 351 - 375 of 1188) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/CPANInternal-140/File-VirtualPath/lib/File/
H A DVirtualPath.pm195 names differ only in that one has a "_string" suffix; each will return either an
200 simple split or join operation on "/" will cleanly convert one into the other.
216 path results. Usual conventions have alphanumeric path segments going down one
217 directory level, ".." segments going up one level, and "." not going anywhere.
527 this object, and it returns the one at INDEX. If NEW_VALUE is defined then
529 virtual path segments one at a time. INDEX defaults to 0, meaning you are
605 this object, the current one of which it returns. If NEW_VALUE is defined then
607 virtual path segments one at a time in sequence. The segment you are looking at
660 # and combines them into one array ref. An analogy for what this method does
/macosx-10.9.5/CPANInternal-140/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm195 names differ only in that one has a "_string" suffix; each will return either an
200 simple split or join operation on "/" will cleanly convert one into the other.
216 path results. Usual conventions have alphanumeric path segments going down one
217 directory level, ".." segments going up one level, and "." not going anywhere.
527 this object, and it returns the one at INDEX. If NEW_VALUE is defined then
529 virtual path segments one at a time. INDEX defaults to 0, meaning you are
605 this object, the current one of which it returns. If NEW_VALUE is defined then
607 virtual path segments one at a time in sequence. The segment you are looking at
660 # and combines them into one array ref. An analogy for what this method does
/macosx-10.9.5/CPANInternal-140/Ima-DBI/lib/Ima/
H A DDBI.pm53 This allows you to pass around just one object without worrying about
77 No matter what, embedding one language into another is messy.
80 easily group the SQL statements in one place where they are easier to
81 maintain (especially if one developer is writing the SQL, another writing
154 =item * Guarantees one connection per program.
156 One program, one database connection (per database user). One program,
157 one prepared statement handle (per statement, per database user).
182 =item * Overkill for programs with only one or two SQL statements
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/t/
H A D003Layout.t131 # Don't append a newline if the message already contains one
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DWriter.pm221 Has XML::Writer write an Element. The first argument is one of (empty|start|end), to write an empty element, a start or an end tag. The second argument signifies the name of the tag. All further arguments are attributes of the tag (does not work, when first argument is 'end')
229 There needs to be only one fault message per fault type. Here the client class can register fault types already written. The fault name is passed as the single argument to this method.
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/WSDL/
H A DWriter.pm221 Has XML::Writer write an Element. The first argument is one of (empty|start|end), to write an empty element, a start or an end tag. The second argument signifies the name of the tag. All further arguments are attributes of the tag (does not work, when first argument is 'end')
229 There needs to be only one fault message per fault type. Here the client class can register fault types already written. The fault name is passed as the single argument to this method.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DData.pm19 The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. Most of the methods are accessors, which like those in SOAP::Lite are designed to return the current value if no new one is passed, while returning the object reference otherwise (allowing for chained method calls). Note that most accessors (except value) accept a new value for the data object as a second argument.
47 Gets or sets the URI that will be used as the namespace for the resulting XML entity, if one is desired. This doesn't set the label for the namespace. If one isn't provided by means of the prefix method, one is generated automatically when needed. Also allows the setting of the object's value, if passed as a second argument to the method.
89 This method is most likely to be used in places outside the header creation. Sets encodingStyle, which specifies an encoding that differs from the one that would otherwise be defaulted to.
/macosx-10.9.5/CPANInternal-140/Tree-Simple/t/
H A D13_Tree_Simple_clone_test.t23 my $HASH_REF = { one => 1, two => 2 };
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/t/
H A D13_Tree_Simple_clone_test.t23 my $HASH_REF = { one => 1, two => 2 };
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DFromNestedHash.pm142 Basically each key in the hash is considered a node, values are ignored unless it is a hash reference with at least one key in it, in which case it is interpreted as containing the children of the node created from the key.
154 The hash tree should have only one key in it's first level, if it has more than one, then it is not a single rooted tree.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/t/
H A D90_Tree_Simple_Visitor_FromNestedHash_test.t173 $visitor->setHashTree({ one => 1, two => 2 });
H A D95_Tree_Simple_Visitor_LoadClassHierarchy_test.t120 sub one {}
157 is($current->getChild(1)->getChild(1)->getChild(1)->getNodeValue(), 'one', '... got the value we expected');
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DFromNestedHash.pm142 Basically each key in the hash is considered a node, values are ignored unless it is a hash reference with at least one key in it, in which case it is interpreted as containing the children of the node created from the key.
154 The hash tree should have only one key in it's first level, if it has more than one, then it is not a single rooted tree.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/t/
H A D90_Tree_Simple_Visitor_FromNestedHash_test.t173 $visitor->setHashTree({ one => 1, two => 2 });
H A D95_Tree_Simple_Visitor_LoadClassHierarchy_test.t120 sub one {}
157 is($current->getChild(1)->getChild(1)->getChild(1)->getNodeValue(), 'one', '... got the value we expected');
/macosx-10.9.5/CPANInternal-140/XML-LibXML-Common/
H A DCommon.pm235 definitions, one may want to use XML::LibXML::Common in its
247 This allows one to use the XML::LibXML Compatibility mode, which
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest009-referral118 $LDAPSEARCH -C -S "" -b "ou=groups,$BASEDN" -s one -h $LOCALHOST -p $PORT2 \
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPMSettings.c386 int one = 1; local
415 n1 = CFNumberCreate(0, kCFNumberIntType, &one);
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Ddll.mk33 # Do all stuff in one step
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Dregengine.inc183 /* this loop does only one repetition except for backrefs */
257 if (dp != NULL) /* found a shorter one */
353 /* how long could this one be? */
360 /* no -- try a shorter match for this one */
378 /* how long could this one be? */
385 /* no -- try a shorter match for this one */
417 /* how long could this one be? */
424 /* no -- try a shorter match for this one */
434 /* that one missed, try next one */
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtkmenubutton.rb80 new(:parent=>f, :values=>%w(one two three)) .
/macosx-10.9.5/ruby-104/ruby/test/csv/
H A Dtest_headers.rb216 assert_equal(%w{one two\ three}, csv.headers)
223 assert_equal([:one, :two_three], csv.headers)
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dhelper.rb229 task :all_apps => [:one, :two]
230 task :one => ["temp_one"]
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhelp.tcl6 eval { Evaluate one Tcl command from the command line
100 is specified, a standard one using vfs::zip::mount will be used.
147 server never alters anything, other than optionally appending one
185 Fetch changes so local starkit matches the one on the server.
227 puts "Specify one of the following commands:"
/macosx-10.9.5/tidy-15.12/tidy/test/
H A Donetesta.cmd47 REM this has to all one line ...

Completed in 238 milliseconds

<<11121314151617181920>>