/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | YtsFoldedScalars.yml | 2 test: Single ending newline 8 newline. 47 This has one newline. 54 This has no newline. 68 'clipped' => "This has one newline.\n", 70 'stripped' => 'This has no newline.', 79 Normally, only a single newline is kept 149 This has one newline. 156 This has no newline. 170 'clipped' => "This has one newline.\n", [all …]
|
H A D | YtsSpecificationExamples.yml | 1144 This has one newline. 1146 same as "clipped" above: "This has one newline.\n" 1149 This has no newline. 1151 same as "stripped" above: "This has no newline." 1159 'clipped' => "This has one newline.\n", 1161 'stripped' => 'This has no newline.', 1196 This has no newline. 1199 This has no newline. 1201 both are equal to: " This has no newline." 1212 'also written as' => ' This has no newline.', [all …]
|
/plugin/newline/ |
H A D | plugin.info.txt | 1 base newline 5 name newline 7 url https://www.dokuwiki.org/plugin:newline
|
/plugin/vcard/ |
H A D | vcard.php | 49 $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/vendor/splitbrain/php-cli/src/ |
H A D | Options.php | 34 /** @var string newline used for spacing help texts */ 35 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/btable2/ |
H A D | README.md | 48 - 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/ |
H A D | AbstractPatternSniff.php | 652 $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/ |
H A D | test7.latex | 30 ~\newline 33 ~\newline
|
H A D | test8.latex | 12 Row 1 Col 1\newline aaaa & Row 1 Col 2 & Row 1 Col 3 \\
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | newline.md | 1 This is a paragraph with a newline
|
H A D | html-block.md | 59 newline
|
/plugin/combo/vendor/carica/phpcss/ |
H A D | .editorconfig | 4 # Unix-style newlines with a newline ending every file
|
/plugin/autotabber/ |
H A D | taboverride.js | 51 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/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Core.NormalizeNewlines.txt |
|
H A D | Output.Newline.txt |
|
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 25 function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_mimeheader($string, $charset, $transfer_encoding, $newline, $indent); } argument
|
H A D | bootstrap80.php | 21 function mb_encode_mimeheader(?string $string, ?string $charset = null, ?string $transfer_encoding = null, ?string $newline = "\r\n", ?int $indent = 0): string { return p\Mbstring::mb_encode_mimeheader((string) $string, $charset, $transfer_encoding, (string) $newline, (int) $indent); } argument
|
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/ |
H A D | multiline.js | 19 …newline:0,nobreak:1000000,goodbreak:[-200],badbreak:[+200],auto:[0],maxwidth:1.33,toobig:800,nestf… property in AnonymousFunction84890cf10100.e
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/ |
H A D | multiline.js | 19 …newline:0,nobreak:1000000,goodbreak:[-200],badbreak:[+200],auto:[0],maxwidth:1.33,toobig:800,nestf… property in AnonymousFunction9e1c34ac0100.e
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A D | github-sample.md | 6 …ng out of the way. The next paragraph contains two phrases separated by a single newline character: 11 The next paragraph has the same phrases, but now they are separated by two spaces and a newline cha…
|
/plugin/findologicxmlexport/vendor/hoa/event/ |
H A D | CHANGELOG.md | 13 * CHANGELOG: Add a missing newline. (Ivan Enderlin, 2016-01-11T09:37:32+01:00)
|
/plugin/countdown/ |
H A D | ChangeLog | 53 * bugfix: No newline after "?>" (Warning: Cannot modify header information...)
|
/plugin/datatables/assets/datatables.net-buttons/js/ |
H A D | buttons.flash.min.js |
|
/plugin/codemirror/dist/modes/ |
H A D | groovy.min.js.map | 1 …newline","Context","indented","column","type","align","prev","this","pushContext","col","context",…
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | UserObject.java.bak | 187 // of adding a newline to the current editing value
|