/dokuwiki/inc/parser/ |
H A D | code.php | 16 * @param string $language 19 public function code($text, $language = null, $filename = '') { argument 21 if(!$language) $language = 'txt'; 22 $language = preg_replace(PREG_PATTERN_VALID_LANGUAGE, '', $language); 23 if(!$filename) $filename = 'snippet.'.$language; 47 * @param string $language 50 public function file($text, $language = null, $filename = '') { argument 51 $this->code($text, $language, $filename);
|
H A D | xhtml.php | 573 * @param string $language programming language to use for syntax highlighting 577 public function file($text, $language = null, $filename = null, $options=null) { argument 578 $this->_highlight('file', $text, $language, $filename, $options); 585 * @param string $language programming language to use for syntax highlighting 589 public function code($text, $language = null, $filename = null, $options=null) { argument 590 $this->_highlight('code', $text, $language, $filename, $options); 599 * @param string $language programming language to use for syntax highlighting 608 $language = preg_replace(PREG_PATTERN_VALID_LANGUAGE, '', $language ?? ''); 638 if(empty($language)) { // empty is faster than is_null and can prevent '' string 644 $this->doc .= "<pre class=\"$class $language\">" . [all …]
|
H A D | metadata.php | 324 * @param string $language programming language to use for syntax highlighting 327 public function code($text, $language = null, $file = null) argument
|
/dokuwiki/inc/Extension/ |
H A D | AdminPlugin.php | 20 * @param string $language language code 23 public function getMenuText($language) argument
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 16 - Added language files 42 - Added language files 73 - Added language files 126 - Added language files 181 - Added language files 225 - Added language files 239 - Introduced querying full language names without loading the language file 243 - Added language files 267 - Added language files 295 - Added language files [all …]
|
H A D | README.md | 10 input the source code you wish to highlight with the language you 24 language files, but if you do find something major please contact me.
|
H A D | THANKS | 11 - Andreas Gohr - Thanks for language files and for using GeSHi for DokuWiki 20 - Ben Keen - Thanks for the language files and pointing out some 24 extension => language lookup 43 - Sterling Christensen - Thanks for those links to language specs 44 - Tux - Thanks for making all those language files :D 286 Do you want your name in here? Help me out! Make a language file, or suggest a new
|
H A D | BUGS | 14 for sourcecode under 5K (for simple language files like SQL, a 100K file can be
|
H A D | LICENSE | 69 language. (Hereinafter, translation is included without limitation in
|
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
H A D | AtomCreator10.php | 40 if ($this->language != "") { 41 $feed .= " xml:lang=\"".$this->language."\""; 145 if ($this->items[$i]->enclosure->language != "") { 146 $feed .= " xml:lang=\"".$this->items[$i]->enclosure->language."\" ";
|
H A D | AtomCreator03.php | 40 if ($this->language != "") { 41 $feed .= " xml:lang=\"".$this->language."\"";
|
H A D | RSSCreator091.php | 85 if ($this->language != "") { 86 $feed .= " <language>".$this->language."</language>\n";
|
H A D | FeedCreator.php | 22 …public $syndicationURL, $image, $language, $copyright, $pubDate, $lastBuildDate, $editor, $editorE…
|
/dokuwiki/vendor/geshi/geshi/src/ |
H A D | geshi.php | 238 protected $language = ''; variable in GeSHi 564 if ( is_string($language) && ($language !== '') ) { 565 $this->set_language($language); 592 '{LANGUAGE}' => $this->language, 637 $language = preg_replace('#[^a-zA-Z0-9\-_]#', '', $language); 638 $language = strtolower($language); 640 return $language; 662 $language = $this->strip_language_name($language); 671 $this->language = $language; 783 $language = preg_replace('#[^a-zA-Z0-9\-_]#', '', $language); [all …]
|
/dokuwiki/inc/ |
H A D | parserutils.php | 769 * @param string $language language to provide highlighting 776 function p_xhtml_cached_geshi($code, $language, $wrapper='pre', array $options=null) { argument 778 $language = strtolower($language); 784 $cache = getCacheName($language.$code.$optionsmd5,".code"); 792 $geshi = new GeSHi($code, $language); 813 return "<$wrapper class=\"code $language\">$highlighted_code</$wrapper>";
|
/dokuwiki/lib/plugins/popularity/ |
H A D | admin.php | 28 public function getMenuText($language) argument
|
/dokuwiki/lib/styles/ |
H A D | feed.css | 10 link, description, language, managingEditor, copyright, lastBuildDate, date, selector
|
/dokuwiki/data/pages/wiki/ |
H A D | syntax.txt | 3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as … 89 * Customization of the english language file 406 …language supported by GeSHi is supported. The syntax uses the same code and file blocks described … 420 The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000d… 426 …able for download as well. You can do this by specifying a file name after language code like this: 438 …ighlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code -…
|
/dokuwiki/lib/plugins/usermanager/ |
H A D | admin.php | 62 * @param string $language 65 public function getMenuText($language) argument 69 return parent::getMenuText($language);
|
/dokuwiki/lib/plugins/acl/ |
H A D | admin.php | 37 public function getMenuText($language) argument
|
/dokuwiki/vendor/marcusschwarz/lesserphp/ |
H A D | LICENSE | 161 interfaces specified for a particular programming language, one that 162 is widely used among developers working in that language.
|
/dokuwiki/ |
H A D | COPYING | 69 language. (Hereinafter, translation is included without limitation in
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
H A D | LICENSE | 133 straightforwardly into another language. (Hereinafter, translation is
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | LICENCE | 133 straightforwardly into another language. (Hereinafter, translation is
|