Home
last modified time | relevance | path

Searched refs:Lexer (Results 576 – 600 of 1044) sorted by relevance

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

/plugin/nextday/
H A Dsyntax.php22 $this->Lexer->addSpecialPattern('~~NEXTDAY:[^~]*~~', $mode, 'plugin_nextday');
/plugin/mailto/
H A Dsyntax.php41 $this->Lexer->addSpecialPattern('~~MAILTO:.*~~',$mode,'plugin_mailto');
/plugin/clippy/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern( '<clippy>.*?</clippy>', $mode, 'plugin_clippy' );
/plugin/sequencediagram/
H A Dsyntax.php37 …$this->Lexer->addSpecialPattern('<sequencediagram>.*?</sequencediagram>',$mode,'plugin_sequencedia…
/plugin/ebnf/
H A Dsyntax.php25 $this->Lexer->addSpecialPattern('<ebnf>.*?</ebnf>',$mode,'plugin_ebnf');
/plugin/indexeverywhere/
H A DshowTheTree.php38 … $this->Lexer->addSpecialPattern('~~INDEXEVERYWHERE~~',$mode,'plugin_indexeverywhere_showTheTree');
/plugin/youtracklinks/
H A Dsyntax.php51 $this->Lexer->addSpecialPattern('\b[A-Z]+[\-][0-9]+\b', $mode, 'plugin_youtracklinks');
/plugin/rowmove/
H A Dsyntax.php40 $this->Lexer->addSpecialPattern("<rowmove>",$mode,'plugin_rowmove');
/plugin/markdowku/
H A Dimagesreference.php24 $this->Lexer->addSpecialPattern(
/plugin/acknowledge/syntax/
H A Dlisting.php34 $this->Lexer->addSpecialPattern('~~ACKNOWLEDGE.*?~~', $mode, 'plugin_acknowledge_listing');
/plugin/bbcode/
H A Dlink.php21 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\[url.+?\[/url\]',$mode,'plugin_bbcod…
/plugin/jquotes/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('\{\{jquotes>[^}]*\}\}', $mode, 'plugin_jquotes');
/plugin/listusergroup/
H A Dsyntax.php37 $this->Lexer->addSpecialPattern('{{listusergroup>[^}]+}}',$mode,'plugin_listusergroup');
/plugin/bugzillaint/syntax/
H A Dlist.php45 $this->Lexer->addSpecialPattern('<[Bb]uglist\s+[^>]*>', $mode, 'plugin_bugzillaint_list');
H A Dlink.php45 …$this->Lexer->addSpecialPattern('[Bb]ug\s[0-9]+(?:\s<[a-z_,^>]+>)?', $mode, 'plugin_bugzillaint_li…
/plugin/shorty/
H A Dsyntax.php41 $this->Lexer->addSpecialPattern('~~shorty\b.*?~~',$mode,'plugin_shorty');
/plugin/signhere/
H A Dsyntax.php50 $this->Lexer->addSpecialPattern("-_.*?_-", $mode ,'plugin_signhere');
/plugin/poldek/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('\{\{poldek>.+?\}\}', $mode, 'plugin_poldek');
/plugin/lastmod/
H A Dsyntax.php45 $this->Lexer->addSpecialPattern('~~LASTMOD[^~]*~~',$mode,'plugin_lastmod');
/plugin/lms/syntax/
H A Dinclude.php50 $this->Lexer->addSpecialPattern('~~LMSINCLUDE~~', $mode, 'plugin_lms_include');
/plugin/combo/syntax/
H A Dxmlblockemptytag.php66 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/qna/syntax/
H A Dheader.php43 …$this->Lexer->addSpecialPattern('[ \t]*=\?={1,4}[^=\n][^\n]+={3,}[ \t]*(?=\n)', $mode, $this->mode…
/plugin/linkback/
H A Dsyntax.php29 $this->Lexer->addSpecialPattern('~~LINKBACK(?:|:off|:closed)~~', $mode, 'plugin_linkback');
/plugin/redissue/
H A Dsyntax.php31 $this->Lexer->addSpecialPattern('<redissue[^>]*/>', $mode,'plugin_redissue');
32 $this->Lexer->addEntryPattern('<redissue[^>/]*>(?=.*</redissue>)', $mode,'plugin_redissue');
35 $this->Lexer->addExitPattern('</redissue>', 'plugin_redissue');
/plugin/redproject/
H A Dsyntax.php35 $this->Lexer->addSpecialPattern('<redproject[^>]*/>', $mode,'plugin_redproject');
36 … $this->Lexer->addEntryPattern('<redproject[^>]*>(?=.*</redproject>)', $mode,'plugin_redproject');
39 $this->Lexer->addExitPattern('</redproject>', 'plugin_redproject');

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