Home | History | Annotate | Download | only in geshi

Lines Matching refs:parse_code

1459      *               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 () {
4607 return '<code>' . $geshi->parse_code() . '</code>';
4610 echo '<code>' . $geshi->parse_code() . '</code>';