Searched refs:or (Results 1 - 25 of 1790) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/ext/-test-/win32/fd_setsize/
H A Dextconf.rb1 if $mingw or $mswin
/macosx-10.9.5/ruby-104/ruby/ext/pty/
H A Dextconf.rb12 if have_func("posix_openpt") or
13 have_func("openpty") or
14 have_func("_getpty") or
15 have_func("ptsname") or
/macosx-10.9.5/dyld-239.4/bin/
H A Dset-alt-dyld15 open IN, "<$arg" or die $!;
17 close IN or die $!;
21 open OUT, ">$arg" or die $!;
23 close OUT or die $!;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A Dinstalltool12 # use, installation, modification or redistribution of this Apple software
14 # please do not use, install, modify or redistribute this Apple software.
19 # reproduce, modify and redistribute the Apple Software, with or without
20 # modifications, in source and/or binary forms; provided that if you redistribute
23 # the Apple Software. Neither the name, trademarks, service marks or logos of
24 # Apple Computer, Inc. may be used to endorse or promote products derived from the
26 # expressly stated in this notice, no other rights or licenses, express or implied,
28 # may be infringed by your derivative works or by other works in which the Apple
71 (chown 0, 80, $dest_tmp_dir) or cleanup_di
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dfilehandles.t14 tie *STDOUT, "Dev::Null" or die $!;
/macosx-10.9.5/CPANInternal-140/UNIVERSAL-require/t/
H A Dtaint.t9 ok !eval { $tainted->require or die $@};
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/gen_bridge_doc/lib/lib/
H A Dnotification_def.rb4 unless @description.nil? or @description.empty?
7 puts "[WARNING] A `nil` or empty object was encountered as the description for notification #{@name}" if $COCOA_REF_DEBUG
11 unless @availability.nil? or @availability.empty?
14 puts "[WARNING] A `nil` or empty object was encountered as the availability for notification #{@name}" if $COCOA_REF_DEBUG
/macosx-10.9.5/cxxfilt-11/
H A Dmerge-lipo55 (mkdir $destname or error ("$destname: $!")) unless (-d $destname);
58 defined $link1 or error ("$s/$_: $!");
61 defined $link2 or error ("$destname: $!");
62 $link1 eq $link2 or error ("$destname: different symlinks");
66 symlink $link1,$destname or error ("$destname: $!");
71 system ("cp", "-p", $_, $destname) == 0 or $errors++;
96 or $errors++;
99 or $errors++;
/macosx-10.9.5/ruby-104/ruby/ext/io/nonblock/
H A Dextconf.rb6 (have_macro("F_GETFL", hdr) or have_macro("F_SETFL", hdr))
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dmemleak_bad_handshake.t40 defined( my $pid = fork()) or do {
58 IO::Socket::INET->new( $addr ) or next;
67 IO::Socket::INET->new( $addr ) or next;
72 IO::Socket::INET->new( $addr ) or next;
75 if ($size100>$size200 or $size200<$size300) {;
92 open( my $ps,'-|',"ps -o vsize -p $pid 2>/dev/null" ) or return;
93 $ps && <$ps> or return; # header
/macosx-10.9.5/CPANInternal-140/File-NFSLock/examples/
H A Dlock_test22 or print "Ouch1\n"; # blocking lock (Exclusive)
25 or die "Cannot open [$datafile][$!]";
/macosx-10.9.5/CPANInternal-140/File-NFSLock-1.21/examples/
H A Dlock_test22 or print "Ouch1\n"; # blocking lock (Exclusive)
25 or die "Cannot open [$datafile][$!]";
/macosx-10.9.5/Libc-997.90.3/include/
H A Diso646.h5 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
44 #define or || macro
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dsplit-logfile.in3 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # Unless required by applicable law or agreed to in writing, software
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44 $vhost = lc ($vhost) or "access";
46 # if the vhost contains a "/" or "\", it is illegal so just use
56 or die ("Can't open ${vhost}.log");
/macosx-10.9.5/CPANInternal-140/JSON-XS/t/
H A D04_dwiw_encode.t50 or $json_str eq '{"var2":"val2","var1":"val1"}');
61 ok($json_str eq $expected_str1 or $json_str eq $expected_str2
62 or $json_str eq $expected_str3 or $json_str eq $expected_str4);
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/t/
H A D04_dwiw_encode.t50 or $json_str eq '{"var2":"val2","var1":"val1"}');
61 ok($json_str eq $expected_str1 or $json_str eq $expected_str2
62 or $json_str eq $expected_str3 or $json_str eq $expected_str4);
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/examples/
H A Dzkt-ls.sh9 echo Please start this skript out of the flat or hierarchical sub directory
H A Dzkt-signer.sh9 echo Please start this skript out of the flat or hierarchical sub directory
/macosx-10.9.5/CPANInternal-140/Mail-Sender-0.8.22/t/
H A D01-create-object.t12 or do { diag( " Error: $Mail::Sender::Error"); exit};
20 ok( (ref($res) or $res >=0), "->Connect()")
21 or do { diag("Error: $Mail::Sender::Error"); exit};
/macosx-10.9.5/rsync-42/rsync/support/
H A Dcvs2includes17 open(FIND, 'find . -name CVS -type d |') or die $!;
26 open(ENTRIES, $entries) or die "Unable to open $entries: $!\n";
33 open(FILTER, ">$filter") or die "Unable to write $filter: $!\n";
/macosx-10.9.5/ruby-104/ruby/ext/etc/
H A Dextconf.rb9 if a or b or c or sysconfdir
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/
H A D39load_namespaces_rt41083.t43 ok(!$@) or diag $@;
45 ok(_chk_extra_sources_warning($warnings), 'expected no extra sources complaint') or diag($warnings);
62 ok(!$@) or diag $@;
63 ok(_chk_warning($warnings), 'expected no resultset complaint') or diag $warnings;
64 ok(_chk_extra_sources_warning($warnings), 'expected no extra sources complaint') or diag($warnings);
/macosx-10.9.5/rsync-42/rsync/patches/
H A Dverify-patches18 ) or &usage;
29 Please run this script from the root of the rsync dir or
46 open(IN, '../CVS/Root') or die $!;
51 chdir('tmp') or die "Unable to chdir to 'tmp'";
55 open(OUT, '>exclude') or die $!;
73 open(IN, "patches/$diff") or die $!;
100 chdir('workdir') or die $!;
102 chdir('..') or die $!;
137 chdir('workdir') or die $!;
139 chdir('..') or di
[all...]
/macosx-10.9.5/rsync-42/rsync/packaging/
H A Dnightly-rsync36 chdir($unpacked) or die $!;
46 open(CVS, '-|', 'cvs status 2>&1') or die $!;
65 chdir('..') or die $!;
66 rename($unpacked, $name) or die $!;
67 open(TAR, '|-', "fakeroot tar --files-from=- --no-recursion --mode=g-w -czf $nightly/$name.tar.gz $name") or die $!;
72 rename($name, $unpacked) or die $!;
77 chdir($nightly) or die $!;
83 open(IN, '<', "$unpacked/$fn") or die $!;
90 open(OUT, '>', $fn) or die $!;
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/t/
H A D04modifiers.t14 Test -and -or and -nest modifiers, assuming the following:
18 * When in condition context i.e. where => { -or { a = 1 } }, each modifier
26 # no warnings (the -or/-and => { } warning is silly, there is nothing wrong with such usage)
29 or => { stmt => 'WHERE a = ? OR b = ?', bind => [qw/1 2/] },
46 where => { -or => [a => 1, b => 2] },
47 %{$and_or_args->{or}},
50 where => [ -or => [a => 1, b => 2] ],
51 %{$and_or_args->{or}},
63 where => { -or => {a => 1, b => 2} },
64 %{$and_or_args->{or}},
[all...]

Completed in 237 milliseconds

1234567891011>>