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

123

/macosx-10.9.5/ruby-104/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.9.5/passwordserver_sasl-170/cyrus_sasl/java/CyrusSasl/
H A DServerFactory.java76 /* count newlines */
77 int newlines = 0;
82 newlines++;
86 String[]ret = new String[newlines];
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/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.9.5/tcl-102/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.9.5/bash-92/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.9.5/CPANInternal-140/String-ShellQuote-1.00/
H A DShellQuote.pm68 character is placed after any newlines in the string).
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DDumper.pm133 entities and newlines converted to E<lt>brE<gt>.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DDumper.pm133 entities and newlines converted to E<lt>brE<gt>.
/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DTGLexer.cpp220 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
/macosx-10.9.5/vim-53/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.9.5/CPANInternal-140/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.9.5/swig-10/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.9.5/CPANInternal-140/Data-Dumper-Concise/lib/Data/Dumper/
H A DConcise.pm23 Data::Dumper::Concise - Less indentation and newlines plus sub deparsing
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DBaseConfigurator.pm102 splits at its newlines and transforms it into an array:
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.04/
H A DShellQuote.pm148 character is placed after any newlines in the string).
/macosx-10.9.5/CF-855.17/
H A DCFUniChar.c588 const UniChar newlines[] = {0x000A, 0x000B, 0x000C, 0x000D, 0x0085, 0x2028, 0x2029}; local
590 for (idx = 0;idx < (int)(sizeof(newlines) / sizeof(*newlines)); idx++) {
592 CFUniCharRemoveCharacterFromBitmap(newlines[idx], bitmapBase);
594 CFUniCharAddCharacterToBitmap(newlines[idx], bitmapBase);

Completed in 667 milliseconds

123