Searched +refs:at +refs:expression +refs:start (Results 26 - 50 of 54) sorted by relevance

123

/macosx-10.9.5/CPANInternal-140/PathTools/t/lib/Test/
H A DMore.pm14 warn @_, " at $file line $line\n";
115 B<STOP!> If you're just getting started writing tests, have a look at
165 or for deciding between running the tests at all:
253 This simply evaluates any expression (C<$this eq $that> is just a
255 failed. A true expression passes, a false one fails. Very simple.
274 # Failed test 18 (foo.t at line 42)
320 # Failed test (foo.t at line 139)
371 The second argument is a regular expression. It may be given as a
425 # Failed test (foo.t at line 12)
629 # Failed test (foo.t at lin
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm67 down (away from the root), and left (i.e., toward the start (index 0)
75 expression trees for programming languages, or constituency in the
82 some reason ended up looking here, go look at L<AnyDBM_File>.)
164 A I<passing> acquintance with at least the broader details of the source
277 Just another way to get at the C<new> method. This B<does not copy>
546 $mother->_update_daughter_links; # need only do this at the end
635 to the left (start) of $mother's daughter list.
767 LIST can include $node itself (presumably at most once). LIST can
1081 then grandmother, and ending at the root. It does this by simply
1107 my @ancestors = ( $mama ); # start of
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Daemon/lib/Net/
H A DDaemon.pm183 # at a later time.
795 regular expression for the clients IP number or its host name. See
867 function and a signal handler. (And don't forget to look at the
895 When running in mode single, you can still handle multiple clients at
922 (UNIX only) If this option is present, a PID file will be created at the
954 pidfile, version) are meaningfull only at startup. If you set them later,
1050 A Perl regular expression that has to match the clients IP number or
1094 start. Typically this can be done right after creating the server object
1229 =item Usage: Sys::Syslog::_PATH_LOG at ...
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm194 # at a later time.
814 regular expression for the clients IP number or its host name. See
886 function and a signal handler. (And don't forget to look at the
914 When running in mode single, you can still handle multiple clients at
941 (UNIX only) If this option is present, a PID file will be created at the
973 pidfile, version) are meaningfull only at startup. If you set them later,
1069 A Perl regular expression that has to match the clients IP number or
1113 start. Typically this can be done right after creating the server object
1248 =item Usage: Sys::Syslog::_PATH_LOG at ...
/macosx-10.9.5/emacs-92/emacs/etc/
H A DviperCard.tex2 %**start of header
355 You can append a text at the end of a register (say \kbd{x}) by
362 \key{{\bf insert} at point}{i}
365 \key{{\bf append} at end of line}{A}
387 \metax{{\bf insert} a specified file at point}{:r {\sl file} {\rm or} C-xi}
409 \key{set mark at buffer beginning}{m <}
410 \key{set mark at buffer end}{m >}
411 \key{set mark at point}{m .}
424 \key{start remembering keyboard macro}{C-x (}
428 \key{start rememberin
[all...]
H A Dcalccard.tex2 %**start of header
23 % the Free Software Foundation; either version 2, or (at your option)
281 \wkey{start/stop standard Calc}{\calcprefix c}
282 \wkey{start/stop X keypad Calc}{\calcprefix k}
283 \wkey{\quad start/stop either: \kbd{\calcprefix *}}{}
453 Above computations assume payments at end of period. Use \kbd{I}
465 \key{simplify units expression}{u s}
653 \key{``for'' loop: start, end; body, step}{Z (\, Z )}
H A Dfr-survival.tex6 %**start of header
32 % the Free Software Foundation; either version 2, or (at your option)
232 \key{M-C-s} recherche par expression rationnelle
233 \key{M-C-r} recherche par expression rationnelle vers l'arri\`ere
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DMore.pm17 return warn @_, " at $file line $line\n";
99 B<STOP!> If you're just getting started writing tests, have a look at
121 script is going to run. In this case, you can declare your tests at
154 or for deciding between running the tests at all:
263 This simply evaluates any expression (C<$got eq $expected> is just a
265 failed. A true expression passes, a false one fails. Very simple.
285 # in foo.t at line 42.
334 # in foo.t at line 139.
399 The second argument is a regular expression. It may be given as a
455 # Failed test in foo.t at lin
[all...]
H A DBuilder.pm64 # and earlier Perls just don't have that module at all.
594 $self->ok(0, "done_testing() was already called at $file line $line");
780 $self->diag(qq[ at $file line $line.\n]);
783 $self->diag(qq[ $msg test at $file line $line.\n]);
1276 Takes a quoted regular expression produced by C<qr//>, or a string
1277 representing a regular expression.
1280 regular expression, or C<undef> if its argument is not recognised.
1890 return join( "", @_ ) . " at $file line $line.\n";
1935 my $start = @$test_results ? @$test_results : 0;
1936 for( $start
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm37 Use C<Log::Log4perl> right from the start. C<Log::Log4perl>'s C<:easy>
260 If you find that something doesn't work, please let us know at
284 at the start of the request handler. Note that this is a
457 at the beginning of our program. In this way, every time the, say,
662 =head2 How can I roll over my logfiles automatically at midnight?
667 start writing a new one.
688 than 10 MB") or based on a date pattern ("roll everyday at midnight").
701 daily rollover at midnight (date pattern C<yyyy-MM-dd>), keeping
749 "message duplication". It can be very confusing at firs
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Dsubst.c13 Software Foundation; either version 2, or (at your option) any later
310 quoted_substring (string, start, end)
312 int start, end;
317 len = end - start;
319 /* Move to string[start], skipping quoted characters. */
320 for (s = string, l = 0; *s && l < start; )
496 /* Append SOURCE to TARGET at INDEX. SIZE is the current amount
543 /* Extract a substring from STRING, starting at SINDEX and ending with
545 part of the string. Leave SINDEX pointing at the ending character.
660 embedded quoted string, don't strip backslashes at al
5516 int start, stop, i, slen; local
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/t/
H A Dstress.t16 ######################### We start with some black magic to print on failure.
105 available under the GPL license at :
116 %start program
173 to use in the expression made from the operator. */
679 begin_new_placement. But, the parser cannot always tell at this
680 point whether the next thing is an expression or a type-id,
967 /* Declspecs which contain at least one type specifier or typedef name.
995 A declaration can start with just this, but then it cannot be used
1000 up on a persistent obstack. Otherwise, they could appear at the
1018 warning ("`%s' is not at beginnin
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/t/
H A Dstress.t16 ######################### We start with some black magic to print on failure.
105 available under the GPL license at :
116 %start program
173 to use in the expression made from the operator. */
679 begin_new_placement. But, the parser cannot always tell at this
680 point whether the next thing is an expression or a type-id,
967 /* Declspecs which contain at least one type specifier or typedef name.
995 A declaration can start with just this, but then it cannot be used
1000 up on a persistent obstack. Otherwise, they could appear at the
1018 warning ("`%s' is not at beginnin
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/bin/
H A Dperltidy37 which can be found at
41 can be found at
101 which shows the nesting of braces, parentheses, and square brackets at
102 the start of every line.
277 If no B<-g> flag is given, a value of 50 will be used, meaning that at least
281 Setting a negative value of C<n> is the same as not setting B<-g> at all.
712 Setting B<-asc> allows perltidy to add any missing optional semicolon at the end
782 and look at the .DEBUG file to see the tokenization.
886 code. Perltidy will try to keep comments at least n spaces to the
1151 please be aware that since this string is used in a perl regular expression
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcperl-mode.el15 ;; the Free Software Foundation; either version 2, or (at your option)
64 ;; The following kinds of Perl code erroneously start strings:
241 "*`cperl-lineup' will always lineup at multiple of this number.
249 to the right of the start of its line."
270 "*Extra indent for substatements that start with open-braces.
275 "*Extra indent for substatements that start with close-parenthesis."
364 that paragraph, delete the words that appear at the ends of lines and
389 (defcustom cperl-indent-comment-at-column-0 nil
390 "*Non-nil means that comment started at column 0 should be indentable."
478 Note that that variable is only read at initializatio
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/
H A Dperltidy38 which can be found at
42 can be found at
106 which shows the nesting of braces, parentheses, and square brackets at
107 the start of every line.
254 be deleted at the end of processing if there were no errors. This is risky
310 If no B<-g> flag is given, a value of 50 will be used, meaning that at least
314 Setting a negative value of C<n> is the same as not setting B<-g> at all.
412 whitespace will be reduced and start at a depth of 1 again. The result is that
874 Setting B<-asc> allows perltidy to add any missing optional semicolon at th
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm37 Use C<Log::Log4perl> right from the start. C<Log::Log4perl>'s C<:easy>
260 If you find that something doesn't work, please let us know at
284 at the start of the request handler. Note that this is a
459 at the beginning of our program. In this way, every time the, say,
664 =head2 How can I roll over my logfiles automatically at midnight?
669 start writing a new one.
690 than 10 MB") or based on a date pattern ("roll everyday at midnight").
703 daily rollover at midnight (date pattern C<yyyy-MM-dd>), keeping
751 "message duplication". It can be very confusing at firs
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
216 % \vadjust-items are inserted at the left edge of the type. So
272 % Dimensions to add cropmarks at corners.
437 % We prepended an \empty token at the very beginning and we expand it now,
469 % space in the output. Don't allow a line break at this space, as this
501 % At runtime, environments start with this:
630 % at the beginning of a line will start with \penalty -- and
658 % @w prevents a word break. Without the \leavevmode, @w at the
674 % explicit \vfill so that the extra space is at th
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
216 % \vadjust-items are inserted at the left edge of the type. So
272 % Dimensions to add cropmarks at corners.
437 % We prepended an \empty token at the very beginning and we expand it now,
469 % space in the output. Don't allow a line break at this space, as this
501 % At runtime, environments start with this:
630 % at the beginning of a line will start with \penalty -- and
658 % @w prevents a word break. Without the \leavevmode, @w at the
674 % explicit \vfill so that the extra space is at th
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex107 were there at the beginning to encourage me to work well. It is amazing how timely validation from others can boost morale to
145 It's all because I broke my leg. That just happened to be at about the same time that Tom asked for someone to review the section of the book about
147 really, so I thought I could help, learn, and stop myself from watching daytime cable TV, all at once.
155 and at least review all of it, and perhaps write some bits too. There's still a long way to go with it, and I have watched a number of close
179 Essentially at the heart of computer based multiple precision arithmetic are the same long-hand algorithms taught in
185 integers of significant magnitude to resist known cryptanalytic attacks. For example, at the time of this writing a
186 typical RSA modulus would be at least greater than $10^{309}$. However, modern programming languages such as ISO C \cite{ISOC} and
207 insufficient to accomodate the magnitude required for the problem at hand. An RSA modulus of magnitude $10^{19}$ could be
234 the product of two $n$-bit integers requires at least $2n$ bits of precision to be represented faithfully. A multiple
243 normally very flexible. It cannot, at runtim
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
213 % \vadjust-items are inserted at the left edge of the type. So
269 % Dimensions to add cropmarks at corners.
434 % We prepended an \empty token at the very beginning and we expand it now,
466 % space in the output. Don't allow a line break at this space, as this
498 % At runtime, environments start with this:
627 % at the beginning of a line will start with \penalty -- and
655 % @w prevents a word break. Without the \leavevmode, @w at the
671 % explicit \vfill so that the extra space is at th
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el14 ;; the Free Software Foundation; either version 2, or (at your option)
67 ;; The documentation in various formats is also available at
128 ;; Type `C-c (' (`reftex-label') to insert a label at point.
148 ;; expression to search in current BibTeX database files (as
164 ;; To index the current selection or the word at point, type
253 ;; distribution at
271 ;; MicroEmacs at the time).
357 Citations can be made with `\\[reftex-citation]' which will use a regular expression
361 Index entries can be made with `\\[reftex-index-selection-or-word]' which indexes the word at point
697 (defvar reftex-location-start ni
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
218 % \vadjust-items are inserted at the left edge of the type. So
274 % Dimensions to add cropmarks at corners.
442 % We prepended an \empty token at the very beginning and we expand it now,
474 % space in the output. Don't allow a line break at this space, as this
506 % At runtime, environments start with this:
635 % at the beginning of a line will start with \penalty -- and
678 % @w prevents a word break. Without the \leavevmode, @w at the
694 % explicit \vfill so that the extra space is at th
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
218 % \vadjust-items are inserted at the left edge of the type. So
274 % Dimensions to add cropmarks at corners.
442 % We prepended an \empty token at the very beginning and we expand it now,
474 % space in the output. Don't allow a line break at this space, as this
506 % At runtime, environments start with this:
635 % at the beginning of a line will start with \penalty -- and
678 % @w prevents a word break. Without the \leavevmode, @w at the
694 % explicit \vfill so that the extra space is at th
[all...]
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect-1.895/lib/Lingua/EN/
H A DInflect.pm620 about above across after against amid amidst among around as at athwart atop
774 do {$@ =~ s/at.*?$//;
786 do {$@ =~ s/at.*?$//;
1586 die "Missing value in option list (odd number of option args) at"
2095 Note that you can set both options at once, if you wish:
2245 exists at the start of the string. Thus:
2327 consonants, and do not appear at the start of any known English word,
2350 (for example, "hour", "honour", "heir") the 'H' is not voiced at
[all...]

Completed in 199 milliseconds

123