Home
last modified time | relevance | path

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

12

/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/
DFpdi.php203 * @param bool $newLine
205 protected function _put($s, $newLine = true) argument
207 if ($newLine) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
DFpdi.php148 protected function _put($s, $newLine = true) argument
150 if ($newLine) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
DFpdi.php147 protected function _put($s, $newLine = true) argument
149 if ($newLine) {
/plugin/behave/
Dbehave.js98 newLine,
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/
DANSI.php286 $this->newLine();
386 $this->newLine();
423 $this->newLine();
438 private function newLine() function in phpseclib3\\File\\ANSI
/plugin/asciidocjs/node_modules/source-map/lib/
Dsource-node.js69 var newLine = getNextLine() || "";
70 return lineContents + newLine;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/lib/
Dsource-node.js69 var newLine = getNextLine() || "";
70 return lineContents + newLine;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DFpdiTrait.php333 protected function _put($s, $newLine = true) argument
335 if ($newLine) {
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.html5.js306 var newLine = _newLine(config);
330 var header = config.header ? join(data.header) + newLine : '';
331 var footer = config.footer && data.footer ? newLine + join(data.footer) : '';
339 str: header + body.join(newLine) + footer,
/plugin/ditaa/ditaa/
Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/jdraw/lib/
Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/dist/
Dsource-map.debug.js2740 var newLine = getNextLine() || "";
2741 return lineContents + newLine;
Dsource-map.js2740 var newLine = getNextLine() || "";
2741 return lineContents + newLine;
Dsource-map.min.js.map1newLine","lastGeneratedLine","lastMapping","nextLine","aChunk","isArray","chunk","prepend","unshif…
/plugin/asciidocjs/node_modules/source-map/dist/
Dsource-map.debug.js2883 var newLine = getNextLine() || "";
2884 return lineContents + newLine;
Dsource-map.js2883 var newLine = getNextLine() || "";
2884 return lineContents + newLine;
Dsource-map.min.js.map1newLine","lastGeneratedLine","lastMapping","nextLine","aChunk","isArray","chunk","prepend","unshif…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D5.5.js.map1newLine, indent) {\n if (indent === void 0) { indent = 0; }\n if (typeof diag === 'string') …
/plugin/diagramsnet/lib/WEB-INF/lib/
Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/katex/_assets/
Dkatex.min.js1newLine:i,size:a&&Ut(a,"size").value}},htmlBuilder:function(e,t){var r=Ke.makeSpan(["mspace"],[],t…
/plugin/achart/assets/
Dapexcharts.min.js6newLine()})):p?f.globals.dom.Paper.plain(s):f.globals.dom.Paper.text((function(t){return t.tspan(s… method
/plugin/xlsx2dw/packages/exceljs/
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);

12