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

/external/libvpx/examples/includes/geshi/contrib/
H A Daliased.php120 echo $geshi->parse_code();
H A Dexample.php168 echo $geshi->parse_code();
/external/libvpx/examples/includes/
H A Dvp8_doc_tools.php152 $blob_new = $geshi->parse_code();
/external/libvpx/examples/
H A Dgen_example_doxy.php80 $block_new = $geshi->parse_code();
/external/libvpx/examples/includes/geshi/geshi/
H A Dabap.php68 * $html = $geshi->parse_code();
/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 81 milliseconds