Searched refs:If (Results 1 - 25 of 631) sorted by relevance

1234567891011>>

/macosx-10.10.1/CPANInternal-159.1/UNIVERSAL-moniker-0.08/
H A DMakefile.PL8 If you care about plurals, you should install it.
/macosx-10.10.1/bc-21/bc/bc/
H A Dbc.h23 #define If 273 macro
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminus/
H A Dmakevms.com60 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
65 $ If Argument .Eqs. "" Then Goto Exit
69 $ If File .Eqs. " " Then Goto Endl
74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
75 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
82 $ If arg .Le. 8 Then Goto Loop
91 $ If V Then Set Verify
/macosx-10.10.1/vim-55/runtime/indent/
H A Dmatlab.vim42 " If the current line is a stop-block statement...
48 " If not, recommend one dedent
56 " If the previous line opened a block
60 "If not, recommend indent
70 " If we got to here, it means that the user takes the standardversion, so we return it
H A Dframescript.vim32 if getline(lnum) =~? '^\s*\%(If\|Loop\|Sub\)'
36 if getline(v:lnum) =~? '^\s*\%(Else\|End\%(If\|Loop\|Sub\)\)'
H A Ddylan.vim41 " If previous line was a comment, use its indent
46 " If previous line was a 'define', indent
52 " If previous line was a let with no closing semicolon, indent
55 " If previous line opened a parenthesis, and did not close it, indent
82 " If a line starts with end, un-indent (even if we just indented!)
H A Dpascal.vim49 " If in the middle of a three-part comment
81 " If the begin does not come after "if", "for", or "else", then it
92 " If the PREVIOUS LINE contained these items, the current line is
104 " If the previous line was indenting...
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
155 " If we have opened a bracket and it continues over one line,
161 " If we didn't include the end of line, this RE would match even
H A Dsql.vim11 " If the above exist, it will source the type specified.
12 " If none exist, it will source the default sqlanywhere.vim file.
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkoptdb-safeTk.rb41 print "If 'ip.wait_on_mainloop? == true', ",
44 "If you want to avoid that, set wait_on_mainloop to false. ",
47 "If you hate the both of them, use 'ip.bg_eval_proc' or ",
63 print "If a proc object is given, the proc is evaluated on the safe-level which is kept on the proc :: ip.eval_proc( proc{$SAFE} ) ==> ", ip.eval_proc(proc{$SAFE}), "\n"
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/scripts/
H A Dmakevms.com20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
110 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
115 $ If Argument .Eqs. "" Then Goto Exit
119 $ If File .Eqs. " " Then Goto Endl
124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
125 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
132 $ If arg .Le. 8 Then Goto Loop
141 $ If V Then Set Verify
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/m4/
H A Dcheck_gnu_make.m417 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml18 | If | Then | Else
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml18 | If | Then | Else
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml18 | If | Then | Else
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dcheck_gnu_make.m417 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dinstall-sh7 Ruby uses a BSD-compatible install(1) if possible. If not, Ruby
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Dapi.txt71 If the data files have already been loaded, they are unloaded before the
81 If a zero is returned, there is no decomposition. If a non-zero is
101 If a -1 is returned, memory allocation was not successful. If a zero is
105 If the "outlen" parameter comes back with a value > 0, then the string
119 If a zero is returned, the character is not a Hangul syllable. If a
140 If a zero is returned, no composition is formed by the character pair. Any
167 field with the numerator and denominator. If th
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DSimple.pm30 ** If you are unfamiliar with testing B<read Test::Tutorial> first! **
33 suitable for CPAN modules and other pursuits. If you wish to do more
58 ok() is given an expression (in this case C<$foo eq $bar>). If it's
59 true, the test passed. If it's false, it didn't. That's about it.
67 If you provide a $name, that will be printed along with the "ok/not
92 If all your tests passed, Test::Simple will exit with zero (which is
93 normal). If anything failed it will exit with how many failed. If
95 will be considered failures. If no tests were ever run Test::Simple
96 will throw a warning and exit with 255. If th
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dpristine_command.rb51 If you have made modifications to an installed gem, the pristine command
55 If the cached gem cannot be found it will be downloaded.
57 If --no-extensions is provided pristine will not attempt to restore a gem
H A Dcleanup_command.rb35 The cleanup command removes old gems from GEM_HOME. If an older version is
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A DREADME.logging21 If a file is specified, than each run of dnssec-signer will append the
22 messages to that file. If a directory is specified, than a file with a
26 If the parameter "LogDomainDir:" is not empty, than the domain specific messages
29 If "LogDomainDir:" is set to ".", then the logfile will be created in the domain
52 If you like to have this verbose messages also logged with a level of LG_DEBUG
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.mli21 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd
28 to the channel [c]. If [unbuffered] is [true], after every write the fd
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dtex.vim14 " If makefile exists and we are not asked to ignore it, we use standard make
18 " If buffer-local variable 'tex_flavor' exists, it defines TeX flavor,
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsql.vim10 " If the above exist, it will source the type specified.
11 " If none exist, it will source the default sql.vim file.
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dmakeapps.com28 $! If you don't speficy a compiler, it will try to determine which
44 $! (That Is, If We Need To Link To One.)
102 $! Check To See If The OBJ Directory Exists.
115 $! Check To See If The EXE Directory Exists.
128 $! Check To See If We Have The Proper Libraries.
132 $! Check To See If We Have A Linker Option File.
176 $! Check To See If We Are At The End Of The File List.
220 $! Check To See If We Are At The End Of The File List.
241 $! Check To See If The File We Want To Compile Actually Exists.
292 $! Check To See If W
[all...]

Completed in 402 milliseconds

1234567891011>>