Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3928 array_push($attrs['style'], $this->get_line_style($i));
3989 … $parsed_code .= "<span style=\"display:block;" . $this->get_line_style($i) . "\">";
4037 … $parsed_code .= "<span style=\"display:block;" . $this->get_line_style($i) . "\">";
4544 protected function get_line_style($line) { function in GeSHi