Home
last modified time | relevance | path

Searched refs:GeSHi (Results 1 – 9 of 9) sorted by last modified time

/dokuwiki/vendor/geshi/geshi/
H A DTHANKS2 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
41 - Roberto Armellin - Thanks for pointing out some flaws in GeSHi (that will be solved
287 feature, or make a plugin for GeSHi for some other software, then tell me about it!
H A DBUGS2 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
H A DCHANGELOG2 CHANGES - Changelog for GeSHi (geshi.php only)
24 - Backported CLI tool from GeSHi 1.1 branch (cweiske)
217 * Rework of Lua to use GeSHi's features better (BenBE)
262 * Properly protect Regexps against GeSHi Black Magic in Matlab (BenBE)
490 - Make GeSHi's constructor arguments optional, so something like `$foo = new GeSHi;` is possible. (milian)
493 - Some more memory & speed optimizations all over GeSHi (milian)
522 - Fixed Economy Mode for GeSHi::get_stylesheet() - now it just makes so much more sense! (milian)
629 Even if GeSHi worked with PHP 4.1 before, it doesn't now. (Milian Wolff)
915 - The $_GESHI_ERRORS array is gone, error messages are internal to the GeSHi clas
[all...]
H A DREADME.md1 GeSHi - Generic Syntax Highlighter
7 GeSHi Website: <http://qbnz.com/highlighter>
9 GeSHi is a generic syntax highlighter, written in PHP. You simply
16 For more information on how to use GeSHi, please consult the
17 documentation. If you got this readme from a GeSHi package, then
18 the documentation is available in the [docs](https://github.com/GeSHi/geshi-1.0/tree/master/docs)
21 If you think you've found a bug in GeSHi, contact me with a bug
22 report at <BenBE@geshi.org>, submit to the [bug tracker at GitHub](https://github.com/GeSHi/geshi-1.0/issues).
26 And if you're using GeSHi as a plugin/mod for some other software,
32 GeSHi i
[all...]
/dokuwiki/inc/
H A Dparserutils.php776 * Wrapper for GeSHi Code Highlighter, provides caching of its output
804 $geshi = new GeSHi($code, $language);
817 // remove GeSHi's wrapper element (we'll replace it with our own later)
818 // we need to use a GeSHi wrapper to avoid <BR> throughout the highlighted text
/dokuwiki/lib/styles/
H A Dgeshi.less2 * GeSHi syntax highlighting styles
/dokuwiki/inc/parser/
H A Drenderer.php15 * @see GeSHi::set_language()
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3 * GeSHi - Generic Syntax Highlighter
5 * The GeSHi class for Generic Syntax Highlighting. Please refer to the
12 * This file is part of GeSHi.
14 * GeSHi is free software; you can redistribute it and/or modify
19 * GeSHi is distributed in the hope that it will be useful,
25 * along with GeSHi; if not, write to the Free Software
36 // GeSHi Constants
42 /** The version of this GeSHi file */
45 // Define the root directory for the GeSHi code tree
47 /** The root directory for GeSHi */
226 class GeSHi { global() class
[all...]