Searched refs:then (Results 1 - 25 of 428) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/builtins/
H A DPromise.prototype.js29 return this.then(undefined, onRejected);
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Dcleantic.cmd41 if dir = '' then
H A Dchkdef.cmd80 when (new_code = '') | (new_name = '') then
86 when codes.new_name \= 0 then
88 if codes.new_name \= new_code then
93 when names.new_code \= '' then
95 if names.new_code \= new_name then
H A Dmakedef.cmd98 if Left(new_symbol,1) = '"' then
106 if new_code = '' then
111 if Left(new_name,4) = '_nc_' then
130 when new_name = '' then
132 when names.last = new_name then
137 when new_code = 0 then
155 if codes.inx = 0 then
H A Dcmpdef.cmd81 if number = '' || name = '' then
101 if name = '' | number = '' then
107 if numbers.name = 0 then
110 if names.number = '' then
115 else if numbers.name \= number then
/macosx-10.10.1/apache-793/httpd/modules/lua/test/htdocs/
H A Dhooks.lua5 if r.uri == "/translate-name" then
13 if r.uri == "/translate-name2" then
22 if r.uri == "/test_fixupstest" then
/macosx-10.10.1/apache-793/httpd/modules/lua/test/
H A Dhelpers.lua16 if (type(body) == "table") then
19 if i == 1 then
31 if body then
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A DMAPLIB.mk6 * if Giji not specified then G11 == L
26 then g=
30 then $$(CC) -o $$(<:B:S=.exe) $i > /dev/null 2>&1 || {
H A Dpackage.mk71 * if a base archive is generated then also generate an
598 then tmp=/tmp/pkg$(tmp)
646 /opt/$(org) then drop "flat" and export /opt/$(org)/arch/`package`/bin in PATH
672 then cat > $tmp/Mamfile1 <<'!'
700 then if [[ '$(mamfile)' == 1 ]]
701 then (( o=m ))
704 then for j in $s
706 then cd $j
708 then (( m++ ))
716 then ((
[all...]
/macosx-10.10.1/apr-32/apr/apr/locks/unix/
H A Dthread_cond.c82 apr_time_t then; local
85 then = apr_time_now() + timeout;
86 abstime.tv_sec = apr_time_sec(then);
87 abstime.tv_nsec = apr_time_usec(then) * 1000; /* nanoseconds */
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dishd.vim22 \ '\%(^\s*\)\@<=\<if\>\s*(.\{-})\s*then:\%(^\s*\)\@<=\<else\s*if\>\s*([^)]*)\s*then:\%(^\s*\)\@<=\<else\>:\%(^\s*\)\@<=\<endif\>\s*;\s*$'
/macosx-10.10.1/vim-55/runtime/indent/
H A Drpl.vim14 setlocal indentkeys+==~end,=~case,=~if,=~then,=~else,=~do,=~until,=~while,=~repeat,=~select,=~default,=~for,=~start,=~next,=~step,<<>,<>>
30 " Add a shiftwidth to statements following if, iferr, then, else, elseif,
34 elseif prevstat =~? '\<\(if\|iferr\|then\|else\|elseif\|select\|case\|do\|until\|while\|repeat\|for\|start\|default\)\>' || prevstat =~? '\(^\|\s\+\)<<\($\|\s\+\)'
38 " Subtract a shiftwidth from then, else, elseif, end, until, repeat, next,
41 if line =~? '^\s*\(then\|else\|elseif\|until\|repeat\|next\|step\|default\|end\)\>'
H A Dmupad.vim24 setlocal indentkeys==end_proc,=then,=else,=elif,=end_if,=end_case,=until,=end_repeat,=end_domain,=end_for,=end_while,=end,o,O
26 call GenericIndentStmts('begin,if,then,else,elif,case,repeat,until,domain,do')
27 call GenericDedentStmts('end_proc,then,else,elif,end_if,end_case,until,end_repeat,end_domain,end_for,end_while,end')
H A Dpascal.vim81 " If the begin does not come after "if", "for", or "else", then it
106 " then indent.
108 " BUT... if this is the start of a multistatement block then we
115 " whole if-then statement was on one line.
116 if prev_codeline =~ '\<then\>.\+'
122 " If the previous line was an indenting keyword then indent once...
142 " If we just closed a bracket that started on a previous line, then
156 " then indent once.
159 " than a closing bracket and then the end-of-line.
H A Dcdl.vim12 setlocal indentkeys+==~else,=~endif,=~then,;,),=
20 " it scans 'line' first, and then the previos lines
30 let inicio = matchend(line, '\c\<\(expr\|\a*if\|and\|or\|not\|else\|then\|memberis\|\k\+of\)\>\|[<>;]', inicio)
42 " if we hit the start of the file then f = -1, return 1 (formula)
67 " indent, but 'else', 'elseif' & 'then' increment it for the next line
69 let inicio = matchend(line, '^\c\s*\(else\a*\|then\|endif\|/[*/]\|[);={]\)')
77 if c ==? 'n' || c ==? 'e' " 'then', 'else'
117 if match(thisline, '^\c\s*\(else\|then\|endif\|[);]\)') >= 0
H A Dtcsh.vim33 " OR line ends with case <str>:, default:, else, then or \
36 if line =~ '\v^\s*%(while|foreach)>|^\s*%(case\s.*:|default:|else)\s*$|%(<then|\\)$'
/macosx-10.10.1/Heimdal-398.1.2/lib/otp/
H A Dotp_db.c111 time_t now, then; local
123 memcpy (&then, p, sizeof(then));
124 ctx->lock_time = then;
127 if (then && now - then < OTP_USER_TIMEOUT) {
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dcandidate.c57 struct timeval then, wait; local
94 (void)gettimeofday(&then, 0);
95 then.tv_sec += 3;
98 timevalsub(&wait,&then,&wait);
/macosx-10.10.1/zlib-55/zlib/contrib/pascal/
H A Dexample.pas39 if err <> Z_OK then
71 if StrComp(PChar(uncompr), hello) <> 0 then
93 if zfile = NIL then
99 if gzputs(zfile, 'ello') <> 4 then
105 if gzprintf(zfile, ', %s!', 'hello') <> 8 then
111 if gzputs(zfile, ', hello!') <> 8 then
121 if zfile = NIL then
129 if gzread(zfile, uncompr, uncomprLen) <> len then
134 if StrComp(PChar(uncompr), hello) <> 0 then
143 if (pos <> 6) or (gztell(zfile) <> pos) then
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcucumber.vim15 \"en": {"and": "And\\>", "background": "Background\\>", "but": "But\\>", "examples": "Scenarios\\>\\|Examples\\>", "feature": "Feature\\>", "given": "Given\\>", "scenario": "Scenario\\>", "scenario_outline": "Scenario Outline\\>", "then": "Then\\>", "when": "When\\>"},
16 \"ar": {"and": "\\%u0648\\>", "background": "\\%u0627\\%u0644\\%u062e\\%u0644\\%u0641\\%u064a\\%u0629\\>", "but": "\\%u0644\\%u0643\\%u0646\\>", "examples": "\\%u0627\\%u0645\\%u062b\\%u0644\\%u0629\\>", "feature": "\\%u062e\\%u0627\\%u0635\\%u064a\\%u0629\\>", "given": "\\%u0628\\%u0641\\%u0631\\%u0636\\>", "scenario": "\\%u0633\\%u064a\\%u0646\\%u0627\\%u0631\\%u064a\\%u0648\\>", "scenario_outline": "\\%u0633\\%u064a\\%u0646\\%u0627\\%u0631\\%u064a\\%u0648 \\%u0645\\%u062e\\%u0637\\%u0637\\>", "then": "\\%u0627\\%u0630\\%u0627\\%u064b\\>\\|\\%u062b\\%u0645\\>", "when": "\\%u0639\\%u0646\\%u062f\\%u0645\\%u0627\\>\\|\\%u0645\\%u062a\\%u0649\\>"},
17 \"bg": {"and": "\\%u0418\\>", "background": "\\%u041f\\%u0440\\%u0435\\%u0434\\%u0438\\%u0441\\%u0442\\%u043e\\%u0440\\%u0438\\%u044f\\>", "but": "\\%u041d\\%u043e\\>", "examples": "\\%u041f\\%u0440\\%u0438\\%u043c\\%u0435\\%u0440\\%u0438\\>", "feature": "\\%u0424\\%u0443\\%u043d\\%u043a\\%u0446\\%u0438\\%u043e\\%u043d\\%u0430\\%u043b\\%u043d\\%u043e\\%u0441\\%u0442\\>", "given": "\\%u0414\\%u0430\\%u0434\\%u0435\\%u043d\\%u043e\\>", "scenario": "\\%u0421\\%u0446\\%u0435\\%u043d\\%u0430\\%u0440\\%u0438\\%u0439\\>", "scenario_outline": "\\%u0420\\%u0430\\%u043c\\%u043a\\%u0430 \\%u043d\\%u0430 \\%u0441\\%u0446\\%u0435\\%u043d\\%u0430\\%u0440\\%u0438\\%u0439\\>", "then": "\\%u0422\\%u043e\\>", "when": "\\%u041a\\%u043e\\%u0433\\%u0430\\%u0442\\%u043e\\>"},
18 \"ca": {"and": "I\\>", "background": "Antecedents\\>\\|Rerefons\\>", "but": "Per\\%u00f2\\>", "examples": "Exemples\\>", "feature": "Caracter\\%u00edstica\\>\\|Funcionalitat\\>", "given": "At\\%u00e8s\\>\\|Donada\\>\\|Donat\\>\\|Atesa\\>", "scenario": "Escenari\\>", "scenario_outline": "Esquema de l'escenari\\>", "then": "Aleshores\\>\\|Cal\\>", "when": "Quan\\>"},
19 \"cs": {"and": "A tak\\%u00e9\\>\\|A\\>", "background": "Pozad\\%u00ed\\>\\|Kontext\\>", "but": "Ale\\>", "examples": "P\\%u0159\\%u00edklady\\>", "feature": "Po\\%u017eadavek\\>", "given": "Pokud\\>", "scenario": "Sc\\%u00e9n\\%u00e1\\%u0159\\>", "scenario_outline": "N\\%u00e1\\%u010drt Sc\\%u00e9n\\%u00e1\\%u0159e\\>\\|Osnova sc\\%u00e9n\\%u00e1\\%u0159e\\>", "then": "Pak\\>", "when": "Kdy\\%u017e\\>"},
20 \"cy-GB": {"and": "A\\>", "background": "Cefndir\\>", "but": "Ond\\>", "examples": "Enghreifftiau\\>", "feature": "Arwedd\\>", "given": "Anrhegedig a\\>", "scenario": "Scenario\\>", "scenario_outline": "Scenario Amlinellol\\>", "then": "Yna\\>", "when": "Pryd\\>"},
21 \"da": {"and": "Og\\>", "background": "Baggrund\\>", "but": "Men\\>", "examples": "Eksempler\\>", "feature": "Egenskab\\>", "given": "Givet\\>", "scenario": "Scenarie\\>", "scenario_outline": "Abstrakt Scenario\\>", "then": "S\\%u00e5\\>", "when": "N\\%u00e5r\\>"},
22 \"de": {"and": "Und\\>", "background": "Grundlage\\>", "but": "Aber\\>", "examples": "Beispiele\\>", "feature": "Funktionalit\\%u00e4t\\>", "given": "Gegeben sei\\>\\|Angenommen\\>", "scenario": "Szenario\\>", "scenario_outline": "Szenariogrundriss\\>", "then": "Dann\\>", "when": "Wenn\\>"},
23 \"en-Scouse": {"and": "An\\>", "background": "Dis is what went down\\>", "but": "Buh\\>", "examples": "Examples\\>", "feature": "Feature\\>", "given": "Youse know when youse got\\>\\|Givun\\>", "scenario": "The thing of it is\\>", "scenario_outline": "Wharrimean is\\>", "then": "Den youse gotta\\>\\|Dun\\>", "when": "Youse know like when\\>\\|Wun\\>"},
24 \"en-au": {"and": "N\\>", "background": "Background\\>", "but": "Cept\\>", "examples": "Cobber\\>", "feature": "Crikey\\>", "given": "Ya know how\\>", "scenario": "Mate\\>", "scenario_outline": "Blokes\\>", "then"
[all...]
/macosx-10.10.1/ksh-23/ksh/lib/package/
H A Dpackage.mk71 * if a base archive is generated then also generate an
598 then tmp=/tmp/pkg$(tmp)
646 /opt/$(org) then drop "flat" and export /opt/$(org)/arch/`package`/bin in PATH
672 then cat > $tmp/Mamfile1 <<'!'
700 then if [[ '$(mamfile)' == 1 ]]
701 then (( o=m ))
704 then for j in $s
706 then cd $j
708 then (( m++ ))
716 then ((
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DReplaySession.js61 .then(this._updateFromPayload.bind(this));
75 Promise.all(pendingSegments).then(
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread_cond.c419 struct timespec then = { 0, 0 }; local
452 then.tv_nsec = abstime->tv_nsec - now.tv_nsec;
453 then.tv_sec = abstime->tv_sec - now.tv_sec;
454 if (then.tv_nsec < 0) {
455 then.tv_nsec += NSEC_PER_SEC;
456 then.tv_sec--;
458 if (then.tv_sec < 0 || (then.tv_sec == 0 && then.tv_nsec == 0)) {
468 then
[all...]
/macosx-10.10.1/pcre-7/pcre/
H A Dpcregexp.pas427 if (p <> nil) then
476 if length(RegExp) < 255 then
489 if length(RegExp) = 255 then
491 if RegExpC = nil then
495 if (RegExpExt = nil) and (ErrorMsg <> nil) then
506 if RegExpC <> nil then
508 if RegExpExt <> nil then
510 if Matches <> nil then
519 if MatchesCount > 0 then
524 { if MatchesCount = 0 then
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/Install/
H A DWin32.pm53 C:\WINDOWS\COMMAND\), then launch the MS-DOS command line shell, "cd" to
57 You may then resume the installation process described in README.

Completed in 328 milliseconds

1234567891011>>