Searched refs:then (Results 226 - 250 of 428) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dyacc.vim9 " g:yacc_uses_cpp : if this variable exists, then C++ is loaded rather than C
H A Docaml.vim57 syn match ocamlThenErr "\<then\>"
107 syn region ocamlNone matchgroup=ocamlKeyword start="\<if\>" matchgroup=ocamlKeyword end="\<then\>" contains=ALLBUT,@ocamlContained,ocamlThenErr
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/
H A DInstall.pm69 # then make will detect this and cause it to re-run over and over
89 Please correct this, then run $0 again.
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/
H A DInstall.pm69 # then make will detect this and cause it to re-run over and over
89 Please correct this, then run $0 again.
/macosx-10.10.1/CPANInternal-159.1/DBIx-ContextualFetch-1.03/lib/DBIx/
H A DContextualFetch.pm182 through to bind_param or bind_columns. If that is necessary, then you
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/
H A DInstall.pm81 # then make will detect this and cause it to re-run over and over
101 Please correct this, then run $0 again.
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/
H A DInstall.pm81 # then make will detect this and cause it to re-run over and over
101 Please correct this, then run $0 again.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DFilterStack.pm176 is true, then the stack will manage body filters (subclasses of
/macosx-10.10.1/CPANInternal-159.1/Heap-0.80/lib/Heap/
H A DElem.pm121 it unchanged for use by the heap routines, then the following
/macosx-10.10.1/CPANInternal-159.1/Heap-0.80/lib/
H A DHeap.pm116 is a reversed order comparison, then you are only permitted
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Util/
H A DTimeTracker.pm221 Every call to $timer->epoch() will then return a time value that is one
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm641 --then--
700 and which format ("Write the date first, then the file name and line
701 number, and then the log message") they should be in.
809 (C<My> and then we're at the root) to figure out if a log level is
826 If your configured logging level is C<WARN>, then messages logged
896 then Perl would have interpolated
1097 then an appropriate appender layout like "%m%n" will take care of adding
1247 If those placeholders aren't enough, then you can define your own right in
1691 It uses LWP to download the file and then calls parse() on the resulting string.
1864 in embedded code, then pleas
[all...]
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/
H A DInstall.pm69 # then make will detect this and cause it to re-run over and over
89 Please correct this, then run $0 again.
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/
H A DTemplate.pm329 C<process()> method then returns C<1> to indicate success. A third parameter
439 then the C<error()> method can be called to return an object of this class.
727 The named template is then process as per C<INCLUDE>.
811 Process enclosed C<FILTER> ... C<END> block then pipe through a filter.
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/
H A DInstall.pm81 # then make will detect this and cause it to re-run over and over
101 Please correct this, then run $0 again.
/macosx-10.10.1/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm273 would then split on every charaters (since a single character often equals a
389 C<word_diff()> will load it automatically (lazy loading). It will then
448 This is the default formatting class. It emits a header and then the diff
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_vars.c606 apr_time_t then, now = apr_time_now(); local
635 if (apr_time_exp_gmt_get(&then, &exp) != APR_SUCCESS) {
639 diff = (long)((apr_time_sec(then) - apr_time_sec(now)) / (60*60*24));
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dtimer.c304 isc_time_t then; local
307 result = isc_time_add(&manager->due, &fifteen, &then);
310 isc_time_compare(&then, now) < 0) {
464 * evils here. If the timer->arg member is made const, then
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dtimeclock.el100 work four hours on Monday, then the amount of time \"remaining\" on
245 discrepancy is always brought back to zero, then you will by
276 If `timeclock-use-display-time' is non-nil (the default), then
457 This clocks out of the current project, then clocks in on a new one.
583 (let* ((then (timeclock-when-to-leave today-only))
586 (format-time-string "%-I:%M:%S %p" then)
587 (format-time-string "%-I:%M %p" then))))
1285 ;; 70% of its span, then likely the exit time
/macosx-10.10.1/ntp-92/lib/isc/
H A Dtimer.c214 isc_time_t then; local
217 result = isc_time_add(&manager->due, &fifteen, &then);
220 isc_time_compare(&then, now) < 0) {
368 * evils here. If the timer->arg member is made const, then
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm70 pulls in C<use Log::Log4perl qw(:easy)> first, then you're set.
168 a space before the messages, which is then followed by a newline:
353 Log::Log4perl configuration and then call Perl's C<die()>
395 then all C<die()> messages will be routed to a file properly. The line
557 log request will request a reference to a logger first, then call
696 rollover, it will move C<test.log.1> to C<test.log.2> and then C<test.log>
807 forwarded to its appender, but then C<Cat::Subcat> will suppress
866 will then be forwarded to the given
1010 If you've got a reference to a nested structure or object, then
1167 than the buffered one, because then w
[all...]
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm673 character used in the variable's definition, then the value of the
680 The newlines then form part of the value, so the value specified in the
692 then the value would be:
711 that configuration value is then a list, containing all the individual
807 If the variable is a hash, then the configuration sections and their
811 anonymous hash is first assigned to that scalar, and that hash is then
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm675 character used in the variable's definition, then the value of the
682 The newlines then form part of the value, so the value specified in the
694 then the value would be:
713 that configuration value is then a list, containing all the individual
809 If the variable is a hash, then the configuration sections and their
813 anonymous hash is first assigned to that scalar, and that hash is then
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DDNSDigest.c291 * has to be at lest 32 bit wide, if it's wider, then
1426 mDNSs32 then; local
1473 then = (mDNSs32)NToH32(utc48 + sizeof(mDNSu16));
1479 delta = (now > then) ? now - then : then - now;
/macosx-10.10.1/vim-55/runtime/macros/
H A Dmatchit.vim129 " quote the special chars in 'matchpairs', replace [,:] with \| and then
319 " then extract "tag" from a:matchline and return "<tag>:</tag>" .
393 " In 'if:else:endif', ini='if' and word='else' and then word='endif'.
480 " then s:Count(string, pattern, '0', '1') should be faster than
559 " If <patn> is the first pattern that matches a:string then return <patn>

Completed in 323 milliseconds

1234567891011>>