Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 25 of 27) sorted by path

12

/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/
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/ar/
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/be/
H A Dstopwords.txt2 # Пры рэдагаванні гэтага файла абавязкова выкарыстоўвайце заканчэння радкоў UNIX (толькі 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/cy/
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/de-informal/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single 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/en/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/et/
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/fi/
H A Dstopwords.txt2 # Kun muokkaat sivua, varmista että käytät UNIX rivinvaihtoa (yksi newline)
/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/hr/
H A Dstopwords.txt2 # Kada mijenjate ovu datoteku budite sigurni da koristite UNIX oznaku kraja retka (jedan newline znak)
/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/inc/lang/id/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/lv/
H A Dstopwords.txt2 # Labojot failu ievēro, ja jālieto UNIX rindu aplauzumi (single newline)
/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/pt-br/
H A Dstopwords.txt2 # Ao editar esse arquivo, certifique-se de usar terminações de linha UNIX (newline simples)
/dokuwiki/inc/lang/ru/
H A Dstopwords.txt2 # При редактировании этого файла обязательно используйте окончания строк UNIX (только newline)
/dokuwiki/inc/lang/zh-tw/
H A Dstopwords.txt2 # 在修改本清單時,請注意要用 UNIX 格式的換行符號 (newline) 處理,而非 DOS 的 CR-LR 。
/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

12