Home
last modified time | relevance | path

Searched refs:Lexer (Results 476 – 500 of 1044) sorted by relevance

1...<<11121314151617181920>>...42

/plugin/booking/
H A Dsyntax.php39 $this->Lexer->addSpecialPattern('{{booking}}', $mode, 'plugin_booking');
/plugin/qc/
H A Dsyntax.php34 $this->Lexer->addSpecialPattern('~~NOQC~~', $mode, 'plugin_qc');
/plugin/bomfix/
H A Dsyntax.php96 $this->Lexer->addSpecialPattern('^\xEF\xBB\xBF',
/plugin/blogtng/syntax/
H A Dreadmore.php43 $this->Lexer->addSpecialPattern('~~READMORE~~', $mode, 'plugin_blogtng_readmore');
/plugin/translation/syntax/
H A Dnotrans.php39 $this->Lexer->addSpecialPattern('~~NOTRANS~~', $mode, 'plugin_translation_notrans');
/plugin/keywords/syntax/
H A Dkeywords.php32 $this->Lexer->addSpecialPattern('{{keywords>.+?}}',$mode,'plugin_keywords_keywords');
/plugin/acknowledge/syntax/
H A Dassign.php34 $this->Lexer->addSpecialPattern('~~ACK:.*?~~', $mode, 'plugin_acknowledge_assign');
/plugin/plaintext/
H A Dinline.php23 $this->Lexer->addSpecialPattern('<text>.*?</text>', $mode, 'plugin_plaintext_inline');
/plugin/mediasyntax/syntax/
H A Ditalic.php17 $this->Lexer->addSpecialPattern('\'\'',$mode,'plugin_mediasyntax_italic');
H A Dbold.php16 $this->Lexer->addSpecialPattern('\'\'\'',$mode,'plugin_mediasyntax_bold');
/plugin/markdowku/
H A Dreferences.php18 $this->Lexer->addSpecialPattern(
/plugin/bootswrapper/syntax/
H A Dmacros.php37 $this->Lexer->addSpecialPattern($macro, $mode, 'plugin_bootswrapper_macros');
/plugin/combo/syntax/
H A Dmenubar.php130 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
138 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/sql/
H A Dsyntax.php57 $this->Lexer->addEntryPattern('<sql [^>]*>',$mode,'plugin_sql');
61 $this->Lexer->addExitPattern('</sql>','plugin_sql');
/plugin/offline/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('~~SLIDESHOW~~',$mode,'plugin_s5');
/plugin/wst/syntax/
H A Dnoinclude.php41 $this->Lexer->addSpecialPattern('<noinclude>|</noinclude>', $mode, 'plugin_wst_noinclude');
H A Dincludeonly.php41 …$this->Lexer->addSpecialPattern('<includeonly>.*?</includeonly>', $mode, 'plugin_wst_includeonly');
/plugin/stellarium/
H A Dsyntax.php29 ->Lexer
/plugin/ac/
H A Dsyntax.php29 $this->Lexer->addSpecialPattern('{{AC::\w+(?:>[^}]+)?}}', $mode,
/plugin/rndtxt/
H A Dsyntax.php32 $this->Lexer->addSpecialPattern('{\?.*?\?}', $mode, 'plugin_rndtxt');
/plugin/sha3sum/
H A Dsyntax.php28 $this->Lexer->addSpecialPattern('\[\[SHA3:[^]]*\]\]',$mode,'plugin_sha3sum');
/plugin/feedback/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('{{FEEDBACK}}',$mode,'plugin_feedback');
/plugin/toctweak/syntax/
H A Dclosetoc.php33 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
/plugin/miniblog/syntax/
H A Dcomment.php27 $this->Lexer->addSpecialPattern('~~DISQUS~~', $mode, 'plugin_miniblog_comment');
/plugin/htmlcomment/
H A Dsyntax.php25 $this->Lexer->addSpecialPattern("<\!--.*?-->", $mode, 'plugin_htmlcomment');

1...<<11121314151617181920>>...42