Home
last modified time | relevance | path

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

/dokuwiki/data/
H A Ddeleted.files229 vendor/easybook/geshi
256 inc/geshi.php
257 inc/geshi/4cs.php
258 inc/geshi/6502acme.php
259 inc/geshi/6502kickass.php
260 inc/geshi/6502tasm.php
261 inc/geshi/68000devpac.php
262 inc/geshi/abap.php
263 inc/geshi/actionscript-french.php
264 inc/geshi/actionscrip
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md6 Email: <BenBE@geshi.org>, <nigel@geshi.org>
18 the documentation is available in the [docs](https://github.com/GeSHi/geshi-1.0/tree/master/docs)
22 report at <BenBE@geshi.org>, submit to the [bug tracker at GitHub](https://github.com/GeSHi/geshi-1.0/issues).
33 [LICENSE](https://github.com/GeSHi/geshi-1.0/blob/master/LICENSE)
H A DCHANGELOG2 CHANGES - Changelog for GeSHi (geshi.php only)
567 coding standard accross geshi files (milian)
617 - Example script now properly includes geshi and doesn't suppress error messages anylonger. (Milian Wolff)
733 - Changed code style of geshi.php, and removed tabs
/dokuwiki/inc/
H A Dparserutils.php804 $geshi = new GeSHi($code, $language);
805 $geshi->set_encoding('utf-8');
806 $geshi->enable_classes();
807 $geshi->set_header_type(GESHI_HEADER_PRE);
808 $geshi->set_link_target($conf['target']['extern']);
811 if (is_callable([$geshi, $function])) {
812 $geshi->$function($params);
819 $highlighted_code = trim(preg_replace('!^<pre[^>]*>|</pre>$!', '', $geshi->parse_code()), "\n\r");
/dokuwiki/lib/styles/
H A Dscreen.css96 @import "geshi.less";
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php28 * @package geshi
30 * @author Nigel McNie <nigel@geshi.org>, Benny Baumann <BenBE@omorphia.de>
52 define('GESHI_LANG_ROOT', GESHI_ROOT . 'geshi' . DIRECTORY_SEPARATOR);
221 * @package geshi
222 * @author Nigel McNie <nigel@geshi.org>
686 * geshi.php, NOT geshi.php itself.
1438 * Given a file extension, this method returns either a valid geshi language
3848 $this->overall_id = 'geshi-' . substr(md5(microtime()), 0, 4);
4376 " * (http://qbnz.com/highlighter/ and http://geshi
[all...]