Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dxhtml.php628 $this->_highlight('file', $text, $language, $filename, $options);
641 $this->_highlight('code', $text, $language, $filename, $options);
654 public function _highlight($type, $text, $language = null, $filename = null, $options = null)
603 public function _highlight($type, $text, $language = null, $filename = null, $options = null) { global() function in Doku_Renderer_xhtml