Searched refs:newlines (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dverbatim.rb29 # Collapses 3+ newlines into two newlines
34 newlines = 0
39 newlines += 1
40 parts << part if newlines == 1
42 newlines = 0
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/java/CyrusSasl/
H A DServerFactory.java76 /* count newlines */
77 int newlines = 0;
82 newlines++;
86 String[]ret = new String[newlines];
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DFormatterContentBuilder.js123 appendMultipleNewlines: function(newlines)
125 console.assert(newlines > 0);
127 var wasMultiple = newlines > 1;
129 while (newlines-- > 0)
H A DFormatter.js141 // Should we add newlines after this token?
142 var newlines = mode.newlinesAfterToken(this._lastToken, this._lastContent, token, state, content, isComment); variable
143 if (newlines)
144 this._builder.appendMultipleNewlines(newlines);
154 // However, don't do this if the builder just added multiple newlines.
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DFormatterContentBuilder.js123 appendMultipleNewlines: function(newlines)
125 console.assert(newlines > 0);
127 var wasMultiple = newlines > 1;
129 while (newlines-- > 0)
H A DFormatter.js141 // Should we add newlines after this token?
142 var newlines = mode.newlinesAfterToken(this._lastToken, this._lastContent, token, state, content, isComment); variable
143 if (newlines)
144 this._builder.appendMultipleNewlines(newlines);
154 // However, don't do this if the builder just added multiple newlines.
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dtext.tcl25 newlines 1
89 if {!$state(newlines)} { return 0 }
96 if {!$state(newlines)} { return 0 }
144 proc ::doctools::text::newlines {enable} {
146 set state(newlines) $enable
210 prefix indent dedent indented indenting newline newlines \
H A Dhtml.tcl200 ::doctools::text::newlines
203 prefix indent dedent indented indenting newline newlines \
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_docidx.tcl51 # - newlines = boolean. tags separated by eol markers
58 # * aligned => newlines
59 # * indented => newlines
77 newlines 0
92 set config(newlines) 1
147 set sep [expr {$config(newlines) ? "\n" : ""}]
H A Dexport_html.tcl56 # - newlines = boolean. tags separated by eol markers
68 # * indented => newlines
73 newlines 0
108 set config(newlines) 1
112 set config(comments) [expr {$config(indented) || $config(newlines)}]
132 if {!$config(newlines)} { html::newlines 0 }
/macosx-10.10/groff-38/groff/src/devices/grohtml/
H A Doutput.cpp148 : fp(f), max_line_length(n), col(0), fixed_point(0), newlines(0)
222 if ((col + n + last_word.get_length() + 1 > max_line_length) && (newlines)) {
236 if ((col + last_word.get_length() + 1 > max_line_length) && (newlines)) {
335 newlines = auto_newlines;
352 if (newlines) {
H A Dhtml.h84 int newlines; // can we issue newlines automatically? member in class:simple_output
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport_doctoc.tcl51 # - newlines = boolean. tags separated by eol markers
58 # * aligned => newlines
59 # * indented => newlines
77 newlines 0
88 set config(newlines) 1
118 set sep [expr {$config(newlines) ? "\n" : ""}]
H A Dexport_html.tcl56 # - newlines = boolean. tags separated by eol markers
68 # * indented => newlines
73 newlines 0
96 set config(newlines) 1
100 set config(comments) [expr {$config(indented) || $config(newlines)}]
115 if {!$config(newlines)} { html::newlines 0 }
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Ddisplay.c462 int newlines, lpos, temp, modmark, n0, num; local
567 if (newlines >= (inv_lbsize - 2)) \
577 if (newlines >= (inv_lbsize - 2)) \
591 if (newlines >= (inv_lbsize - 2)) \
597 inv_lbreaks[++newlines] = out; \
598 _rl_wrapped_line[newlines] = _rl_wrapped_multicolumn; \
608 if (newlines >= (inv_lbsize - 2)) \
613 inv_lbreaks[++newlines] = out; \
620 inv_lbreaks[newlines = 0] = 0;
670 temp = ((newlines
1717 int prompt_size, i, l, real_screenwidth, newlines; local
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDumper.pm133 entities and newlines converted to E<lt>brE<gt>.
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dgiants.h182 /* Output the giant in decimal, with optional newlines. */
183 void gwrite(giant g, FILE *fp, int newlines);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.h182 /* Output the giant in decimal, with optional newlines. */
183 void gwrite(giant g, FILE *fp, int newlines);
/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DTGLexer.cpp220 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
/macosx-10.10/vim-55/runtime/syntax/
H A Dindent.vim70 \ -hnl --honour-newlines
92 \ -nhnl --ignore-newlines
H A Dpdf.vim43 " Do these twice. The ones with only newlines are foldable
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm748 PatternLayout will chomp the message, to prevent printing two newlines.
749 If this is not desired, and you want two newlines in this case,
762 # Yes, I want two newlines
767 =head2 Getting rid of newlines
774 then it's usually best to strip the newlines from these calls. As explained
775 in L<Log::Log4perl/Logging newlines>, logging statements should never contain
776 newlines, but rely on appender layouts to add necessary newlines instead.
/macosx-10.10/swig-12/Source/
H A DMakefile.am141 indent -kr --honour-newlines --line-length160 --indent-level2 --braces-on-func-def-line --leave-optional-blank-lines $(SWIGTYPEDEFS) $(INDENTFILE) -o $(INDENTFILE).tmp;
/macosx-10.10/CPANInternal-159.1/String-ShellQuote-1.04/
H A DShellQuote.pm148 character is placed after any newlines in the string).
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DBaseConfigurator.pm221 splits at its newlines and transforms it into an array:

Completed in 541 milliseconds

123