Home
last modified time | relevance | path

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

/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/parser/
H A Dxhtml.php553 $this->doc .= p_xhtml_cached_geshi($text, 'php', $wrapper);
583 $this->doc .= p_xhtml_cached_geshi($text, 'html4strict', $wrapper);
699 p_xhtml_cached_geshi($text, $language, '', $options) .
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/
H A Dparserutils.php492 function p_xhtml_cached_geshi($code, $language) { function
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dparserutils.php767 function p_xhtml_cached_geshi($code, $language, $wrapper='pre', array $options=null) { function
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/parser/
H A Dxhtml.php393 $this->doc .= p_xhtml_cached_geshi($text, $language);