Home
last modified time | relevance | path

Searched refs:Lexer (Results 526 – 550 of 1044) sorted by relevance

1...<<21222324252627282930>>...42

/plugin/instructions/
H A Dsyntax.php27 …$this->Lexer->addSpecialPattern('~~INSTR~~.*?~~END~~',$mode,'plugin_instructions'); // Syntax fu…
28 …$this->Lexer->addSpecialPattern('{{INSTR<.*?}}',$mode,'plugin_instructions'); // veraltet …
/plugin/combo/syntax/
H A Dbadge.php86 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
93 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/bbcode/
H A Demail.php21 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\[email.+?\[/email\]',$mode,'plugin_b…
/plugin/revealjs/syntax/
H A Dfooter.php27 $this->Lexer->addSpecialPattern('{{no-footer}}', $mode, 'plugin_revealjs_footer');
/plugin/shorturl/
H A Dsyntax.php36 $this->Lexer->addSpecialPattern('\~\~SHORTURL\~\~',$mode,'plugin_shorturl');
/plugin/s5/
H A Dsyntax.php46 $this->Lexer->addSpecialPattern('~~SLIDESHOW[^~]*~~',$mode,'plugin_s5');
/plugin/latexit/syntax/
H A Dconfig.php39 $this->Lexer->addSpecialPattern('{{latexit[:>].+?}}', $mode, 'plugin_latexit_config');
/plugin/medialist/
H A Dsyntax.php37 $this->Lexer->addSpecialPattern($this->pattern, $mode, 'plugin_medialist');
/plugin/markdowku/
H A Dgithubcodeblocks.php22 $this->Lexer->addSpecialPattern(
H A Dimagesinline.php20 $this->Lexer->addSpecialPattern(
H A Danchorsinline.php20 $this->Lexer->addSpecialPattern(
/plugin/commentsyntax/syntax/
H A Dpreventive.php44 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
/plugin/nodetailsxhtml/syntax/
H A Dforcetoc.php34 $this->Lexer->addSpecialPattern('~~forceTOC~~', $mode, 'plugin_nodetailsxhtml_forcetoc');
/plugin/colorbox/
H A Dsyntax.php41 $this->Lexer->addSpecialPattern('<colorbox>.*?</colorbox>',$mode,'plugin_colorbox');
/plugin/slidesharewp/syntax/
H A Dslidesharewp.php38 …$this->Lexer->addSpecialPattern('\[slideshare id=.+?&doc=.+?\]',$mode,'plugin_slidesharewp_slidesh…
/plugin/tabinclude/syntax/
H A Dembed.php18 …function connectTo($mode){$this->Lexer->addSpecialPattern('\{\{tabembed.+?[^}]*\}\}',$mode,'plugin…
H A Dinline.php18 …function connectTo($mode){$this->Lexer->addSpecialPattern('\{\{tabinclude.+?[^}]*\}\}',$mode,'plug…
H A Dlink.php18 …function connectTo($mode){$this->Lexer->addSpecialPattern('\{\{tablink.+?[^}]*\}\}',$mode,'plugin_…
/plugin/pageimage/
H A Dsyntax.php28 $this->Lexer->addSpecialPattern('~~PAGEIMAGE:.*?~~', $mode, 'plugin_pageimage');
/plugin/xfortune/
H A Dsyntax.php37 $this->Lexer->addSpecialPattern('\{\{xfortune>[^}]*\}\}', $mode, 'plugin_xfortune');
/plugin/mellelexport/
H A Dsyntax.php48 $this->Lexer->addSpecialPattern('~~MELLEL~~', $mode, 'plugin_mellelexport');
/plugin/fksnewsfeed/syntax/
H A Dstream.php12 $this->Lexer->addSpecialPattern('{{news-stream>.+?}}', $mode, 'plugin_newsfeed_stream');
/plugin/folded/syntax/
H A Dheader.php24 $this->Lexer->addSpecialPattern(
/plugin/blogtng/syntax/
H A Dcommentreply.php34 $this->Lexer->addSpecialPattern('@#\d+:', $mode, 'plugin_blogtng_commentreply');
/plugin/header2/
H A Dsyntax.php30 … $this->Lexer->addEntryPattern("[ \t]*={2,}(?=[^\n]+={2,}[ \t]*\n)", $mode, 'plugin_header2');
38 $this->Lexer->addExitPattern('={2,}[ \t]*(?=\n)', 'plugin_header2');

1...<<21222324252627282930>>...42