Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php398 * Otherwise, all instances of \n will be replaced with $line_ending
401 protected $line_ending = null; variable in GeSHi
1860 * @param string $line_ending The new line-ending
1863 public function set_line_ending($line_ending) { argument
1864 $this->line_ending = (string)$line_ending;
3205 if ($this->line_ending === null) {
3208 $result = str_replace("\n", $this->line_ending, $result);