Searched refs:or (Results 76 - 100 of 1679) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dextconf.rb8 unless File.exist?('ripper.c') or File.exist?("#{$srcdir}/ripper.c")
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Did.test12 # software for any purpose. It is provided "as is" without express or
36 } 1 {second arg must be one of "convert", "effective", "process", "user", "userid", "group", "groupid", "groups", "groupids", or "host"}
45 } 1 {third arg must be "user", "userid", "group" or "groupid", got "x"}
55 # FIX: Add "group" or "groupid"
/macosx-10.10.1/ruby-106/ruby/lib/rexml/parsers/
H A Dsax2parser.rb50 # Array contains regular expressions or strings which will be matched
88 block.start_document if sym == :start_document or sym.nil?
106 if procs or listeners
151 if procs or listeners
206 #puts sym.inspect+"=="+symbol.inspect+ "\t"+match.inspect+"=="+name.inspect+ "\t"+( (sym.nil? or symbol == sym) and ((name.nil? and match.nil?) or match.nil? or ( (name == match) or (match.kind_of? Regexp and name =~ match)))).to_s
208 (sym.nil? or symbol == sym) and
209 ((name.nil? and match.nil?) or matc
[all...]
/macosx-10.10.1/ruby-106/ruby/nacl/
H A Dnacl-config.rb24 ].find{|path| File.exist?(path) } or raise "No create_nmf found"
33 ].find{|path| File.executable?(path)} or raise "No sel_ldr found"
37 ].find{|path| File.executable?(path)} or raise "No irt_core found"
/macosx-10.10.1/ruby-106/ruby/ext/tk/
H A Dold-extconf.rb140 find_library("#{lib}#{ver}", func, *paths) or
141 find_library("#{lib}#{ver.delete('.')}", func, *paths) or
142 find_library("#{lib}#{ver}g", func, *paths) or
143 find_library("#{lib}#{ver.delete('.')}g", func, *paths) or
144 find_library("tcl#{ver}", func, *paths) or
145 find_library("tcl#{ver.delete('.')}", func, *paths) or
146 find_library("tcl#{ver}g", func, *paths) or
183 find_library("#{lib}#{ver}", func, *paths) or
184 find_library("#{lib}#{ver.delete('.')}", func, *paths) or
185 find_library("#{lib}#{ver}g", func, *paths) or
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dexamples.t44 or die "Cannot open file $filename: $! $BerkeleyDB::Error\n" ;
92 or die "Cannot open file $filename: $! $BerkeleyDB::Error\n" ;
143 or die "Cannot open $filename: $! $BerkeleyDB::Error\n" ;
189 or die "Cannot open $filename: $!\n" ;
235 or die "Cannot open $filename: $!\n" ;
251 or die "Cannot open $filename: $!\n" ;
283 or die "Cannot open $filename: $!\n" ;
294 or die "Cannot Open $filename: $!\n" ;
329 or die "Cannot open $filename: $!\n" ;
365 or di
[all...]
H A Dexamples.t.T45 or die "Cannot open file $filename: $! $BerkeleyDB::Error\n" ;
95 or die "Cannot open file $filename: $! $BerkeleyDB::Error\n" ;
148 or die "Cannot open $filename: $! $BerkeleyDB::Error\n" ;
196 or die "Cannot open $filename: $!\n" ;
244 or die "Cannot open $filename: $!\n" ;
261 or die "Cannot open $filename: $!\n" ;
294 or die "Cannot open $filename: $!\n" ;
306 or die "Cannot Open $filename: $!\n" ;
342 or die "Cannot open $filename: $!\n" ;
379 or di
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dxpath_parser.rb163 # or an Array and returns an Array of matching nodes
218 (node.node_type != :processing_instruction) or
237 new_nodeset += node.children if nt == :element or nt == :document
319 if result.size > 0 and result.inject(false) {|k,s| s or k}
357 node.children ) if nt == :element or nt == :document
409 if (node.node_type == :element or node.node_type == :attribute)
431 # :and, :or, :eq, :neq, :lt, :lteq, :gt, :gteq
432 # TODO: Special case for :or and :and -- not evaluate the right
434 # :or and false for :and).
435 when :eq, :neq, :lt, :lteq, :gt, :gteq, :or
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmake_symbol_aliasing.sh7 # This file contains Original Code and/or Modifications of Original Code
38 echo "Unable to locate ${SDKROOT}/usr/local/libexec/availability.pl (or not executable)" >&2
48 * This file contains Original Code and/or Modifications of Original Code
52 * may not be used to create, or enable the creation or redistribution of,
53 * unlawful or unlicensed copies of an Apple operating system, or to
54 * circumvent, violate, or enable the circumvention or violation of, any
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/
H A Dyapp56 Gives your parser module the package name (or name space or module name or
57 class name or whatever-you-call-it) of F<module>. It defaults to F<grammar>
62 It defaults to F<grammar>.pm or, if you specified the option
139 or $prog -V
140 or $prog -h
148 Default is <grammar>.pm or, if -m A::Module::Name is
167 or Usage;
170 or
[all...]
/macosx-10.10.1/apache-793/httpd/modules/lua/test/
H A Dmoonunit.lua1 -- Licensed to the Apache Software Foundation (ASF) under one or more
10 -- Unless required by applicable law or agreed to in writing, software
12 -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21 it = it or {}
28 args = args or arg
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dset.rb8 # All rights reserved. You can redistribute and/or modify it under the same
197 set.is_a?(Set) or raise ArgumentError, "value must be a set"
205 set.is_a?(Set) or raise ArgumentError, "value must be a set"
213 set.is_a?(Set) or raise ArgumentError, "value must be a set"
221 set.is_a?(Set) or raise ArgumentError, "value must be a set"
231 block or return enum_for(__method__)
274 block_given? or return enum_for(__method__)
282 block_given? or return enum_for(__method__)
289 block_given? or return enum_for(__method__)
299 block or retur
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D048lwp.t49 open LOG, "<lwpout.txt" or die "Cannot open lwpout.txt";
72 open LOG, "<lwpout.txt" or die "Cannot open lwpout.txt";
94 open LOG, "<lwpout.txt" or die "Cannot open lwpout.txt";
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/
H A Dpm2pl7 # difficulty installing modules, or prefer not to.
34 open OUTFILE, "> $outfile" or die "can't open file '$outfile' : $!\n";
39 open SCRIPT, "< $script" or die "can't open script file '$script' : $!\n";
44 open PM, "< $module" or die "can't open my module file '$module' : $!\n";
/macosx-10.10.1/apache-793/httpd/build/
H A Dlibrary.mk1 # Licensed to the Apache Software Foundation (ASF) under one or more
10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A Dltlib.mk1 # Licensed to the Apache Software Foundation (ASF) under one or more
10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A Dprogram.mk1 # Licensed to the Apache Software Foundation (ASF) under one or more
10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/macosx-10.10.1/apache-793/httpd/modules/lua/test/htdocs/
H A Dconfig_tests.lua1 -- Licensed to the Apache Software Foundation (ASF) under one or more
10 -- Unless required by applicable law or agreed to in writing, software
12 -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A Dother.lua1 -- Licensed to the Apache Software Foundation (ASF) under one or more
10 -- Unless required by applicable law or agreed to in writing, software
12 -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/macosx-10.10.1/apache-793/httpd/modules/lua/test/lib/
H A Dkangaroo.lua1 -- Licensed to the Apache Software Foundation (ASF) under one or more
10 -- Unless required by applicable law or agreed to in writing, software
12 -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A DREADME39 a) (optional) Install or rebuild the default dnssec.conf file
41 or
46 or use your prefered editor
H A DREADME.logging12 or to a file.
18 the file or directory name via the commandline option -L (--logfile)
19 or via the config file parameter "LogFile".
51 option -v (or -v -v).
54 "VerboseLog" to a value of 1 or 2.
58 (e.g.: config file or command line option fatal errors are
83 LogFile: "zkt-error.log" # or a directory for separate logfiles
94 LogFile: "zkt.log" # or a directory for separate logfiles
101 LogFile: "zkt.log" # or a directory for separate logfiles
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dplatform.rb24 platform.nil? or
25 local_platform == platform or
130 # same CPU, or either has a CPU of 'universal', they have the same OS, and
131 # they have the same version, or either has no version.
137 (@cpu == 'universal' or other.cpu == 'universal' or @cpu == other.cpu) and
143 (@version.nil? or other.version.nil? or @version == other.version)
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/htdocs/raw/
H A Dindex.exp24 procedures or interpreters, and additionally provide an easy interface
25 to on-the-fly generation of code or data too. No need to [tcl_cmd set]
26 or [tcl_cmd append] to a string, just do a simple [tcl_cmd puts].
/macosx-10.10.1/CPANInternal-159.1/Text-WordDiff-0.08/t/
H A Dansicolor.t10 use_ok 'Text::WordDiff' or die;
11 use_ok 'Text::WordDiff::ANSIColor' or die;
67 open *FILE1, "<$filename1" or die qq{Cannot open "$filename1": $!};
68 open *FILE2, "<$filename2" or die qq{Cannot open "$filename2": $!};
76 or die qq{Cannot open "$filename1": $!};
78 or die qq{Cannot open "$filename2": $!};

Completed in 293 milliseconds

1234567891011>>