Searched refs:lines (Results 151 - 175 of 776) sorted by relevance

1234567891011>>

/macosx-10.10/vim-55/runtime/indent/
H A Docaml.vim96 " Return double 'shiftwidth' after lines matching:
201 " Add a 'shiftwidth' after lines ending with:
205 " Back to normal indent after lines ending with ';;':
209 " Back to normal indent after lines ending with 'end':
213 " Back to normal indent after lines ending with 'in':
217 " Back to normal indent after lines ending with 'done':
221 " Back to normal indent after lines ending with '}' or '>}':
225 " Back to normal indent after lines ending with ']', '|]' or '>]':
234 " Back to normal indent after lines ending with ')':
244 " Subtract a 'shiftwidth' after lines matchin
[all...]
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/IO/
H A DScalar.pm173 ### If in paragraph mode, skip leading lines (and update i!):
200 my ($line, @lines);
201 push @lines, $line while (defined($line = $self->getline));
202 @lines;
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DFormatter.js55 var lines = content.split("\n");
56 for (var i = 0; i < lines.length; ++i) {
57 var line = lines[i];
153 // Preserve original whitespace only lines by adding a newline.
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DFormatter.js55 var lines = content.split("\n");
56 for (var i = 0; i < lines.length; ++i) {
57 var line = lines[i];
153 // Preserve original whitespace only lines by adding a newline.
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dsearchcursor.js153 var lines = CodeMirror.splitLines(newText);
154 this.doc.replaceRange(lines, this.pos.from, this.pos.to);
155 this.pos.to = Pos(this.pos.from.line + lines.length - 1,
156 lines[lines.length - 1].length + (lines.length == 1 ? this.pos.from.ch : 0));
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DFontResourceContentView.js107 var lines = WebInspector.FontResourceContentView.PreviewLines; variable
108 for (var i = 0; i < lines.length; ++i) {
120 contentElement.textContent = lines[i];
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dipager.tcl90 set lines [split [textutil::tabify::untabify2 $str] \n]
93 foreach l $lines {
101 foreach l $lines {
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DPopupMenuWin.h56 bool up(unsigned lines = 1);
57 bool down(unsigned lines = 1);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tsiggss/
H A Dtests.sh33 lines=`echo "$out" | grep "$digout" | wc -l`
34 [ $lines -eq 1 ] || {
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm232 my @lines;
237 push @lines, "level $i: $nmaps maps (size $mapsz) ";
238 push @lines, "[", $nmaps * $mapsz * $elsize, "]" if $elsize;
239 push @lines, "\n";
242 push @lines, "level $i: $ndmaps dmaps";
245 push @lines, " (size ", scalar(@$r), ")";
247 push @lines, "\n";
248 join '', @lines;
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dcoffgrok.h143 struct coff_line *lines; member in struct:coff_type::__anon7614::__anon7622
153 int *lines; member in struct:coff_line
/macosx-10.10/ruby-106/ruby/test/ruby/enc/
H A Dtest_utf32.rb50 al = ascii_to_utf16le("foo\nbar\nbaz\n").lines.to_a
51 ab = ascii_to_utf16be("foo\nbar\nbaz\n").lines.to_a
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_iseq.rb20 lines = body.find_all{|e| e.kind_of? Fixnum}
21 assert_equal [1, 2, 4], lines
/macosx-10.10/vim-55/runtime/compiler/
H A Dant.vim22 " two property lines in your 'build.xml':
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dabaqus.vim27 " Define format of comment lines (see 'formatoptions' for uses)
42 " Fold all lines that do not begin with *
77 " Un-comment all lines in range
80 " Comment all lines in range
H A Dcsc.vim10 " Make sure the continuation lines below do not cause problems in
H A Dtcl.vim11 " Make sure the continuation lines below do not cause problems in
/macosx-10.10/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.cpp143 fprintf(stderr, "FAILED to read lines from file and create UPerfTest object. Error: %s\n", u_errorName(status));
199 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen);
228 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,lines,numLines, uselen);
258 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,lines,numLines, uselen);
287 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,lines,numLines, uselen);
316 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,lines,numLines, uselen);
345 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFC, options,uselen);
373 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFD, options,uselen);
401 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_FCD, options,uselen);
430 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLine
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dentry.c116 int i, lines; local
157 lines = ldif_countlines( s );
158 type = ch_calloc( 1, (lines+1)*3*sizeof(struct berval)+lines );
159 vals = type+lines+1;
160 nvals = vals+lines+1;
161 freeval = (char *)(nvals+lines+1);
171 if (i >= lines) {
206 lines = i+1;
221 for (i=0; i<lines;
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/popper/
H A Dpop_dropinfo.c181 mp->lines = 0;
210 mp->lines++;
220 "Msg %d at offset %ld is %ld octets long and has %u lines and id %s.",
221 mp->number,mp->offset,mp->length,mp->lines, mp->msg_id);
224 "Msg %d at offset %d is %d octets long and has %u lines.",
225 mp->number,mp->offset,mp->length,mp->lines);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dfilecomplete.c369 size_t line, lines, col, cols, thisguy; local
384 /* how many lines of output, rounded up */
385 lines = (num + cols - 1) / cols;
391 * On the ith line print elements i, i+lines, i+lines*2, etc.
393 for (line = 0; line < lines; line++) {
395 thisguy = line + col * lines;
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DChunk.h51 Line* lines() { return m_lines; } function in class:bmalloc::Chunk
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dpop.h69 extern int pop_top_first _ARGS((popserver server, int message, int lines,
/macosx-10.10/emacs-93/emacs/lisp/
H A Dtool-bar.el58 (let ((lines (if tool-bar-mode 1 0)))
62 (list (cons 'tool-bar-lines lines))))
65 (let ((elt (assq 'tool-bar-lines default-frame-alist)))
67 (setcdr elt lines)
68 (add-to-list 'default-frame-alist (cons 'tool-bar-lines lines)))))
/macosx-10.10/libedit-40/src/
H A Dfilecomplete.c360 size_t line, lines, col, cols, thisguy; local
375 /* how many lines of output, rounded up */
376 lines = (num + cols - 1) / cols;
382 * On the ith line print elements i, i+lines, i+lines*2, etc.
384 for (line = 0; line < lines; line++) {
386 thisguy = line + col * lines;

Completed in 184 milliseconds

1234567891011>>