Searched refs:then (Results 76 - 100 of 428) sorted by relevance

1234567891011>>

/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Test/
H A DSQLite.pm28 table for the class, and then call set_table() to create the table, and
/macosx-10.10.1/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm327 invoked then a trace is printed after the underlying function has returned.
328 When a method on a wrapped object is invoked then a trace is printed
391 If the return value prototype has C<!> appended, then it signals that
396 prefix), and the function returns a blessed object, then the variable
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm1788 for some reason, then its characters are regarded as B<latin1> for perl
1802 # ... do it to each string values, then encode_json
1835 If $enable is true (or missing), then the encode method will not generate characters outside
1843 If $enable is false, then the encode method will not escape Unicode characters unless
1855 If $enable is true (or missing), then the encode method will encode the resulting JSON
1858 If $enable is false, then the encode method will not escape Unicode characters
1872 If $enable is true (or missing), then the encode method will encode the JSON result
1883 If $enable is false, then the encode method will return the JSON string as a (non-encoded)
1925 If C<$enable> is true (or missing), then the C<encode> method will add an extra
1928 If C<$enable> is false, then th
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DCatalyst.pm187 ... and then sprinkly logging statements all over any code executed
199 package, which can then be remote-controlled by a central
248 Messages will then look like
308 then just pull those macros in via Log::Log4perl's :easy mode and start
H A DResurrector.pm135 then C<Log::Log4perl::Resurrector> will have put a source filter in place
139 Therefore, C<Foobar> will then behave as if the
/macosx-10.10.1/apache-793/httpd/modules/lua/test/htdocs/
H A Dtest.lua31 if i < #ary then r:puts(", ") end
58 if r.method == 'POST' then
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A DWWW.mk49 then ( $(<:B) '--??html' -- 2>$(<) ) || true
94 then $$(IGNORE) $$(*:O=1) '--??html' -- 2>&1
96 then $$(MM2HTML) $$(*:N=*.1)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml59 if token_prec < expr_prec then lhs else begin
74 then parse_bin_rhs (token_prec + 1) rhs stream
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml59 if token_prec < expr_prec then lhs else begin
74 then parse_bin_rhs (token_prec + 1) rhs stream
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dparser.ml59 if token_prec < expr_prec then lhs else begin
74 then parse_bin_rhs (token_prec + 1) rhs stream
/macosx-10.10.1/ruby-106/ruby/
H A Dlex.c129 {"then", {keyword_then, keyword_then}, EXPR_BEG},
/macosx-10.10.1/vim-55/runtime/indent/
H A Djava.vim52 " Java is just like C; use the built-in C indenting and then correct a few
56 " If we're in the middle of a comment then just trust cindent
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcdl.vim16 sy keyword cdlConditional if then elseif else endif and or not cons rpt xlt
56 let b:match_words='\<if\>:\<then\>:\<elseif\>:\<else\>:\<endif\>'
H A Ddylan.vim36 syn keyword dylanOther above below from by in instance local slot subclass then to
37 syn keyword dylanConditional if when select case else elseif unless finally otherwise then
H A Delmfilt.vim20 syn region elmfiltIf start="\<if\>" end="\<then\>" contains=elmfiltParen,elmfiltParenError skipnl skipwhite nextgroup=elmfiltAction
23 syn match elmfiltThenError "\<then.*$"
H A Desterel.vim27 syn region esterelIfThen start=/if/ end=/then/ oneline
37 syn keyword esterelStatement if then else case
H A Dlua.vim52 syn match luaError "\<\%(end\|else\|elseif\|then\|until\|in\)\>"
57 " if then else elseif end
60 " then ... end
61 syn region luaCondEnd contained transparent matchgroup=luaCond start="\<then\>" end="\<end\>" contains=ALLBUT,luaTodo,luaSpecial,luaRepeat
63 " elseif ... then
64 syn region luaCondElseif contained transparent matchgroup=luaCond start="\<elseif\>" end="\<then\>" contains=ALLBUT,luaTodo,luaSpecial,luaCond,luaCondElseif,luaCondEnd,luaRepeat
66 " if ... then
67 syn region luaCondStart transparent matchgroup=luaCond start="\<if\>" end="\<then\>"me=e-4 contains=ALLBUT,luaTodo,luaSpecial,luaCond,luaCondElseif,luaCondEnd,luaRepeat nextgroup=luaCondEnd skipwhite skipempty
H A Dsimula.vim32 syn keyword simulaConditional else if otherwise then until when
44 syn match simulaOperator "\<and\(\s\+then\)\=\>"
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm41 JSON::XS are installed, then JSON will fall back on JSON::XS (this can be
219 If C<$enable> is true (or missing), then the C<encode> method will not
227 If C<$enable> is false, then the C<encode> method will not escape Unicode
245 If C<$enable> is true (or missing), then the C<encode> method will encode
252 If C<$enable> is false, then the C<encode> method will not escape Unicode
273 If C<$enable> is true (or missing), then the C<encode> method will encode
281 If C<$enable> is false, then the C<encode> method will return the JSON
320 If C<$enable> is true (or missing), then the C<encode> method will use a multiline
333 If C<$enable> is true (or missing), then the C<encode> method will add an extra
336 If C<$enable> is false, then th
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm270 If a coderef is specified, then that coderef is immediately
385 and then creates the function based on what that returned.
467 If any of the specs are not code or hash references, then it
479 specified then an error is thrown.
564 then that is taken to be an options block (as per the
569 hashref or coderef then that argument and all remaining
572 then it and the remaining arguments are passed to
576 methods is then wrapped in a function that calls C<croak()>
606 # If it wasn't a HASH or CODE, then it was (ideally)
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DRegex.pm154 then the first element is a class name or object, and the second
159 If only a coderef is supplied, then it is called with arguments of
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/
H A DParser.pm366 # If it wasn't a HASH or CODE, then it was (ideally)
503 If a coderef is specified, then that coderef is immediately
540 and then creates the function based on what that returned.
550 If any of the specs are not code or hash references, then it
562 specified then an error is thrown.
583 then that is taken to be an options block (as per the
588 hashref or coderef then that argument and all remaining
591 then it and the remaining arguments are passed to
595 methods is then wrapped in a function that calls C<croak()>
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DEmail.pm171 If the object is buffered, then this method will call the
172 C<send_email()> method to send the contents of the buffer and then
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm321 The idea is that you create a Log::Dispatch object and then add various
365 The callbacks are expected to modify the message and then return a
369 the message then you will get no output. Make sure to return the
430 with a new line then a plain die will be used, otherwise it will
480 of the same name already exists, then that object is replaced, with
535 The callbacks are expected to modify the message and then return a
539 the message then you will get no output. Make sure to return the
588 If you would like to create your own subclass for sending email then
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/bin/
H A Dstubmaker.pl73 Turns on "verbose" output during the code stub generation process. To be honest, there is not much the program outputs, but if you must see something output to the console, then this fits the bill.
96 stub, then simply call C<readable(1)> on the stub's instance. See the example

Completed in 222 milliseconds

1234567891011>>