Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dparserutils.php819 $highlighted_code = trim(preg_replace('!^<pre[^>]*>|</pre>$!', '', $geshi->parse_code()), "\n\r");
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1592 * Note: if you set this to false and @see GeSHi->parse_code() was already called once,
1916 * parse_code() and get_stylesheet() when appropriate. This function helps
1967 * Setup caches needed for parsing. This is automatically called in parse_code() when appropriate.
2159 public function parse_code() { function in GeSHi
4748 return '<code>' . $geshi->parse_code() . '</code>';
4751 echo '<code>' . $geshi->parse_code() . '</code>';