Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml2 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 DYtsSpecificationExamples.yml1144 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 Dplugin.info.txt1 base newline
5 name newline
7 url https://www.dokuwiki.org/plugin:newline
/plugin/vcard/
H A 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/vendor/splitbrain/php-cli/src/
H A DOptions.php34 /** @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 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/
H A 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/
H A Dtest7.latex30 ~\newline
33 ~\newline
H A Dtest8.latex12 Row 1 Col 1\newline aaaa & Row 1 Col 2 & Row 1 Col 3 \\
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dnewline.md1 This is a paragraph with a newline
H A Dhtml-block.md59 newline
/plugin/combo/vendor/carica/phpcss/
H A D.editorconfig4 # Unix-style newlines with a newline ending every file
/plugin/autotabber/
H A 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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.NormalizeNewlines.txt
H A DOutput.Newline.txt
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php25 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 Dbootstrap80.php21 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 Dmultiline.js19newline: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 Dmultiline.js19newline: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 Dgithub-sample.md6 …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 DCHANGELOG.md13 * CHANGELOG: Add a missing newline. (Ivan Enderlin, 2016-01-11T09:37:32+01:00)
/plugin/countdown/
H A DChangeLog53 * bugfix: No newline after "?>" (Warning: Cannot modify header information...)
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/codemirror/dist/modes/
H A Dgroovy.min.js.map1newline","Context","indented","column","type","align","prev","this","pushContext","col","context",…
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak187 // of adding a newline to the current editing value

123