Home | History | Annotate | Download | only in examples

Lines Matching refs:GeSHi

22 $geshi_path = dirname($argv[0])."/includes/geshi/geshi/"; // Language files
30 if(!include_once('includes/geshi/geshi.php'))
31 die("Cannot load GeSHi transformer.\n");
58 // Decode XML entities. GeSHi doesn't anticipate that
72 // Run GeSHi over code blocks
78 $geshi = new GeSHi($matches[1], $language);
79 $geshi->set_language_path($geshi_path);
80 $block_new = $geshi->parse_code();
83 // Remove style attribute (TODO: Research this in GeSHi)
86 unset($geshi); // Clean up
112 * downstream transformer (like GeSHi) may not