Home
last modified time | relevance | path

Searched refs:get_stylesheet (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/examples/includes/geshi/contrib/
Dcssgen2.php57 $css = $geshi->get_stylesheet(false);
Daliased.php68 echo $geshi->get_stylesheet();
Dexample.php109 echo $geshi->get_stylesheet(true);
/external/libvpx/examples/includes/geshi/docs/
DCHANGES171 - Fixed Economy Mode for GeSHi::get_stylesheet() - now it just makes so much more sense! (milian)
601 by get_stylesheet() (Jack Lloyd)
672 - Method get_stylesheet() modified so that a smaller comment is outputted in economy mode,
Dgeshi-doc.txt427 echo $geshi->get_stylesheet();
435 The get_stylesheet() method gets the stylesheet for your code in one easy call. All you need to do …
437 By default, get_stylesheet() tries to echo the least amount of code possible. Although currently it…
438 $geshi->get_stylesheet(false);
467 echo $geshi1->get_stylesheet();
468 echo $geshi3->get_stylesheet();
/external/libvpx/examples/includes/geshi/
Dgeshi.php4202 function get_stylesheet($economy_mode = true) { function in GeSHi