Searched defs:parse_code (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/examples/includes/geshi/
H A Dgeshi.php1459 * Note: if you set this to false and @see GeSHi->parse_code() was already called once,
1781 * parse_code() and get_stylesheet() when appropriate. This function helps
1833 * Setup caches needed for parsing. This is automatically called in parse_code() when appropriate.
2011 function parse_code () { function
4607 return '<code>' . $geshi->parse_code() . '</code>';
4610 echo '<code>' . $geshi->parse_code() . '</code>';

Completed in 134 milliseconds