Home
last modified time | relevance | path

Searched refs:Lexer (Results 1 – 25 of 1044) sorted by path

12345678910>>...42

/plugin/a2s/
H A Dsyntax.php60 $this->Lexer->addEntryPattern('< *a2s *>(?=.*?</a2s>)',$mode,'plugin_a2s');
64 $this->Lexer->addExitPattern('</a2s>','plugin_a2s');
/plugin/abbr/syntax/
H A Dabbreviation.php26 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,substr(get_class($this), 7));
H A Dhtmltag.php26 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,substr(get_class($this), 7));
29 $this->Lexer->addExitPattern($this->exit_pattern,substr(get_class($this), 7));
/plugin/abbrlist/
H A Dsyntax.php43 $this->Lexer->addSpecialPattern('\{\{abbrlist>[^}]*\}\}',$mode,'plugin_abbrlist');
/plugin/abc/
H A Dsyntax.php28 $this->Lexer->addEntryPattern('<abc(?=.*\x3C/abc\x3E)',$mode,'plugin_abc');
31 $this->Lexer->addExitPattern('</abc>','plugin_abc');
/plugin/abc2/
H A Dsyntax.php47 $this->Lexer->addEntryPattern('<abc(?=.*\x3C/abc\x3E)',$mode,'plugin_abc2');
52 $this->Lexer->addExitPattern('</abc>','plugin_abc2');
/plugin/abstract/
H A Dsyntax.php20 $this->Lexer->addEntryPattern('<abstract[^>]*>(?=.*</abstract>)',$mode,'plugin_abstract');
24 $this->Lexer->addExitPattern('</abstract>','plugin_abstract');
/plugin/ac/
H A Dsyntax.php29 $this->Lexer->addSpecialPattern('{{AC::\w+(?:>[^}]+)?}}', $mode,
/plugin/accscounter/syntax/
H A Dcounter.php326 $this->Lexer->addSpecialPattern('\{\{counter[^}]*\}\}',$mode,'plugin_accscounter_counter');
H A Dpopularity.php40 $this->Lexer->addSpecialPattern('\{\{POPULAR[^}]*\}\}',$mode,'plugin_accscounter_popularity');
/plugin/achart/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('<achart.+?</achart>',$mode,'plugin_achart');
/plugin/acknowledge/syntax/
H A Dassign.php34 $this->Lexer->addSpecialPattern('~~ACK:.*?~~', $mode, 'plugin_acknowledge_assign');
H A Dlisting.php34 $this->Lexer->addSpecialPattern('~~ACKNOWLEDGE.*?~~', $mode, 'plugin_acknowledge_listing');
/plugin/aclinfo/
H A Dsyntax.php44 $this->Lexer->addSpecialPattern('~~ACLINFO!?[^~]*?~~',$mode,'plugin_aclinfo');
/plugin/acmenu/
H A Dsyntax.php70 $this->Lexer->addSpecialPattern("<acmenu.*?>", $mode, "plugin_acmenu");
/plugin/actickets/
H A Dsyntax.php62 $this->Lexer->addSpecialPattern(
/plugin/addnewpage/
H A Dsyntax.php45 $this->Lexer->addSpecialPattern('\{\{NEWPAGE[^\}]*\}\}', $mode, 'plugin_addnewpage');
/plugin/addressbook/
H A Dsyntax.php46 …public function connectTo($mode) {$this->Lexer->addEntryPattern('\[ADDRESSBOOK.*?', $mode, 'plugin…
48 public function postConnect() { $this->Lexer->addExitPattern('\]','plugin_addressbook'); }
/plugin/adhoctags/syntax/
H A Dabstract.php61 $this->Lexer->addSpecialPattern(str_replace('%t%', $this->tag, $this->special_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
64 $this->Lexer->addEntryPattern(str_replace('%t%', $this->tag, $this->entry_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
72 $this->Lexer->addExitPattern(str_replace('%t%', $this->tag, $this->exit_pattern), 'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
/plugin/admnote/syntax/
H A Drenderer.php50 $this->Lexer->addEntryPattern('<adm ?[^>]*>', $mode, 'plugin_admnote_renderer');
54 $this->Lexer->addExitPattern('</adm>', 'plugin_admnote_renderer');
/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/aichat/
H A Dsyntax.php
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock401 "Doctrine\\Common\\Lexer\\": "src"
422 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
/plugin/airtable/
H A Dsyntax.php86 $this->Lexer->addEntryPattern('{{airtable>', $mode, 'plugin_airtable');
90 $this->Lexer->addExitPattern('}}', 'plugin_airtable');
/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'); }

12345678910>>...42