Home
last modified time | relevance | path

Searched refs:eol (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/
H A D.gitattributes1 *.txt text eol=lf
2 *.js text eol=lf
3 *.html text eol=lf
4 *.css text eol=lf
5 *.php text eol=lf
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php33 $eol = "\r\n";
50 $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay
55 $output .= $newline.$eol;
/dokuwiki/vendor/php81_bc/strftime/
H A D.gitattributes4 * text eol=lf
25 *.bat eol=crlf
28 *.pem eol=lf
/dokuwiki/
H A D.gitattributes1 * text eol=lf
/dokuwiki/inc/parser/
H A Dhandler.php387 public function eol($match, $state, $pos) function in Doku_Handler