Searched refs:GeSHi (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/examples/includes/geshi/docs/ |
D | README | 2 GeSHi - GEneric Syntax HIghlighter 8 GeSHi Website: http://qbnz.com/highlighter 10 GeSHi is a generic syntax highlighter, written in PHP. You simply 15 For more information on how to use GeSHi, please consult the 16 documentation. If you got this readme from a GeSHi package, then 20 If you think you've found a bug in GeSHi, contact me with a bug 26 And if you're using GeSHi as a plugin/mod for some other software, 30 GeSHi is free software, released under the GNU GPL. Please see the
|
D | geshi-doc.txt | 4 GeSHi Documentation 10 GeSHi Website: http://qbnz.com/highlighter 12 This is the documentation for GeSHi - Generic Syntax Highlighter. The most modern version of this d… 14 …lease contact me! I need all the information I can get to make the use of GeSHi and everything rel… 19 o 1.2 About GeSHi 23 o 2.1 Getting GeSHi 24 o 2.2 Installing GeSHi 26 + 2.2.2 Extracting GeSHi 101 GeSHi is exactly what the acronym stands for: a Generic Syntax Highlighter. As long as you have a l… 107 Here are some of the standout features of GeSHi: [all …]
|
D | THANKS | 2 THANKS - List of credits for GeSHi 4 I owe these people/groups my thanks for help with GeSHi. Thanks, guys! 7 a great help for making GeSHi even better. And 11 - Andreas Gohr - Thanks for language files and for using GeSHi for DokuWiki 23 - Brian Cheesman - Thanks for using GeSHi in phpCvsView, and for the suggestion about 29 - David Gartner - Thanks for using GeSHi in net2ftp, and for the idea about a load_from_file 40 - Roberto Armellin - Thanks for pointing out some flaws in GeSHi (that will be solved 163 feature, or make a plugin for GeSHi for some other software, then tell me about it!
|
D | BUGS | 2 BUGS - list of known bugs in GeSHi 9 newline up until the next lexic, instead of stopping at the <END GeSHi> part. In fact, 13 - Slow!!! Especially for source with lots of strings in it. GeSHi will work acceptably
|
D | TODO | 17 - use analogous vars to $next_comment_regexp_pos for more GeSHi structures, 63 - Perhaps a script on the GeSHi site that would map urls to appropriate 65 structured in such a way that urls are not able to be used with GeSHi.
|
D | CHANGES | 2 CHANGES - Changelog for GeSHi (geshi.php only) 139 …- Make GeSHi's constructor arguments optional, so something like `$foo = new GeSHi;` is possible.… 142 - Some more memory & speed optimizations all over GeSHi (milian) 171 - Fixed Economy Mode for GeSHi::get_stylesheet() - now it just makes so much more sense! (milian) 278 Even if GeSHi worked with PHP 4.1 before, it doesn't now. (Milian Wolff) 564 - The $_GESHI_ERRORS array is gone, error messages are internal to the GeSHi class 567 - Backported GeSHi 1.1.X's automatic language file path detection so you no longer 614 set used by calls to htmlentities() in GeSHi 646 - Contextual highlighting with <BEGIN GeSHi> ... <END GeSHi> in the code (which
|
D | phpdoc.ini | 19 title = GeSHi 1.0.8
|
/external/libvpx/examples/includes/geshi/contrib/ |
D | cssgen2.php | 32 $geshi = new GeSHi;
|
D | aliased.php | 44 $geshi =& new GeSHi($contents, "PHP");
|
D | example.php | 46 $geshi = new GeSHi($_POST['source'], $_POST['language']);
|
/external/libvpx/examples/includes/ |
D | vp8_doc_tools.php | 150 $geshi = new GeSHi($matches[1], $lang);
|
/external/libvpx/examples/ |
D | gen_example_doxy.php | 78 $geshi = new GeSHi($matches[1], $language);
|
/external/libvpx/examples/includes/geshi/ |
D | geshi.php | 187 @see GeSHi->optimize_regexp_list() 193 @see GeSHi->optimize_regexp_list() 253 class GeSHi { class 591 function GeSHi($source = '', $language = '', $path = '') { function in GeSHi 1459 …* Note: if you set this to false and @see GeSHi->parse_code() was already called onc… 1460 …* for the current language, you have to manually call @see GeSHi->optimize_keyword_g… 2424 $string = "<span$string_attributes>" . GeSHi::hsc($char); 2516 GeSHi::hsc($this->language_data['ESCAPE_CHAR']); 4603 $geshi = new GeSHi($string, $language, $path);
|