Searched refs:yield (Results 101 - 125 of 397) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/test/mkmf/
H A Dtest_framework.rb19 yield fw, hdrname
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_extension.rb11 yield
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_trace.rb54 yield
H A Dtest_enum.rb11 yield 1
12 yield 2
13 yield 3
14 yield 1
15 yield 2
42 yield
73 yield 1
234 yield 1
235 yield 1,2
281 def ary.each; [3, 4].each{|e|yield
[all...]
H A Dtest_optimization.rb32 return yield
197 identity(yield)
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_help_command.rb62 yield @ui.output, @ui.error
/macosx-10.10/ruby-106/ruby/test/scanf/
H A Dtest_scanf.rb294 yield test, i.succ!
/macosx-10.10/ruby-106/ruby/test/webrick/
H A Dutils.rb41 block.yield([server, addr[3], addr[1], log])
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dhtml.rb14 yield.to_s
49 yield.to_s + "</#{element.upcase}>"
89 def a(href = "") # :yield:
96 super(attributes){ yield }
111 def base(href = "") # :yield:
118 super(attributes){ yield }
134 def blockquote(cite = {}) # :yield:
141 super(attributes){ yield }
158 def caption(align = {}) # :yield:
165 super(attributes){ yield }
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dmatrix.rb192 yield i, j
345 def row(i, &block) # :yield: e
359 def column(j) # :yield: e
363 yield @rows[i][j]
382 def collect(&block) # :yield: e
405 def each(which = :all) # :yield: e
416 yield row.fetch(row_index){return self}
421 yield row[col_index] unless row_index == col_index
427 yield row[col_index]
433 yield ro
[all...]
H A Dtracer.rb129 yield
235 Single.on{yield}
H A Dbenchmark.rb166 def benchmark(caption = "", label_width = nil, format = nil, *labels) # :yield: report
174 results = yield(report)
205 def bm(label_width = 0, *labels, &blk) # :yield: report
247 def bmbm(width = 0) # :yield: job
249 yield(job)
279 def measure(label = "") # :yield:
281 yield
294 def realtime # :yield:
296 yield
322 def item(label = "", &blk) # :yield
[all...]
H A Dopen3.rb215 if defined? yield
217 return yield(*result)
710 if defined? yield
712 return yield(*result)
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dcskernel.cpp117 return code.yield();
142 return code.yield();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcskernel.cpp117 return code.yield();
142 return code.yield();
/macosx-10.10/ruby-106/ruby/ext/dl/callback/
H A Dmkcallback.rb119 yield calltype, proc_entry
177 yield body
/macosx-10.10/ruby-106/ruby/lib/rinda/
H A Drinda.rb86 @tuple.each { |k, v| yield(k, v) }
88 @tuple.each_with_index { |v, k| yield(k, v) }
H A Dring.rb167 yield(@primary)
168 @rings.each { |x| yield(x) }
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dutils.rb235 return yield if seconds.nil? or seconds.zero?
239 yield(seconds)
/macosx-10.10/ruby-106/ruby/lib/net/http/
H A Dheader.rb86 def fetch(key, *args, &block) #:yield: +key+
98 def each_header #:yield: +key+, +value+
101 yield k, va.join(', ')
109 def each_name(&block) #:yield: +key+
122 def each_capitalized_name #:yield: +key+
125 yield capitalize(k)
131 def each_value #:yield: +value+
134 yield va.join(', ')
165 yield capitalize(k), v.join(', ')
/macosx-10.10/ruby-106/ruby/lib/optparse/
H A Dversion.rb65 yield klass, cname, const if name === cname
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dpackagetask.rb81 yield self if block_given?
85 # Initialization that bypasses the "yield self" and "define" step.
/macosx-10.10/ruby-106/ruby/lib/rdoc/parser/
H A Druby_tools.rb145 yield
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dsource_list.rb51 @sources.each { |s| yield s.uri.to_s }
/macosx-10.10/ruby-106/ruby/lib/shell/
H A Dfilter.rb40 @input.each(rs){|l| yield l}

Completed in 284 milliseconds

1234567891011>>