Searched refs:each_line (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/emacs-93/
H A DfixMakefile2 ARGF.each_line do |e|
/macosx-10.10.1/ruby-106/ruby/sample/
H A Doccur2.rb4 ARGF.each_line do |line|
H A Dfrom.rb68 f.each_line do |line|
80 f.each_line do |line|
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dstrip-rdoc.rb8 comment.each_line do |line|
H A Dchange_maker.rb8 output.each_line do |line|
H A Dmerger.rb41 f.each_line do |l|
/macosx-10.10.1/WebKit-7600.1.25/WebKit.vcxproj/WebKitExportGenerator/
H A Dmake-export-file-generator50 <%- input.each_line do |line| -%>
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dhelp.rb21 f.each_line do |l|
/macosx-10.10.1/ruby-106/ruby/bcc32/
H A Dmkexports.rb11 def each_line(objs, &block) method in class:Exports
/macosx-10.10.1/ruby-106/ruby/lib/rake/loaders/
H A Dmakefile.rb15 lines.each_line do |line|
/macosx-10.10.1/ruby-106/ruby/ext/curses/
H A Dview.rb31 fp.each_line { |l|
H A Dview2.rb39 fp.each_line { |l|
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dmkexports.rb87 $stdin.each_line(&block)
89 each_line(objs, &block)
99 def each_line(objs, &block) method in class:Exports
146 def each_line(objs, &block) method in class:Exports
/macosx-10.10.1/apache-793/
H A Dhttpd-wrapper.rb90 file.each_line do |line|
108 file.each_line do |line|
124 file.each_line do |line|
/macosx-10.10.1/PostgreSQL-97/Support/
H A D58_postgres_setup.rb242 file.each_line {|line|
262 file.each_line {|line|
283 file.each_line {|line|
424 ret.each_line {|line|
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dhttputils.rb142 raw.each_line{|line|
397 io.each_line{|line|
/macosx-10.10.1/ruby-106/ruby/test/webrick/
H A Dtest_cgi.rb121 s = log.call.each_line.grep(/ERROR bad URI/)[0]
135 s = log.call.each_line.grep(/ERROR bad header/)[0]
/macosx-10.10.1/ruby-106/ruby/bin/
H A Derb126 erb.src.each_line.with_index do |line, l|
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markdown/
H A Dliterals_1_9.rb53 string.each_line do |line|
64 string.each_line { |l| lines << l }
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Ddwarf2.c1314 struct line_info* each_line = NULL; local
1320 each_line = next_line->prev_line;
1324 each_line = NULL; /* ensure we skip over the normal case */
1327 while (each_line && next_line)
1333 if (each_line->address <= addr && addr < next_line->address)
1358 && each_line->address < lowest_pc
1366 *filename_ptr = each_line->filename;
1367 *linenumber_ptr = each_line->line;
1372 *filename_ptr = each_line->filename;
1373 *linenumber_ptr = each_line
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/openssl/lib/openssl/
H A Dbuffering.rb226 alias each_line each
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dtext.rb70 text.each_line do |line|
89 text.each_line do |line|
/macosx-10.10.1/ruby-106/ruby/test/pathname/
H A Dtest_pathname.rb673 Pathname("a").each_line {|line| a << line }
677 Pathname("a").each_line("2") {|line| a << line }
681 Pathname("a").each_line(1) {|line| a << line }
685 Pathname("a").each_line("2", 1) {|line| a << line }
689 enum = Pathname("a").each_line
/macosx-10.10.1/ruby-106/ruby/test/stringio/
H A Dtest_stringio.rb520 assert_raise(ArgumentError, "[ruby-dev:43392]") { StringIO.new.each_line(0){} }
521 assert_raise(ArgumentError, "[ruby-dev:43392]") { StringIO.new.each_line("a",0){} }
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dtext.rb278 string.each_line { |line|

Completed in 319 milliseconds

12