Home
last modified time | relevance | path

Searched refs:startNewLine (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/resources/analysis/document/
H A DTroffXref.lex64 public void startNewLine() throws IOException { in startNewLine() function
168 {EOL} { yybegin(YYINITIAL); cleanup(); closeDiv(); startNewLine(); }
172 {EOL} { yybegin(YYINITIAL); closeSpan(); out.write("<br/>"); startNewLine(); }
182 {EOL} { yybegin(YYINITIAL); closeSpan(); out.write(' '); startNewLine(); }
204 startNewLine();
207 ^"\\(bu" {EOL} { chkLOC(); startNewLine(); }
229 ^[\_\=] {EOL} { chkLOC(); startNewLine(); }
234 {EOL} { cleanup(); out.write("</td></tr><tr><td>"); startNewLine(); }
265 {EOL} { out.write("\n"); startNewLine(); }
/dports/games/cake/cake_src/cake/
H A Dlogfile.cpp46 startNewLine = true; in LogFile()
78 if (startNewLine) in Insert()
82 startNewLine = false; in Insert()
88 startNewLine = true; in Insert()
H A Dlogfile.h27 bool startNewLine; variable
/dports/devel/juce/JUCE-f37e9a1/extras/Build/juce_build_tools/utils/
H A Djuce_CppTokeniserFunctions.cpp119 bool startNewLine = false; in writeEscapeChars() local
126 …raphDetected = false; lastWasHexEscapeCode = false; charsOnLine += 2; startNewLine = breakAtNewLin… in writeEscapeChars()
196 if ((startNewLine || (maxCharsOnLine > 0 && charsOnLine >= maxCharsOnLine)) in writeEscapeChars()
/dports/www/tikiwiki/tiki-21.2/lib/wiki/
H A Deditlib.php676 $this->startNewLine($src);
1012 $src .= $this->startNewLine($src) . '---';
1029 $src .= $this->startNewLine($src);
1091 $src .= $this->startNewLine($src) . str_repeat('!', $hlevel) . ':::';
1094 $src .= $this->startNewLine($src) . str_repeat('!', $hlevel) . '::';
1098 $src .= $this->startNewLine($src) . str_repeat('!', $hlevel);
1123 $src .= $this->startNewLine($src) . '||';
1130 $this->startNewLine($src);
1153 $src .= $this->startNewLine($src) . str_repeat(end($p['listack']), count($p['listack']));
1272 function startNewLine(&$str) function in EditLib
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/util/
H A DStorableOutput.java52 startNewLine(); in writeStorable()
149 private void startNewLine() { in startNewLine() method in StorableOutput
/dports/mail/libvmime/vmime-0.9.2/src/vmime/
H A Dword.cpp669 bool startNewLine = true; in generate() local
679 startNewLine = true; in generate()
684 startNewLine = false; in generate()
688 if (startNewLine) in generate()
697 if (!startNewLine && !state->isFirstWord && !state->lastCharIsSpace) in generate()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/
H A DJFlexJointLexer.java72 void startNewLine() throws IOException; in startNewLine() method
H A DJFlexXref.java261 startNewLine(); in endOfLineMatched()
488 startNewLine(); in write()
522 public void startNewLine() throws IOException { in startNewLine() method in JFlexXref
H A DJFlexNonXref.java347 startNewLine(); in write()
380 public void startNewLine() throws IOException { in startNewLine() method in JFlexNonXref
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/sql/
H A DJointSQLXref.java55 public void startNewLine() { in startNewLine() method in JointSQLXref
H A DJointSQLSymbolTokenizer.java74 public void startNewLine() { in startNewLine() method in JointSQLSymbolTokenizer
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/code_editor/
H A Djuce_CPlusPlusCodeTokeniserFunctions.h571 bool startNewLine = false; in writeEscapeChars() local
578 …raphDetected = false; lastWasHexEscapeCode = false; charsOnLine += 2; startNewLine = breakAtNewLin… in writeEscapeChars()
648 if ((startNewLine || (maxCharsOnLine > 0 && charsOnLine >= maxCharsOnLine)) in writeEscapeChars()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/code_editor/
H A Djuce_CPlusPlusCodeTokeniserFunctions.h571 bool startNewLine = false; in writeEscapeChars() local
578 …raphDetected = false; lastWasHexEscapeCode = false; charsOnLine += 2; startNewLine = breakAtNewLin… in writeEscapeChars()
648 if ((startNewLine || (maxCharsOnLine > 0 && charsOnLine >= maxCharsOnLine)) in writeEscapeChars()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/ada/
H A DAdaLexer.java76 startNewLine(); in takeLiteral()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/resources/analysis/ada/
H A DAdaXref.lex71 public void startNewLine() throws IOException { in startNewLine() function
H A DAdaSymbolTokenizer.lex88 public void startNewLine() throws IOException { in startNewLine() function
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/resources/analysis/eiffel/
H A DEiffelXref.lex66 public void startNewLine() throws IOException { in startNewLine() function
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/resources/analysis/verilog/
H A DVerilogSymbolTokenizer.lex80 public void startNewLine() throws IOException { in startNewLine() function
H A DVerilogXref.lex65 public void startNewLine() throws IOException { in startNewLine() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSONObject.cpp103 void startNewLine(StringBuilder&) const;
474 inline void Stringifier::startNewLine(StringBuilder& builder) const in startNewLine() function in JSC::Stringifier
519 stringifier.startNewLine(builder); in appendNextProperty()
545 stringifier.startNewLine(builder); in appendNextProperty()
564 stringifier.startNewLine(builder); in appendNextProperty()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSONObject.cpp103 void startNewLine(StringBuilder&) const;
478 inline void Stringifier::startNewLine(StringBuilder& builder) const in startNewLine() function in JSC::Stringifier
523 stringifier.startNewLine(builder); in appendNextProperty()
549 stringifier.startNewLine(builder); in appendNextProperty()
568 stringifier.startNewLine(builder); in appendNextProperty()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSONObject.cpp103 void startNewLine(StringBuilder&) const;
478 inline void Stringifier::startNewLine(StringBuilder& builder) const in startNewLine() function in JSC::Stringifier
523 stringifier.startNewLine(builder); in appendNextProperty()
549 stringifier.startNewLine(builder); in appendNextProperty()
568 stringifier.startNewLine(builder); in appendNextProperty()
/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/
H A DRenderer.java947 startNewLine(0); in appendNonPreformattedText()
975 startNewLine(0); in appendBlockVerticalMargin()
986 startNewLine(blockVerticalMargin); in appendBlockVerticalMargin()
998 private void startNewLine(int verticalMargin) throws IOException { in startNewLine() method in Renderer.Processor
1163 x.startNewLine(0); in process()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/resources/analysis/javascript/
H A DJavaScriptXref.lex72 public void startNewLine() throws IOException { in startNewLine() function

123