Searched refs:one (Results 151 - 175 of 1188) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/Traversal/
H A DDFS.pm39 With this class one can traverse a Graph in depth-first order.
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/Traversal/
H A DBFS.pm39 With this class one can traverse a Graph in breadth-first order.
H A DDFS.pm39 With this class one can traverse a Graph in depth-first order.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DTestFileCreeper.pm5 # out one byte at a time to provoke sync errors.
53 out one byte at a time to provoke sync errors. Don't use it, unless
/macosx-10.9.5/CPANInternal-140/PathTools/t/
H A Dcrossplatform.t95 my ($module, $one, $two) = @_;
96 my ($one_v) = $module->splitpath( $module->rel2abs($one) );
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/t/
H A D06order_by.t137 qr/hash passed .+ must have exactly one key/,
143 qr/hash passed .+ must have exactly one key/,
/macosx-10.9.5/CPANInternal-140/Test-Exception/t/
H A Dedge-cases.t17 q[Of multiple failures, the "primary" one is returned];
32 our $TODO = q[No clue how to solve this one.];
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/acl/ns2/
H A Dnamed1.conf37 key one {
60 allow-transfer { !key one; any; };
H A Dnamed2.conf37 key one {
64 allow-transfer { 0a00::/8; !10/8; key one; };
H A Dnamed3.conf37 key one {
53 !key one; !key two; any;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dtsearch.c25 * implementation? that's what happens when one slimes their
75 static int treecompare(Dt_t* dt, char* one, char* two, Dtdisc_t* disc) argument
77 static int treecompare(dt, one, two, disc)
79 char* one;
84 return (*((Treedisc_t*)disc)->comparf)((Void_t*)one,(Void_t*)two);
157 ** in the tree if there is one. Since we are using a splay tree, a deleted
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dttkprogress.rb23 The top one is a \\u201Cdeterminate\\u201D progress bar, \
25 The bottom one is an \\u201Cindeterminate\\u201D progress bar, \
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_markdown.rb88 > * one
97 item(nil, para("one")),
190 one
199 item(%w[one], para("This is a definition")),
210 one
211 : Indented one characters
227 item(%w[one], para("Indented one characters")),
253 one
260 item(%w[one tw
[all...]
H A Dtest_rdoc_markup_parser.rb221 - one
228 @RM::Paragraph.new('one')),
236 str = '= heading one'
239 @RM::Heading.new(1, 'heading one')]
254 str = '= * heading one'
257 @RM::Heading.new(1, '* heading one')]
289 str = '= b. heading one'
292 @RM::Heading.new(1, 'b. heading one')]
298 str = '= [heading one]'
301 @RM::Heading.new(1, '[heading one]')]
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/samples/
H A Dsoap-methods-server.tcl97 <subject>test memo one</subject>
/macosx-10.9.5/vim-53/runtime/macros/hanoi/
H A Dhanoi.vim31 " NO copy this one
44 "yank one line
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dcubetype.sh170 Cube_t cc[one]
181 (( cc[two].len == cc[one].len )) || err_exit 'cc[two].len != cc[one].len'
184 [[ ${cc[one]} == "${cc[two]}" ]] || err_exit '${cc[one]} != ${cc[two]}'
188 [one]=
200 (( cc[two].len == cc[one].len )) || err_exit 'cc[two].len != cc[one].len'
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Dlgamma.c71 * Two approximations are used, one centered at the
72 * minimum to ensure monotonicity; one centered at 2
95 static double zero = 0.0, one = 1.0; variable
155 endian = ((*(int *) &one)) ? 1 : 0;
279 double y, z, one = 1.0, zero = 0.0; local
287 return(one/zero);
298 return (one/zero);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsnumber.py203 one = NSDecimalNumber.decimalNumberWithString_(u"1.00")
204 self.assert_(isinstance(one, NSDecimalNumber))
219 self.failUnlessEqual(one + two, three)
220 self.failUnlessEqual(three - one, two)
222 self.failUnlessEqual(one / two, one_half)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsnumber.py203 one = NSDecimalNumber.decimalNumberWithString_(u"1.00")
204 self.assert_(isinstance(one, NSDecimalNumber))
219 self.assertEqual(one + two, three)
220 self.assertEqual(three - one, two)
222 self.assertEqual(one / two, one_half)
/macosx-10.9.5/vim-53/runtime/macros/life/
H A Dlife.vim10 " - Made "g" run the whole thing, "C" run one generation.
48 " C 'C'ompute one generation.
49 " + idem, time running one generation.
94 " Time running one generation (used by the human)
151 " ----- Work out one line -----
175 " ----- END of Work out one line -----
177 " ----- Work out one square -----
201 " ----- END of Work out one square -----
203 " ----- Work out one germ -----
241 " ----- END of Work out one ger
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dkxd.c266 int one = 1; local
268 setsockopt (sock, SOL_SOCKET, SO_KEEPALIVE, (void *)&one,
269 sizeof(one));
326 int one = 1; local
327 setsockopt (sock, IPPROTO_TCP, TCP_NODELAY, (void *)&one, sizeof(one));
332 int one = 1; local
334 setsockopt (sock, SOL_SOCKET, SO_KEEPALIVE, (void *)&one,
335 sizeof(one));
/macosx-10.9.5/misc_cmds-32/units/
H A Dunits.c90 int compareproducts(char **one, char **two);
593 compareproducts(char **one, char **two) argument
595 while (*one || *two) {
596 if (!*one && *two != NULLUNIT)
598 if (!*two && *one != NULLUNIT)
600 if (*one == NULLUNIT)
601 one++;
604 else if (strcmp(*one, *two))
607 one++, two++;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dnamed.conf76 // than one CNAME RR. This use
161 transfer-format one-answer;
209 * Control listeners, for "ndc". Every nameserver needs at least one.
213 // 'keys' must be used and the list must have at least one entry
419 transfer-format one-answer; // set transfer format for this
435 * All log output goes to one or more "channels"; you can make as
613 * Two categories, 'packet' and 'eventlib', are special. Only one
/macosx-10.9.5/ruby-104/ruby/test/csv/
H A Dtest_encodings.rb33 assert_parses( [ %w[ one two ��� ],
39 assert_parses( [ %w[ one two R��sum�� ],
45 assert_parses( [ %w[ one two ��� ],
122 encode_for_tests([%w[one two three], %w[1 2 3]]) do |data|
134 encode_for_tests([%w[one two three], %w[1 2 3]]) do |data|
143 encode_for_tests([%w[one two three], %w[1 2 3]]) do |data|

Completed in 141 milliseconds

1234567891011>>