Searched refs:when (Results 51 - 75 of 1911) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/lib/rake/ext/
H A Dstring.rb135 when '%f'
137 when '%n'
139 when '%d'
141 when '%x'
143 when '%X'
145 when '%p'
147 when '%s'
149 when '%-'
151 when '%%'
153 when /
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dquickpath.rb9 # A base Hash object to be used when initializing a
27 when /^\/([^\/]|$)/u
32 when /^[-\w]*::/u
34 when /^\*/u
36 when /^[\[!\w:]/u
47 # result is that when this method returns, the array will contain elements
52 when /^\/\//u # Descendant
54 when /^\/?\b(\w[-\w]*)\b::/u # Axe
56 when /^\/(?=\b([:!\w][-\.\w]*:)?[-!\*\.\w]*\b([^:(]|$)|\*)/u # Child
63 when /
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioScheduledSourceNode.h60 void start(double when);
61 void stop(double when);
64 void noteOn(double when);
65 void noteOff(double when);
88 // Called when we have no more sound to play or the noteOff() time has been reached.
100 // If it hasn't been set explicitly, then the sound will not stop playing (if looping) or will stop when the end of the AudioBuffer
/macosx-10.9.5/ruby-104/ruby/bin/
H A Derb42 when 0
44 when 1
46 when 2
48 when '-'
60 when '-x' # ruby source
62 when '-n' # line number
64 when '-v' # verbose
66 when '--version' # version
69 when '-d', '--debug' # debug
71 when '
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rexml/parsers/
H A Dultralightparser.rb26 when :end_document
28 when :end_doctype
30 when :start_element, :doctype
34 when :end_element
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Dspeedc.rb7 when /^tcpromp:/, /^unixromp:/
12 when /^druby:/
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dscalar_scanner.rb37 when /^[^\d\.:-]?[A-Za-z_\s!@#\$%\^&\*\(\)\{\}\<\>\|\/\\~;=]+/
44 when /^[^ytonf~]/i
47 when '~', /^null$/i
49 when /^(yes|true|on)$/i
51 when /^(no|false|off)$/i
57 when TIME
63 when /^\d{4}-(?:1[012]|0\d|\d)-(?:[12]\d|3[01]|0\d|\d)$/
70 when /^\.inf$/i
72 when /^-\.inf$/i
74 when /
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/webrick/
H A Dcookie.rb119 when "$Version"; ver = val.to_i
120 when "$Path"; cookie.path = val
121 when "$Domain"; cookie.domain = val
122 when "$Port"; cookie.port = val
150 when "domain" then cookie.domain = value
151 when "path" then cookie.path = value
152 when "expires" then cookie.expires = value
153 when "max-age" then cookie.max_age = Integer(value)
154 when "comment" then cookie.comment = value
155 when "versio
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/context/
H A Dsection.rb54 # Sections are equal when they have the same #title
69 when RDoc::Comment then
71 when RDoc::Markup::Document then
73 when Array then
100 when Array then
104 when nil
106 when RDoc::Comment then
119 when RDoc::Markup::Document then
137 when Array then
141 when RDo
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dyaml.rb36 when 'syck' then warn "syck has been removed, psych is used instead"
37 when 'psych' then @yamler = 'psych'
/macosx-10.9.5/ruby-104/ruby/ext/zlib/
H A Dextconf.rb21 when 'amigaos' then
23 when /\Aos2[\-_]emx\z/ then
25 when /mswin|mingw|bccwin/ then
/macosx-10.9.5/ruby-104/ruby/test/dl/
H A Dtest_base.rb9 when /cygwin/
12 when /x86_64-linux/
15 when /linux/
18 when 4
21 when 8
27 when /mingw/, /mswin/
30 when /darwin/
33 when /kfreebsd/
36 when /gnu/ #GNU/Hurd
39 when /freebs
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dtqueue.h62 Time when() const { return fireTime; } function in class:Security::ScheduleQueue::Event
66 Time fireTime; // when will it happen?
75 void schedule(Event *event, Time when);
98 inline void ScheduleQueue<Time>::schedule(Event *event, Time when) argument
102 if (when == event->fireTime) { // no change
103 secdebug("schedq", "%p (%.3f) no change", event, double(when));
106 else if (when > event->fireTime && event != first.fwd) // forward move
110 event->fireTime = when;
113 if (ev->fireTime > when) {
115 secdebug("schedq", "%p (%.3f) scheduled before %p", event, double(when), e
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dtqueue.h62 Time when() const { return fireTime; } function in class:Security::ScheduleQueue::Event
66 Time fireTime; // when will it happen?
75 void schedule(Event *event, Time when);
98 inline void ScheduleQueue<Time>::schedule(Event *event, Time when) argument
102 if (when == event->fireTime) { // no change
103 secdebug("schedq", "%p (%.3f) no change", event, double(when));
106 else if (when > event->fireTime && event != first.fwd) // forward move
110 event->fireTime = when;
113 if (ev->fireTime > when) {
115 secdebug("schedq", "%p (%.3f) scheduled before %p", event, double(when), e
[all...]
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dtime.c129 _dispatch_timeout(dispatch_time_t when) argument
132 if (when == DISPATCH_TIME_FOREVER) {
135 if (when == 0) {
138 if ((int64_t)when < 0) {
139 when = (dispatch_time_t)-(int64_t)when;
141 return now >= when ? 0 : when - now;
144 return now >= when ? 0 : _dispatch_time_mach2nano(when
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/cgi/
H A Dutil.rb47 when 'apos' then "'".encode(enc)
48 when 'amp' then '&'.encode(enc)
49 when 'quot' then '"'.encode(enc)
50 when 'gt' then '>'.encode(enc)
51 when 'lt' then '<'.encode(enc)
52 when /\A#0*(\d+)\z/ then $1.to_i.chr(enc)
53 when /\A#x([0-9a-f]+)\z/i then $1.hex.chr(enc)
61 when 'apos' then "'"
62 when 'amp' then '&'
63 when 'quo
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dpre_process.rb153 when 'arg', 'args' then
159 when 'category' then
166 when 'doc' then
172 when 'enddoc' then
177 when 'include' then
180 when 'main' then
184 when 'nodoc' then
190 when 'notnew', 'not_new', 'not-new' then
196 when 'startdoc' then
203 when 'stopdo
[all...]
H A Dto_markdown.rb57 when :BULLET then
59 when :NOTE, :LABEL then
78 when :NOTE, :LABEL then
101 when :BULLET, :LABEL, :NOTE then
103 when :LALPHA, :NUMBER, :UALPHA then
150 when /\Ardoc-ref:/ then
152 when /\Ardoc-label:footmark-(\d+)/ then
154 when /\Ardoc-label:foottext-(\d+)/ then
156 when /\Ardoc-label:label-/ then
158 when /\Ardo
[all...]
H A Dto_ansi.rb32 when :BULLET then
34 when :NOTE, :LABEL then
56 when :BULLET then
58 when :NOTE, :LABEL then
71 when :NOTE, :LABEL then
/macosx-10.9.5/ruby-104/ruby/lib/rexml/validation/
H A Drelaxng.rb56 when :start_element
58 when "empty"
59 when "element", "attribute", "text", "value"
61 when "optional"
64 when "choice"
67 when "oneOrMore"
70 when "zeroOrMore"
73 when "group"
76 when "interleave"
79 when "mixe
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/parser/
H A Druby.rb37 # this block when known to work
228 when TkTRUE
230 when TkFALSE, TkNIL
250 when TkCOLON2, TkCOLON3 then # bug
306 when TkNL, TkCOMMENT, TkSEMICOLON then
367 when TkSYMBOL then
376 when TkId, TkOp then
378 when TkAMPER,
399 when 'method', 'singleton-method',
402 when 'sectio
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/date/
H A Ddate.c47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
76 UDate when; local
160 /* get the 'when' (or now) */
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
167 date(when, tz, style, format, &status);
240 date(UDate when, argument
255 printf("%.0f\n", when);
258 printf("%.3f\n", when/1000.0);
268 len = udat_format(fmt, when, 0, len, 0, status);
273 udat_format(fmt, when,
296 UDate when=0; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dsh4.rb60 when "a0"
62 when "a1"
64 when "t0"
66 when "t1"
68 when "t2"
70 when "t3"
72 when "t4"
74 when "cfr"
76 when "sp"
78 when "l
[all...]
/macosx-10.9.5/ruby-104/ruby/bootstraptest/
H A Drunner.rb22 when nil
25 when String
28 when Array
72 when /\A--ruby=(.*)/
78 when /\A--sets=(.*)/
82 when /\A--dir=(.*)/
85 when /\A(--stress|-s)/
87 when /\A--color(?:=(?:always|(auto)|(never)|(.*)))?\z/
91 when /\A--tty(=(?:yes|(no)|(.*)))?\z/
95 when /\
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/digest/sha2/lib/
H A Dsha2.rb28 when 256
30 when 384
32 when 512

Completed in 602 milliseconds

1234567891011>>