Searched refs:or (Results 501 - 525 of 1679) sorted by relevance

<<21222324252627282930>>

/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Datom.rb166 # used to describe a person, corporation, or similar entity
189 # The name of the person or entity
195 # The URI of the person or entity
201 # The email of the person or entity
230 # that have an alternate (or empty) rel attribute
286 # Returns true if there are any authors for the feed or any of the Entry
289 authors.any? {|author| !author.to_s.empty?} or
437 # TextConstruct that contains copyright information regarding the content in an Entry or Feed
445 # TextConstruct that conveys a description or subtitle for a Feed
453 # TextConstruct that conveys a description or titl
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dquery_command.rb14 summary = 'Query gem information in local or remote repositories')
99 if ui.outs.tty? or both? then
117 if ui.outs.tty? or both? then
221 if platforms.empty? or options[:details] then
260 return if spec.homepage.nil? or spec.homepage.empty?
266 return if spec.license.nil? or spec.license.empty?
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Ddependency_installer.rb45 # :domain:: :local, :remote, or :both. :local only searches gems in the
124 @domain == :both or @domain == :local
132 @domain == :both or @domain == :remote
168 # the user (no really_verbose) or fail hard, not silently tell them that we just
207 unless dependency_list.ok? or @ignore_dependencies or @force then
225 next if spec.nil? or seen[spec.name]
386 # the background or not, and what to call it.
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy73 F<file1.pl.bak> and F<file2.pl.bak>. If F<file1.pl.bak> and/or F<file2.pl.bak>
142 whether flags are before or after any filenames. However, the relative
152 leading "n" (for the short name) or a leading "no" or "no-" (for the
154 or B<--outdent-long-quotes>. The flag to skip this is B<-nolq>
155 or B<--nooutdent-long-quotes> or B<--no-outdent-long-quotes>.
162 B<--dump-tok>, or even B<--dump-t>, to uniquely identify this command.
191 The default is B<-nst> or B<--nostandard-output>.
205 default F<tdy> (or
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/
H A Dsparcv8plus.S32 * or if above fails (it does if you have gas installed):
443 or %o0,%o1,%o0
684 or c_12,c_3,c_12
703 or c_12,c_3,c_12 !=
726 or c_12,c_3,c_12
753 or c_12,c_3,c_12 !=
784 or c_12,c_3,c_12
819 or c_12,c_3,c_12 !=
857 or c_12,c_3,c_12
890 or c_1
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Ddired-ref.tex7 % GNU Emacs is free software; you can redistribute it and/or modify
9 % the Free Software Foundation; either version 2, or (at your option)
14 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 % This file can be printed with 1, 2, or 3 columns per page (see below).
96 \else %2 or 3 columns uses prereduced size
131 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
264 % commands on files, or insert subdirectories into the edit buffer. You can
265 % "flag" files for deletion or "mark" files for later commands, either one
266 % file at a time or by all files matching certain criteria (e.g., files that
273 % Most commands operate either on all marked files or o
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Ddebug.rb56 # del[ete][ nnn] delete some or all breakpoints
58 # undisp[lay][ nnn] delete one particular or all display expressions
59 # c[ont] run until program ends or hit breakpoint
60 # s[tep][ nnn] step (into methods) one line or till line nnn
61 # n[ext][ nnn] go over one line or till line nnn
77 # m[ethod] <class|module> show instance methods of class or module
125 # Runs the program until it either exists or encounters another breakpoint.
144 # You can also pretty print the result of variables or expressions:
163 # Finally, you can omit +p+ if you simply want to evaluate a variable or
681 del[ete][ nnn] delete some or al
[all...]
/macosx-10.10.1/ntp-92/scripts/
H A Dsummary.in8 # This program is free software; you can redistribute it and/or modify
10 # the Free Software Foundation; either version 2 of the License, or
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
90 open INPUT, "$directory/$fname" or warn "can't open $directory/$fname: $!";
91 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
159 open INPUT, "$directory/$fname" or warn "can't open $directory/$fname: $!";
160 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
252 open OUTPUT, ">>$out_file" or die "can't open $out_file: $!";
266 open INPUT, "<$in_file" or die "can't open $in_file: $!";
338 opendir SDIR, $statsdir or di
[all...]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dawk.vim68 " or function name), align the current line on the first '(' of the prev
84 " -> attempt to indent on first ' ' or '(' of prev line, just like we
160 " Find out whether the line starts with a word (i.e. keyword or function
171 " align a line relative to the 'print ' or 'if (' on the previous line in case
185 " Determine if 'line' completes a statement or is continued on the next line.
202 " comment or blank and return the line number
215 " (hardcoded 80). If so and it is possible to stay within 80 positions (or
H A Docaml.vim111 " Indent if current line begins with '}' or '>}':
115 " Indent if current line begins with ']', '|]' or '>]':
129 " Indent if current line begins with 'class' or 'type':
178 " Indent if current line begins with 'exception', 'external', 'include' or
193 " or 'method':
221 " Back to normal indent after lines ending with '}' or '>}':
225 " Back to normal indent after lines ending with ']', '|]' or '>]':
H A Druby.vim36 " Regex of syntax group names that are or delimit string or are comments.
44 " Regex of syntax group names that are strings or documentation.
83 " Regex that defines continuation lines, not including (, {, or [.
98 " Check if the character at lnum:col is inside a string, comment, or is ascii.
108 " Check if the character at lnum:col is inside a string or documentation.
113 " Find line above 'lnum' that isn't empty, in a comment, or in a string.
119 " If the line isn't empty (with opt. comment) or in a string, end search.
144 " If we have a continuation line, or we're in a string, use line as MSL.
229 " If we have a =begin or
[all...]
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/t/
H A Dstress.t55 or print "not ";
60 or print "not ";
65 or print "not ";
70 or print "not ";
75 or print "not ";
80 or print "not ";
85 or print "not ";
91 or print "not ";
139 /* Reserved words that qualify type: "const" or "volatile".
143 /* Character or numeri
[all...]
/macosx-10.10.1/apache-793/httpd/modules/lua/test/htdocs/
H A Dtest.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/awk-20/src/
H A DREADME10 documentation, and that the name Lucent Technologies or any of
11 its entities not be used in advertising or publicity pertaining
59 If your system does not have yacc or bison (the GNU
66 compiled this without any changes using gcc -Wall and/or local C
67 compilers on a variety of systems, but new systems or compilers
/macosx-10.10.1/cron-39/doc/
H A DINSTALL4 * Distribute freely, except: don't remove my name from the source or
6 * get me blamed for your possible bugs), don't alter or remove this
8 * warrantee of any kind, express or implied, is included with this
26 You don't have to create the /var/cron or /var/cron/tabs directories, since
29 /var" if you don't have one, or you can "mkdir /usr/var; ln -s /usr/var /var"
77 Edit your /etc/rc or /etc/rc.local, looking for the line that starts up
82 (or whatever); no '&' is needed since the daemon forks itself and the
/macosx-10.10.1/screen-22/screen/
H A Dhelp.c6 * This program is free software; you can redistribute it and/or modify
8 * the Free Software Foundation; either version 2, or (at your option)
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
51 printf(" or: %s -r [host.tty]\n\nOptions:\n", myname);
68 printf("-list or -ls. Do nothing, just list our SockDir.\n");
349 helpdata->grow < helpdata->maxrow ? "for next page;" : "or");
489 This program is free software; you can redistribute it and/or \
491 by the Free Software Foundation; either version 2, or (at your option) \
496 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \
633 *cps ? "for next page;" : "or");
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dwebserver.xotcl20 ../../src/doc (or the files specified with -root) at port 8086
21 (or at the port specified via the -port option) as unprotected resources.
24 (it accepts test/test as user/password) on port 9096 (or on the
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Drolodex162 set helpTopics(.menu.file) {This is the "file" menu. It can be used to invoke some overall operations on the rolodex applications, such as loading a file or exiting.}
173 set helpTopics(.frame.entry5) {In this field of the rolodex entry you should type the person's home phone number, or "private" if the person doesn't want his or her number publicized}
185 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.}
186 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Drolodex156 set helpTopics(.menu.file) {This is the "file" menu. It can be used to invoke some overall operations on the rolodex applications, such as loading a file or exiting.}
167 set helpTopics(.frame.entry5) {In this field of the rolodex entry you should type the person's home phone number, or "private" if the person doesn't want his or her number publicized}
179 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.}
180 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dabaqus.vim31 " Definitions start with a * and assign a NAME, NSET, or ELSET
68 " Define keys used to move [count] keywords backward or forward.
72 " Define key to toggle commenting of the current line or range
/macosx-10.10.1/vim-55/src/
H A DMake_bc3.mak1 # Makefile for Borland C++ 3.1 or 4.0 to compile a 16 bit version of Vim.
150 # replace -1- with -2 to produce code for a 80286 or higher
151 # replace -1- with -3 to produce code for a 80386 or higher
/macosx-10.10.1/ruby-106/ruby/ext/
H A Dextmk.rb97 old_srcs = m[/^ORIG_SRCS[ \t]*=[ \t](.*)/, 1] or return false
98 old_srcs.split.sort == srcs or return false
104 /^STATIC_LIB[ \t]*=[ \t]*\S+/ =~ m or $static = false
236 unless $destdir.to_s.empty? or $mflags.defined?("DESTDIR")
245 unless $configure_only or system($make, *args)
246 $ignore or $continue or return false
474 withes.call(cond1) or !withouts.call(cond1)
503 if $ignore or !$nodynamic or
[all...]
/macosx-10.10.1/vim-55/runtime/macros/
H A Dmatchit.vim157 " Require match to end on or after the cursor and prefer it to
158 " start on or before the cursor.
171 else " Find the match that ends on or after the cursor and set curcol.
192 " = ini:mid:fin or ini:fin
198 " Now, set group and groupBR to the matching group: 'if:endif' or
199 " 'while:endwhile' or whatever. A bit of a kluge: s:Choose() returns
318 " a:matchline = "123<tag>12" or "123</tag>12"
405 " TODO I think this can be simplified and/or made more efficient.
479 " If the pattern is a literal string and contains no '0' or '1' characters
599 " or viewe
[all...]
/macosx-10.10.1/CPANInternal-159.1/Authen-Krb5/
H A Dsimple_client23 defined $s or die $!;
H A Dsimple_server28 defined $s or die $!;

Completed in 402 milliseconds

<<21222324252627282930>>