Searched refs:yield (Results 201 - 225 of 397) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dcode_object.rb214 yield code_object
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dpre_process.rb213 when 'yield', 'yields' then
222 result = yield directive, param if block_given?
/macosx-10.10/ruby-106/ruby/lib/rexml/light/
H A Dnode.rb44 size.times { |x| yield( at(x+4) ) }
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Ddependency_list.rb223 yield spec
H A Dspec_fetcher.rb123 if yield(tup)
H A Dtest_utilities.rb96 yield @last_request if block_given?
H A Ddependency_installer.rb401 yield
408 yield unless fork_happened
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Dhttpserver.rb93 @hash.each {|k,v| yield k.capitalize, v }
/macosx-10.10/ruby-106/ruby/sample/openssl/
H A Dc_rehash.rb132 filepath = yield(idx)
/macosx-10.10/ruby-106/ruby/test/benchmark/
H A Dtest_benchmark.rb39 capture_io { yield }.first.gsub(/[ \-]\d\.\d{6}/, ' --time--')
/macosx-10.10/ruby-106/ruby/test/cgi/
H A Dtest_cgi_multipart.rb132 input = yield(input) if block_given?
/macosx-10.10/ruby-106/ruby/test/ripper/
H A Ddummyparser.rb55 yield(name, *a)
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_require.rb210 yield
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_securerandom.rb169 yield
H A Dtest_open3.rb78 yield r, w
87 yield old
/macosx-10.10/ruby-106/ruby/win32/
H A Dmkexports.rb32 yield STDOUT
129 yield l.strip, is_data
132 yield "strcasecmp", "msvcrt.stricmp"
133 yield "strncasecmp", "msvcrt.strnicmp"
156 yield $2, !$1 if re =~ l
164 yield "strcasecmp", "_stricmp"
165 yield "strncasecmp", "_strnicmp"
/macosx-10.10/ruby-106/ruby/lib/
H A Dscanf.rb604 # the yield is added to an output array.
614 def scanf(str,&b) #:yield: current_match
686 final.push(yield(current))
715 def scanf(fstr,&b) #:yield: current_match
738 # the yield is added to an output array.
748 def block_scanf(fstr) #:yield: current_match
754 final.push(yield(current)) unless current.empty?
H A Dmkmf.rb135 s = config[key] and !s.empty? and block_given? ? yield(s) : s
310 yield
340 log.print(open {yield @log})
406 src = yield(src) if block_given?
500 yield(opt, opts)
502 yield(opt)
585 ret = yield
599 ret = yield
613 ret = yield
895 r = yield
[all...]
/macosx-10.10/ruby-106/ruby/lib/shell/
H A Dcommand-processor.rb97 Dir.foreach(path){|fn| yield fn}
99 IO.foreach(path, *rs){|l| yield l}
347 yield mes if iterator?
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Dbase.rb57 yield #{name}
100 yield(@#{name})
124 additional_setup_code = yield(local_variable_name,
220 return yield if @default_values_are_set
231 yield
438 yield(self)
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_parse.rb90 def t.bar(x); x + yield; end
123 @baz = r + (block_given? ? [yield] : [])
261 def o.foo(*r); yield(*r); end
298 def o.foo(*r); yield(*r); end
322 def o.foo(x); x + yield; end
820 yield(&:+)
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Drisc.rb191 return self if yield node, self
202 return self if yield node, self
212 return self if yield node, self
/macosx-10.10/pcre-7/pcre/
H A Dpcre_study.c486 int yield = SSB_DONE; local
548 yield = SSB_CONTINUE;
857 return yield;
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dmkconstants.rb69 yield guard, make_value, name, default_value
76 yield name
118 yield name
149 yield h[len], len
203 yield n, n
208 yield n, $'
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dsmtp.rb456 &block) # :yield: smtp
517 user = nil, secret = nil, authtype = nil) # :yield: smtp
521 return yield(self)
713 def open_message_stream(from_addr, *to_addrs, &block) # :yield: stream
852 ret = yield
868 # If block is given, yield a message writer stream.
889 def data(msgstr = nil, &block) #:yield: stream
942 return yield()

Completed in 294 milliseconds

1234567891011>>