Home
last modified time | relevance | path

Searched refs:newLine (Results 1 – 16 of 16) sorted by relevance

/plugin/chordsheets/
H A Dscript.js68 var newLine = "";
73 newLine += '<span style="color:black;">' + chordMatch[0] + '</span>';
90newLine += chordMatch[0].replace(chordMatch[2], '<span class="' + songChordSelector + ' tooltip">'…
92newLine += chordMatch[0].replace(chordMatch[2], '<span class="' + songChordSelector + '">' + newCh…
94 …ourier New\', Courier, monospace;margin:0;" class="' + chordLineSelector + '">' + newLine + '</p>';
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php203 * @param bool $newLine
205 protected function _put($s, $newLine = true) argument
207 if ($newLine) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php148 protected function _put($s, $newLine = true) argument
150 if ($newLine) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php147 protected function _put($s, $newLine = true) argument
149 if ($newLine) {
/plugin/behave/
H A Dbehave.js98 newLine, variable
152 newLine = "\r\n";
154 newLine = "\n";
235 start += normalizedValue.slice(0, start).split(newLine).length - 1;
241 end += normalizedValue.slice(0, end).split(newLine).length - 1;
468 closingBreak = newLine;
474 …var edited = left + newLine + ourIndent + closingBreak + (ourIndent.substring(0, ourIndent.length-…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php286 $this->newLine();
386 $this->newLine();
423 $this->newLine();
438 private function newLine() function in phpseclib3\\File\\ANSI
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php333 protected function _put($s, $newLine = true)
335 if ($newLine) {
344 _put($s, $newLine = true) global() argument
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1newLine, indent) {\n if (indent === void 0) { indent = 0; }\n if (typeof diag === 'string') …
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/katex/_assets/
H A Dkatex.min.js1newLine:i,size:a&&Ut(a,"size").value}},htmlBuilder:function(e,t){var r=Ke.makeSpan(["mspace"],[],t…
/plugin/achart/assets/
H A Dapexcharts.min.js6newLine()})):p?f.globals.dom.Paper.plain(s):f.globals.dom.Paper.text((function(t){return t.tspan(s…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js26330 var newLine = lines + this.decoder.write(data);
26331 var rows = this.parse(newLine, true);
26346 var newLine = this.lines + this.decoder.end();
26347 var rows = this.parse(newLine, false);