Searched refs:or (Results 701 - 725 of 1679) sorted by relevance

<<21222324252627282930>>

/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Ddes-lib.com12 $! architecture of ALPHA, IA64 or VAX.
15 $! or the user can specify a compiler in P3.
28 $! Specify either DEBUG or NODEBUG as P2 to compile with or without
59 $! The Architecture Is Alpha, IA64 or whatever comes in the future.
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/
H A DCKDPersistentState.m6 * This file contains Original Code and/or Modifications of Original Code
39 #error This file must be compiled with ARC. Either turn on ARC for the project or use -fobjc-arc flag
/macosx-10.10.1/bind9-45.101/bind9/
H A Dbind.keys7 # here, they will not be recognized or used by named.
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dlexxer.l24 * Reserved. This file contains Original Code and/or Modifications of
49 * software, derivative works or modified versions, and any portions
58 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
63 * any improvements or extensions that they make and grant Carnegie Mellon
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dcompare_curl_source.com33 $! If UPDATE is given as a second parameter, files missing or different in the
59 $! need to use this option or have the logical name src_root1 defined.
74 $! Permission to use, copy, modify, and/or distribute this software for any
75 $! purpose with or without fee is hereby granted, provided that the above
H A Dsetup_gnv_curl_build.com12 $! Permission to use, copy, modify, and/or distribute this software for any
13 $! purpose with or without fee is hereby granted, provided that the above
37 $! Allow arguments to be grouped together with comma or separated by spaces
72 $! 64 bit pointers or have #pragma directives.
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dacf_l.l8 * Redistribution and use in source and binary forms, with or without
16 * documentation and/or other materials provided with the distribution.
18 * contributors may be used to endorse or promote products derived from
39 * without any express or implied warranty:
44 * Packard Company or Digital Equipment Corporation be used
45 * in advertising or publicity pertaining to distribution of the software
52 * Redistribution and use in source and binary forms, with or without
60 * documentation and/or other materials provided with the distribution.
62 * may be used to endorse or promote products derived from this
109 This grammar file needs to be built with GNU Flex V2.4.6 or late
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/admin/
H A Dlibiodbc.spec.in33 # This library is free software; you can redistribute it and/or
40 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
50 # Redistribution and use in source and binary forms, with or without
58 # the documentation and/or other materials provided with the
61 # contributors may be used to endorse or promote products derived
96 License: LGPL or BSD license (see "LICENSE" file included in distribution)
109 currently maintained by OpenLink Software under a LGPL or BSD license
127 currently maintained by OpenLink Software under a LGPL or BSD license
145 currently maintained by OpenLink Software under a LGPL or BSD license
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dpkt_rx1.s90 mov es, bx ; ES = DS = CS or seg _DATA
131 @post: or si, si ; DS:SI->_pktRxBuf[n][n].destinAdr
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dclang-parse-diagnostics-file77 if levels[d.get('level')] or opts.all]
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dmakemanidx54 UNIX manual: examples are mailq(1) or access(5). Unfortunately,
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_io.rb105 }, 'megacontent-copy_stream', ["INT"], :timeout => 10 or break
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dextconf.rb28 # To turn it on, use: --with-debug or --enable-debug
30 if with_config("debug") or enable_config("debug")
59 raise "OpenSSL 0.9.6 or later required."
139 if checking_for('OpenSSL version is 0.9.7 or later') {
/macosx-10.10.1/ruby-106/ruby/ext/openssl/lib/openssl/
H A Dbuffering.rb34 # Default size to read from or write to the SSLSocket for buffer operations.
140 # OpenSSL::SSL::SSLError extended by IO::WaitReadable or IO::WaitWritable.
191 # +eol+ may be a String or Regexp.
305 # Writes +s+ to the buffer. When the buffer is full or #sync is true the
313 if @sync or @wbuffer.size > BLOCK_SIZE or idx = @wbuffer.rindex($/)
349 # OpenSSL::SSL::SSLError extended by IO::WaitReadable or IO::WaitWritable.
H A Dssl.rb50 unless self.ca_file or self.ca_path or self.cert_store
/macosx-10.10.1/ruby-106/ruby/
H A Dlex.c.blt161 {"or", {keyword_or, keyword_or}, EXPR_VALUE},
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dextend-command.rb25 # +ret+ is the optional signal or message to send to Context#exit
189 if override == OVERRIDE_ALL or
190 (override == OVERRIDE_PRIVATE_ONLY) && !respond_to?(to) or
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dto_rdoc.rb99 use_prefix or @res << ' ' * @indent
220 use_prefix or @res << ' ' * @indent
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dcert_command.rb68 'Key for --sign or --build') do |key, options|
153 If you already have an RSA key, or are creating a new certificate for an
166 or:
H A Dsetup_command.rb5 # RubyGems checkout or tarball.
185 say "--no-document flag, or set it as the default in your ~/.gemrc file. See"
197 say "--no-document flag, or set it as the default in your ~/.gemrc file. See"
299 (not File.exist? rubygems_doc_dir or
354 (prefix == Gem::ConfigMap[:libdir] or
460 until versions.length == 0 or
H A Dupdate_command.rb71 if hig[spec.name].nil? or hig[spec.name].version < spec.version then
214 if system or (l_spec.version < highest_remote_ver) then
/macosx-10.10.1/ruby-106/ruby/lib/shell/
H A Dprocess-controller.rb72 "You can use Shell#transact or Shell#check_point for more safe execution.")
124 @active_jobs.empty? or @waiting_jobs.empty?
291 if USING_AT_EXIT_WHEN_PROCESS_EXIT or _pid
295 "You can use Shell#transact or Shell#check_point for more safe execution.")
/macosx-10.10.1/ruby-106/ruby/lib/test/
H A Dunit.rb129 "colorize the output. WHEN defaults to 'always'", "or can be 'never' or 'auto'." do |c|
135 "force to output tty control. WHEN defaults to 'yes'", "or can be 'no'." do |c|
189 elsif !reject or reject_pat !~ f and File.exist? path
192 end or
379 warn "or, a bug of test/unit/parallel.rb. try again without -j"
439 puts "" unless @options[:verbose] or @options[:job_status] == :replace
441 update_status(status_line) or (puts; nil)
591 @need_quit or
615 del_status_line or put
[all...]
/macosx-10.10.1/ruby-106/ruby/win32/
H A Difchange.bat34 :: target does not exist or new file differs from it.
/macosx-10.10.1/sudo-73/src/
H A Dsudoreplay.c5 * purpose with or without fee is hereby granted, provided that the above
145 * ( user millert or user root ) and tty console and command /bin/sh
160 char or; member in struct:search_node
312 /* 6 digit ID in base 36, e.g. 01G712AB or free-form name */
464 * Partial line without a linefeed or multiple lines
605 char or = 0, not = 0, type, **av; local
614 case 'o': /* or */
615 if (strncmp(*av, "or", strlen(*av)) != 0)
617 or = 1;
649 case 't': /* tty or t
[all...]

Completed in 407 milliseconds

<<21222324252627282930>>