Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 25 of 97) sorted by relevance

1234

/plugin/newline/
Dplugin.info.txt1 base newline
5 name newline
7 url https://www.dokuwiki.org/plugin:newline
/plugin/vcard/
Dvcard.php49 $newline = "";
59 if ( (strlen($newline) + strlen($c)) >= $line_max ) { // CRLF is not counted
60 $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay
61 $newline = " ";
63 $newline .= $c;
65 $output .= $newline;
/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DOptions.php35 protected $newline = "\n"; variable in splitbrain\\phpcli\\Options
101 $this->newline = $set ? '' : "\n";
382 $text .= $this->newline;
403 $text .= $this->newline;
410 array('', $this->setup[$command]['help'] . $this->newline)
441 $text .= $this->newline;
451 $text .= $this->newline;
472 $text .= $this->newline;
/plugin/wordimport/docx/
DTextRun.php30 * @param string $newline The code for newlines
32 public function __construct(Docx $docx, \SimpleXMLElement $tr, $newline = '\\\\ ') argument
38 $this->text = $newline;
/plugin/asciidocjs/node_modules/pug-strip-comments/
DREADME.md22 // { type: 'newline', line: 2 },
28 // [ { type: 'newline', line: 2 },
35 // { type: 'newline', line: 2 },
40 // [ { type: 'newline', line: 2 },
/plugin/asciidocjs/node_modules/function-bind/test/
D.eslintrc3 "array-bracket-newline": 0,
4 "array-element-newline": 0,
/plugin/asciidocjs/node_modules/minimist/
D.eslintrc7 "array-element-newline": 0,
18 "object-curly-newline": 0,
/plugin/btable2/
DREADME.md48 - column names seperated by "^" or "\n" (newline)
50 - row names seperated by "^" or "\n" (newline)
59 - rows/columns seperator may also be newline instead of "^".
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
DAbstractPatternSniff.php652 $newline = 0;
655 $newline = $j;
660 if ($newline === 0) {
667 … if (isset(PHP_CodeSniffer_Tokens::$commentTokens[$tokens[$newline]['code']]) === true) {
672 if ($newline === $stackPtr) {
684 if ($next < $newline) {
688 $next = ($newline + 1);
/plugin/latexit/tests/my/
Dtest7.latex30 ~\newline
33 ~\newline
Dtest8.latex12 Row 1 Col 1\newline aaaa & Row 1 Col 2 & Row 1 Col 3 \\
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dnewline.md1 This is a paragraph with a newline
Dhtml-block.md59 newline
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Doutput.js302 var newline = options.beautify ? function() {
327 newline();
398 newline : newline,
726 output.newline();
727 if (is_toplevel) output.newline();
966 output.newline();
971 output.newline();
975 output.newline();
1091 output.newline();
1201 output.newline();
[all …]
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.html5.js294 return config.newline ? config.newline : navigator.userAgent.match(/Windows/) ? '\r\n' : '\n';
860 var newline = _newLine(config);
872 output = info.title + newline + newline + output;
876 output = info.messageTop + newline + newline + output;
880 output = output + newline + newline + info.messageBottom;
/plugin/autotabber/
Dtaboverride.js51 newline, // the newline character sequence (\n or \r\n)
254 preNewlines = text.slice(0, selStart).split(newline).length - 1;
255 selNewlines = sel.split(newline).length - 1;
618 newline = textareaElem.value;
619 newlineLen = newline.length;
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js394 var newline = options.beautify ? function() {
412 newline();
573 newline : newline,
931 output.newline();
932 if (is_toplevel) output.newline();
1091 output.newline();
1095 output.newline();
1358 output.newline();
1363 output.newline();
1367 output.newline();
[all …]
/plugin/combo/vendor/carica/phpcss/
H A D.editorconfig4 # Unix-style newlines with a newline ending every file
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.NormalizeNewlines.txt9 will attempt to preserve mixed newline files.
DOutput.Newline.txt9 will auto-detect the default newline type of the system and use that;
/plugin/asciidocjs/node_modules/get-intrinsic/
D.eslintrc15 "array-bracket-newline": 0,
/plugin/asciidocjs/node_modules/pug-code-gen/
Dindex.js241 prettyIndent: function(offset, newline){ argument
243 newline = newline ? '\n' : '';
244 this.buffer(newline + Array(this.indents + offset).join(this.pp));
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php25 …coding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_mimeheader($string, … argument
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
Dmultiline.js19newline:0,nobreak:1000000,goodbreak:[-200],badbreak:[+200],auto:[0],maxwidth:1.33,toobig:800,nestf… property
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
Dmultiline.js19newline:0,nobreak:1000000,goodbreak:[-200],badbreak:[+200],auto:[0],maxwidth:1.33,toobig:800,nestf… property

1234