Home
last modified time | relevance | path

Searched refs:Lexer (Results 201 – 225 of 1044) sorted by relevance

12345678910>>...42

/plugin/fontawesome/syntax/
H A Dfontawesome.php40 $this->Lexer->addEntryPattern('<fa',$mode,'plugin_fontawesome_fontawesome');
45 $this->Lexer->addExitPattern('>','plugin_fontawesome_fontawesome');
/plugin/advrack/
H A Dsyntax.php35 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<advrack>(?=.*?</advrack>)',$mod…
37 public function postConnect() { $this->Lexer->addExitPattern('</advrack>','plugin_advrack'); }
/plugin/markdowku/
H A Dheadersetext.php22 $this->Lexer->addSpecialPattern(
27 $this->Lexer->addSpecialPattern(
/plugin/scrollticker/
H A Dsyntax.php44 … $this->Lexer->addEntryPattern('<scrollticker>(?=.*?</scrollticker>)',$mode,'plugin_scrollticker');
48 $this->Lexer->addExitPattern('</scrollticker>','plugin_scrollticker');
/plugin/codify/
H A Dsyntax.php16 $this->Lexer->addEntryPattern('<codify.*?>(?=.*?</codify>)', $mode, 'plugin_codify');
20 $this->Lexer->addExitPattern('</codify>', 'plugin_codify');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerPushModeAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
11 * Implements the `pushMode` lexer action by calling {@see Lexer::pushMode()}
59 * This action is implemented by calling {@see Lexer::pushMode()} with the
62 public function execute(Lexer $lexer) : void
H A DLexerTypeAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
11 * Implements the `type` lexer action by calling {@see Lexer::setType()}
24 * @param int $type The type to assign to the token using {@see Lexer::setType()}.
64 * This action is implemented by calling {@see Lexer::setType()} with the
67 public function execute(Lexer $lexer) : void
H A DLexerChannelAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
11 * Implements the `channel` lexer action by calling {@see Lexer::setChannel()}
24 * @param int $channel The channel value to pass to {@see Lexer::setChannel()}.
64 * This action is implemented by calling {@see Lexer::setChannel()} with the
67 public function execute(Lexer $lexer) : void
H A DLexerModeAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
18 * @param int $mode The mode value to pass to {@see Lexer::mode()}.
58 * This action is implemented by calling {@see Lexer::mode()} with the
61 public function execute(Lexer $lexer) : void
/plugin/pagetitle/syntax/
H A Ddecorative.php61 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
62 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
67 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
/plugin/dirtylittlehelper/syntax/
H A Dtree.php52 …$this->Lexer->addSpecialPattern('\<dlh\.tree\>',$mode,'plugin_dirtylittlehelper_'.$this->getPlugin…
53 …$this->Lexer->addSpecialPattern('\<dlh\.notree\>',$mode,'plugin_dirtylittlehelper_'.$this->getPlug…
54 …$this->Lexer->addSpecialPattern('\<dlh\.forcetree\>',$mode,'plugin_dirtylittlehelper_'.$this->getP…
H A Ddivhtml.php49 …$this->Lexer->addEntryPattern('\<dlh\.div\.html[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this->…
55 …$this->Lexer->addExitPattern('\<\/dlh\.div\.html\>','plugin_dirtylittlehelper_'.$this->getPluginCo…
H A Dtablehtml.php49 …$this->Lexer->addEntryPattern('\<dlh\.table\.html[^\>]*\>',$mode,'plugin_dirtylittlehelper_'.$this…
55 …$this->Lexer->addExitPattern('\<\/dlh\.table\.html\>','plugin_dirtylittlehelper_'.$this->getPlugin…
/plugin/siteexport/syntax/
H A Dtoctools.php35 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_siteexport_toctools');
36 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_siteexport_toctools');
40 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_siteexport_toctools');
/plugin/exttab3/
H A Dsyntax.php53 $this->Lexer->addEntryPattern('\n\{\|[^\n]*',$mode, $this->mode);
59 $this->Lexer->addExitPattern('[ \t]*\n\|\}', $this->mode);
65 $this->Lexer->addPattern("\n\|\+ *(?:$attrs\|(?!\|))?", $this->mode);
67 $this->Lexer->addPattern(' *?\n\|\-+[^\n]*', $this->mode);
69 $this->Lexer->addPattern("(?: *?\n|\!)\!(?:$attrs\|(?!\|))?", $this->mode);
71 $this->Lexer->addPattern("(?: *?\n|\|)\|(?:$attrs\|(?!\|))?", $this->mode);
/plugin/mediasyntax/syntax/
H A Dcodeblock.php29 $this->Lexer->addEntryPattern(
38 $this->Lexer->addExitPattern(
H A Dteletyper.php18 $this->Lexer->addEntryPattern(
27 $this->Lexer->addExitPattern(
/plugin/tocselect/
H A Dsyntax.php37 $this->Lexer->addSpecialPattern('~~SELECTTOC~~',$mode,'plugin_tocselect');
38 $this->Lexer->addSpecialPattern('~~SELECTTOC>curID~~',$mode,'plugin_tocselect');
/plugin/bbcode/
H A Dquote.php23 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[quote.*?\](?=.*?\x5B/quote\x5D)',$mod…
24 function postConnect() { $this->Lexer->addExitPattern('\[/quote\]','plugin_bbcode_quote'); }
/plugin/alertbox/
H A Dsyntax.php18 …function connectTo($mode) { $this->Lexer->addEntryPattern('<alert.*?>(?=.*?</alert>)',$mode,'plugi…
19 function postConnect() { $this->Lexer->addExitPattern('</alert>','plugin_alertbox'); }
/plugin/signavio/
H A Dsyntax.php38 … $this->Lexer->addEntryPattern('<signavio[\s]*?.*?>(?=.*?</signavio>)', $mode, 'plugin_signavio');
43 $this->Lexer->addExitPattern('</signavio>', 'plugin_signavio');
/plugin/socialshareprivacy/
H A Dsyntax.php33 … $this->Lexer->addSpecialPattern('\{\{socialshareprivacy\}\}',$mode,'plugin_socialshareprivacy');
34 …$this->Lexer->addSpecialPattern('\{\{socialshareprivacy>.+?\}\}',$mode,'plugin_socialshareprivacy'…
/plugin/jirainfo/
H A Dsyntax.php20 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<(?:ji|jirainfo).*?>(?=.*?</(?:j…
21 …public function postConnect() { $this->Lexer->addExitPattern('</(?:ji|jirainfo)>','plugin_jirainfo…
/plugin/alphalist2/
H A Dsyntax.php17 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<alphalist.*?>(?=.*?</alphalist>…
18 …public function postConnect() { $this->Lexer->addExitPattern('</alphalist>','plugin_alphalist2'); }
/plugin/ggb/
H A Dsyntax.php24 …function connectTo($mode) { $this->Lexer->addEntryPattern('<ggb.*?>(?=.*?</ggb>)',$mode,'plugin_gg…
25 function postConnect() { $this->Lexer->addExitPattern('</ggb>','plugin_ggb'); }

12345678910>>...42