Searched refs:lines (Results 76 - 100 of 776) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/DTTk/Mem/
H A Dvmstat.d67 lines = SCREEN + 1;
75 /lines++ > SCREEN/
80 lines = 0;
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dutil.rb189 lines = string.gsub(/(?!\A)<.*?>/m, "\n\\0").gsub(/<.*?>(?!\n)/m, "\\0\n")
191 while end_pos = lines.index(/^<\/(\w+)/, end_pos)
193 start_pos = lines.rindex(/^\s*<#{element}/i, end_pos)
194 lines[start_pos ... end_pos] = "__" + lines[start_pos ... end_pos].gsub(/\n(?!\z)/, "\n" + shift) + "__"
196 lines.gsub(/^((?:#{Regexp::quote(shift)})*)__(?=<\/?\w)/, '\1')
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DFormatterDebug.js37 var lines = content.split("\n");
38 for (var i = 0; i < lines.length; ++i) {
39 var line = lines[i];
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.pl80 $header =~ s/\n\s+/ /g; # fix continuation lines
82 my @lines = split(/^/m, $header);
83 chomp(@lines);
84 foreach my $line (@lines) {
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleDeprecatedFlexibleBoxData.h51 unsigned lines : 1; // EBoxLines
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorEditingController.js92 var lines = text.split("\n"); variable
93 var endLine = this._range.startLine + lines.length - 1;
94 var endColumn = lines.length > 1 ? lines.lastValue.length : this._range.startColumn + text.length;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/admin/
H A Dcheck-style-shell.awk101 warn("Missing mode lines");
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dwc.c26 * count the number of bytes, words, and lines in a file
32 "[+NAME?wc - print the number of bytes, words, and lines in files]"
48 "[l:lines?List the line counts.]"
77 sfprintf(sfstdout," %7I*d",sizeof(wp->lines),wp->lines);
177 tlines += wp->lines;
182 wp->lines = tlines;
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/
H A Dmarkup.rb117 lines = src.lines.to_a
118 lines.shift if src =~ /\A.*#\ *File/i # remove '# File' comment
119 lines.each do |line|
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Drd.rb75 # <tt>=begin</tt> or <tt>=end</tt> lines are missing they will be added.
78 rd = rd.lines.to_a
/macosx-10.10/ruby-106/ruby/test/csv/
H A Dtest_interface.rb173 lines = 20
174 lines.times { csv << %w{a b c} }
175 assert_equal(lines, csv.lineno)
182 lines = [{a: 1, b: 2, c: 3}, {a: 4, b: 5, c: 6}]
185 csv << lines.first.keys
186 lines.each { |line| csv << line }
191 csv.each { |line| assert_equal(lines.shift, line.to_hash) }
198 lines = [{a: 1, b: 2, c: 3}, {a: 4, b: 5, c: 6}]
200 lines.each { |line| csv << line }
212 csv.each { |line| assert_equal(lines
[all...]
/macosx-10.10/vim-55/runtime/ftplugin/
H A Daap.vim17 " Set 'formatoptions' to break comment lines but not other lines,
H A Dcs.vim14 " Set 'formatoptions' to break comment lines but not other lines,
H A Dmake.vim17 " Set 'formatoptions' to break comment lines but not other lines,
H A Dcsh.vim10 " Make sure the continuation lines below do not cause problems in
20 " - Both foreach and end must appear alone on separate lines.
21 " - The words else and endif must appear at the beginning of input lines;
25 " - while and end must appear alone on their input lines.
H A Dflexwiki.vim20 " Allow lines of unlimited length. Do NOT want automatic linebreaks,
23 " Wrap long lines, rather than using horizontal scrolling.
40 " Move up and down by display lines, to account for screen wrapping
41 " of very long lines
/macosx-10.10/ruby-106/ruby/tool/
H A Dcompile_prelude.rb39 @preludes.delete_if {|_, (_, _, lines, sub)| !sub && lines.empty?}
45 lines = []
46 @preludes[filename] = result = [@preludes.size, filename, lines, sub]
72 lines << c_esc(line)
90 % preludes.each {|i, prelude, lines, sub|
94 % lines.each {|line|
138 % @preludes.each_value do |i, prelude, lines, sub|
170 % preludes.each do |i, prelude, lines, sub|
H A Dupdate-deps125 lines = []
127 lines << $&
129 lines << depline
130 matched = lines.join("\\\n ")
/macosx-10.10/ICU-531.30/icuSources/tools/ctestfw/
H A Duperf.cpp86 lines(NULL), numLines(0), line_mode(TRUE),
102 lines(NULL), numLines(0), line_mode(TRUE),
213 if (lines != NULL) {
214 return lines; // don't do it again
216 lines = new ULine[MAXLINES];
226 lines[numLines].name = new UChar[len];
227 lines[numLines].len = len;
228 memcpy(lines[numLines].name, line, len * U_SIZEOF_UCHAR);
238 delete []lines;
242 memcpy(newLines, lines, numLine
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/
H A Dsak.tcl560 set lines [list]
562 lappend lines {format {TclDevKit Project File}}
563 lappend lines {fmtver 2.0}
564 lappend lines {fmttool {TclDevKit TclApp PackageDefinition} 2.5}
565 lappend lines {}
566 lappend lines "## Saved at : [clock format [clock seconds]]"
567 lappend lines "## By : $tcl_platform(user)"
568 lappend lines {##}
569 lappend lines "## Generated by \"[file tail [info script]] tap\""
570 lappend lines "## o
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/
H A Dsak.tcl560 set lines [list]
562 lappend lines {format {TclDevKit Project File}}
563 lappend lines {fmtver 2.0}
564 lappend lines {fmttool {TclDevKit TclApp PackageDefinition} 2.5}
565 lappend lines {}
566 lappend lines "## Saved at : [clock format [clock seconds]]"
567 lappend lines "## By : $tcl_platform(user)"
568 lappend lines {##}
569 lappend lines "## Generated by \"[file tail [info script]] tap\""
570 lappend lines "## o
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/bin/
H A Dbuild-results-filter.pl52 my ($root, $lines) = @_;
55 my $lines_seq = [split /\n/, $lines];
H A Dresult-filter.pl52 my ($root, $lines) = @_;
55 my $lines_seq = [split /\n/, $lines];
108 # scan all stdout looking for lines that start with PASS or FAIL
120 # only print failure lines
/macosx-10.10/vim-55/runtime/tools/
H A Defm_perl.pl89 my @lines = `perl @{[defined $opt_c ? '-c ' : '' ]} -w "$file$args" 2>&1`;
92 foreach my $line (@lines) {
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/inc/Pod/
H A DMarkdown.pm35 my $lines = $data->{Text};
40 join("\n" x 2, @header, @{$lines});
79 my @lines = map { $indent . $_; } split(/\n/, $text);
80 return wantarray ? @lines : join("\n", @lines);
159 # clean the empty lines

Completed in 206 milliseconds

1234567891011>>