Home
last modified time | relevance | path

Searched refs:eol (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/parser/
H A Dhandler.php387 public function eol($match, $state, $pos)
389 $this->addCall('eol', [], $pos);
370 public function eol($match, $state, $pos) { global() function in Doku_Handler
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php33 $eol = "\r\n";
42 if (($dec == 32) && ($i == ($linlen - 1))) { // convert space at eol only
50 $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay
55 $output .= $newline.$eol;