Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 25 of 27) sorted by last modified time

12

/dokuwiki/inc/lang/lv/
H A Dstopwords.txt2 # Labojot failu ievēro, ja jālieto UNIX rindu aplauzumi (single newline)
/dokuwiki/inc/lang/en/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/
H A Dio.php322 * Captures in $newline are not available.
325 * or all lines if $maxlines is -1. If $regex is true then captures can be used in $newline.
327 * Be sure to include the trailing newline in $oldline when replacing entire lines.
334 * @param string $newline new line to insert
343 function io_replaceInFile($file, $oldline, $newline, $regex = false, $maxlines = 0)
367 $replace = $regex ? $newline : addcslashes($newline, '\$');
383 if ((string)$newline !== '') {
384 $lines[] = $newline;
407 * Be sure to include the trailing newline i
313 io_replaceInFile($file, $oldline, $newline, $regex = false, $maxlines = 0) global() argument
[all...]
/dokuwiki/inc/lang/cy/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/fa/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/id/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/vendor/geshi/geshi/
H A DBUGS9 newline up until the next lexic, instead of stopping at the <END GeSHi> part. In fact,
H A DCHANGELOG770 - Fixed extra newline being added to end of result (Andreas Gohr)
866 - Fixed extra newline being generated if a comment is at the end
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/be/
H A Dstopwords.txt2 # Пры рэдагаванні гэтага файла абавязкова выкарыстоўвайце заканчэння радкоў UNIX (толькі newline)
/dokuwiki/inc/lang/de-informal/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/fi/
H A Dstopwords.txt2 # Kun muokkaat sivua, varmista että käytät UNIX rivinvaihtoa (yksi newline)
/dokuwiki/inc/lang/hr/
H A Dstopwords.txt2 # Kada mijenjate ovu datoteku budite sigurni da koristite UNIX oznaku kraja retka (jedan newline znak)
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php38 $newline = "";
49 if ((strlen($newline) + strlen($c)) >= $line_max) { // CRLF is not counted
50 $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay
51 $newline = "";
53 $newline .= $c;
55 $output .= $newline.$eol;
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
/dokuwiki/inc/lang/nl/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/pt-br/
H A Dstopwords.txt2 # Ao editar esse arquivo, certifique-se de usar terminações de linha UNIX (newline simples)
/dokuwiki/inc/lang/ia/
H A Dstopwords.txt2 # Si tu modifica iste file, assecura te de usar le fines de linea UNIX (newline singule).
/dokuwiki/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;
/dokuwiki/inc/lang/el/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/da/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/az/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/ru/
H A Dstopwords.txt2 # При редактировании этого файла обязательно используйте окончания строк UNIX (только newline)

12