Searched refs:or (Results 126 - 150 of 1679) sorted by relevance

1234567891011>>

/macosx-10.10.1/CPANInternal-159.1/Krb5-1.9/
H A Dsample_client23 defined $s or die $!;
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/server/
H A Dsoap.daemon.forkafterprocessing4 eval { require SOAP::Transport::HTTP::Daemon::ForkAfterProcessing } or die <<EOW;
13 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
18 # you may also add other options, like 'Reuse' => 1 and/or 'Listen' => 128
H A Dsoap.daemon.forkonaccept4 eval { require SOAP::Transport::HTTP::Daemon::ForkOnAccept } or die <<EOW;
12 $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C
17 # you may also add other options, like 'Reuse' => 1 and/or 'Listen' => 128
/macosx-10.10.1/KerberosHelper-151/Source/
H A DconfigureAFPServer14 open (REALM, "< $kdc_conf") or die "No ".$kdc_conf;
H A DconfigureTestingLocalKDC14 open (REALM, '<'. $realm) or die "No realm";
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslScripts/openssl/
H A DrunServeView15 echo Preparing to delete keychain $KC_NAME. Ctl-c to abort, or....
/macosx-10.10.1/rsync-45/rsync/support/
H A Dcull_options10 open(IN, '../options.c') or die "Unable to open ../options.c: $!\n";
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dfind.rb38 block_given? or return enum_for(__method__, *paths)
57 next if f == "." or f == ".."
67 # Skips the current file or directory, restarting the loop with the next
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dto_bs.rb33 use_prefix or @res << ' ' * @indent
43 # Turns on or off special handling for +convert_string+
63 # Adds bold or underline mixed with backspaces
67 return string unless @in_b or @in_em
/macosx-10.10.1/ruby-106/ruby/tool/
H A Did2token.rb13 end or abort opt.opt_s
H A Dupdate-deps79 inc.sub!(%r{\Ainclude/ruby/}, '') or
80 inc.sub!(%r{\Ainclude/}, '') or
81 inc.sub!(%r{\A\.ext/include/[^/]+/ruby/}, '') or
82 inc.sub!(%r{\Aenc/}, '') or
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dirix5_cpp.vim2 " Compiler: SGI IRIX 5.3 CC or NCC
/macosx-10.10.1/vim-55/runtime/indent/
H A Dcmake.vim42 let or = '\|'
48 \ or . '\$(' . cmake_regex_identifier . ')' .
49 \ or . '[^()\\#"]' . or . '\\.' . '\)*'
H A Dperl6.vim18 " Things that are not or not properly indented (yet) :
44 setlocal indentkeys+=0=,0),0],0>,0��,0=or,0=and
120 " Indent lines that begin with 'or' or 'and'
121 if cline =~ '^\s*\(or\|and\)\>'
122 if line !~ '^\s*\(or\|and\)\>'
125 elseif line =~ '^\s*\(or\|and\)\>'
H A Dcdl.vim19 " find out if an "...=..." expresion its an asignment (or a conditional)
30 let inicio = matchend(line, '\c\<\(expr\|\a*if\|and\|or\|not\|else\|then\|memberis\|\k\+of\)\>\|[<>;]', inicio)
34 " it's formula if there's a ';', 'elsE', 'theN', 'enDif' or 'expr'
35 " conditional if there's a '<', '>', 'elseif', 'if', 'and', 'or', 'not',
52 " it's a header or '{' or '}' or a comment
65 let f = -1 " wether a '=' is a conditional or a asignment, -1 means we don't know yet
102 elseif c == '(' || c ==? 'f' " '(' or 'if'
116 " or i
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Djgraph.vim30 "integer number, or floating point number without a dot. - or no -
32 "floating point number, with dot - or no -
34 "floating point number, starting with a dot - or no -
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D21-public.t103 -> result or 0) == 7);beta
138 -> result or '') =~ /.{8}-.{4}-.{4}-.{4}-.{12}/);
146 -> result or '') =~ /\d/);
152 -> result or []} > 1);
219 -> result or '') eq 'unavailable');
225 -> result or '') =~ /reported/);
231 -> result or '') =~ /\./);
238 -> result or 0) == 1);
247 -> result or '') =~ /^Desidero lavorare$/);
255 -> GetSecretIdentity('Superman') or '') e
[all...]
/macosx-10.10.1/apache-793/httpd/support/
H A Ddbmmanage.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.
43 pw of - (or blank) for update command prompts for the password
45 groups or comment of . (or blank) for update command retains old values
46 groups or comment of - for update command clears the existing value
47 groups or comment of - for add and adduser commands is the empty value
54 dbmmanage SHA1 passwords require the interface or the module Digest::SHA1
59 Please install Digest::SHA1 and try again, or us
[all...]
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/bin/
H A Djson_pp24 ) or die "Usage: $0 [-v] -f from_format [-t to_format]\n";
35 my @json_opt = grep { $allow_json_opt{ $_ } or die "'$_' is invalid json opttion" } split/,/, $json_opt;
67 or die "$opt_from: not a valid fromformat\n";
70 or die "$opt_from: not a valid toformat\n";
201 This library is free software; you can redistribute it and/or modify
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D025CustLevels.t108 open FILE, "<$LOGFILE" or die "Cannot open $LOGFILE";
122 open FILE, "<$LOGFILE" or die "Cannot open $LOGFILE";
134 open FILE, "<$LOGFILE" or die "Cannot open $LOGFILE";
146 open FILE, "<$LOGFILE" or die "Cannot open $LOGFILE";
171 open FILE, "<$LOGFILE" or die "Cannot open $LOGFILE";
/macosx-10.10.1/dcerpc-61/dcerpc/
H A DCOPYING6 * Redistribution and use in source and binary forms, with or without
14 * documentation and/or other materials provided with the distribution.
16 * contributors may be used to endorse or promote products derived from
39 * without any express or implied warranty:
44 * Foundation, Inc., Hewlett-Packard Company, or Digital Equipment
45 * Corporation be used in advertising or publicity pertaining to
57 * Redistribution and use in source and binary forms, with or without
64 * documentation and/or other materials provided with the distribution.
66 * may be used to endorse or promote products derived from this software
88 * Redistribution and use in source and binary forms, with or withou
[all...]
/macosx-10.10.1/vim-55/
H A Dvimtutor.bat7 :: xx is a language code like "es" or "nl".
9 :: When this fails or no xx argument was given, it tries using 'v:lang'
61 ECHO No vim or gvim found in current directory or PATH.
62 ECHO Check your installation or re-run install.exe
/macosx-10.10.1/python_modules-40/Modules/xattr-0.6.4/
H A Drtool.py.in13 # and/or sell copies of the Software, and to permit persons to whom the
17 # all copies or substantial portions of the Software.
68 _FILTER=b''.join(x >= 32 and x < 127 and chr(x).encode('utf-8') or b'.' for x in range(256))
71 _FILTER=''.join([(len(repr(chr(x)))==3) and chr(x) or '.' for x in range(256)])
112 options = 0 # 0 or XATTR_NOFOLLOW
152 if write or delete:
154 usage("-l not allowed with -w or -p")
156 if read or write or delete:
204 if verbose or recursiv
[all...]
/macosx-10.10.1/CPANInternal-159.1/Text-WordDiff-0.08/t/
H A Dhtml.t10 use_ok 'Text::WordDiff' or die;
11 use_ok 'Text::WordDiff::HTML' or die;
72 open *FILE1, "<$filename1" or die qq{Cannot open "$filename1": $!};
73 open *FILE2, "<$filename2" or die qq{Cannot open "$filename2": $!};
81 or die qq{Cannot open "$filename1": $!};
83 or die qq{Cannot open "$filename2": $!};
H A Dhtmltwolines.t14 use_ok 'Text::WordDiff' or die;
15 use_ok 'Text::WordDiff::HTMLTwoLines' or die;
84 open *FILE1, "<$filename1" or die qq{Cannot open "$filename1": $!};
85 open *FILE2, "<$filename2" or die qq{Cannot open "$filename2": $!};
93 or die qq{Cannot open "$filename1": $!};
95 or die qq{Cannot open "$filename2": $!};

Completed in 286 milliseconds

1234567891011>>