Home
last modified time | relevance | path

Searched refs:Lexer (Results 176 – 200 of 1044) sorted by last modified time

12345678910>>...42

/plugin/bbcodeextensions/syntax/
H A Dkbd.php14 …$this->Lexer->addEntryPattern($this->makepatterns('kbd')[0], $mode, 'plugin_bbcodeextensions_kbd');
18 $this->Lexer->addExitPattern($this->makepatterns('kbd')[1] ,'plugin_bbcodeextensions_kbd');
H A Dq.php13 $this->Lexer->addSpecialPattern('\[q.+?\[/q\]', $mode, 'plugin_bbcodeextensions_q');
H A Dsamp.php14 …$this->Lexer->addEntryPattern($this->makepatterns('samp')[0], $mode, 'plugin_bbcodeextensions_samp…
18 $this->Lexer->addExitPattern($this->makepatterns('samp')[1] ,'plugin_bbcodeextensions_samp');
H A Dclassdiv.php13 …$this->Lexer->addEntryPattern('\[cd\=.*?\](?=.*?\x5B/cd\x5D)',$mode,'plugin_bbcodeextensions_class…
15 …function postConnect() { $this->Lexer->addExitPattern('\[/cd\]','plugin_bbcodeextensions_classdiv'…
H A Dhil.php11 …$this->Lexer->addEntryPattern($this->makepatterns('hil')[0], $mode, 'plugin_bbcodeextensions_hil');
15 $this->Lexer->addExitPattern($this->makepatterns('hil')[1] ,'plugin_bbcodeextensions_hil');
/plugin/confightmlok/syntax/
H A Dhtml.php14 $this->Lexer->addEntryPattern('<html>(?=.*</html>)', $mode, 'plugin_confightmlok_html');
18 $this->Lexer->addExitPattern('</html>', 'plugin_confightmlok_html');
H A Dhtmlblock.php14 $this->Lexer->addEntryPattern('<HTML>(?=.*</HTML>)', $mode, 'plugin_confightmlok_htmlblock');
18 $this->Lexer->addExitPattern('</HTML>', 'plugin_confightmlok_htmlblock');
/plugin/randomtables/syntax/
H A Droller.php32 $this->Lexer->addEntryPattern('\<ROLL_ON\s+', $mode, 'plugin_randomtables_roller');
38 $this->Lexer->addExitPattern('>', 'plugin_randomtables_roller');
H A Dsource.php31 $this->Lexer->addEntryPattern('\<RANDOMTABLE\s+[A-Za-z0-9_]+>', $mode, 'plugin_randomtables_source');
37 $this->Lexer->addExitPattern('</RANDOMTABLE>', 'plugin_randomtables_source');
/plugin/sortablejs/
H A Dsyntax.php38 … $this->Lexer->addEntryPattern( '<sortable[^>]*>(?=.*?</sortable>)', $mode, 'plugin_sortablejs' );
42 $this->Lexer->addExitPattern( '</sortable>', 'plugin_sortablejs' );
/plugin/embeddedphp/syntax/
H A Dphpinline.php55 $this->Lexer->addEntryPattern($p, $mode, $m);
63 $this->Lexer->addExitPattern($p, $m);
/plugin/htmlokalt/syntax/
H A Dhtml.php14 $this->Lexer->addEntryPattern('<html>(?=.*</html>)', $mode, 'plugin_htmlok_html');
18 $this->Lexer->addExitPattern('</html>', 'plugin_htmlok_html');
H A Dhtmlblock.php14 $this->Lexer->addEntryPattern('<HTML>(?=.*</HTML>)', $mode, 'plugin_htmlok_htmlblock');
18 $this->Lexer->addExitPattern('</HTML>', 'plugin_htmlok_htmlblock');
/plugin/const/
H A Dsyntax.php26 $this->Lexer->addSpecialPattern('<const[^>]*>[^<]*</const>',$mode,'plugin_const');
/plugin/sql2wiki/syntax/
H A Dquery.php34 $this->Lexer->addSpecialPattern('<sql2wiki.*?>.*?</sql2wiki>',$mode,'plugin_sql2wiki_query');
/plugin/approve/syntax/
H A Dtable.php26 $this->Lexer->addSpecialPattern('----+ *approve table *-+\n.*?----+', $mode,'plugin_approve_table');
/plugin/btable2/
H A Dsyntax.php44 $this->Lexer->addSpecialPattern('<btable.*?>.+?</btable>', $mode, 'plugin_btable2');
/plugin/stellarium/
H A Dsyntax.php29 ->Lexer
/plugin/htmlmetatags/syntax/
H A Dsyntax.php45 $this->Lexer->addSpecialPattern ( '{{htmlmetatags>.+?}}', $mode, 'plugin_htmlmetatags_syntax' );
47 // $this->Lexer->addEntryPattern('<FIXME>',$mode,'plugin_htmlmetatags_syntax');
51 // $this->Lexer->addExitPattern('</FIXME>','plugin_htmlmetatags_syntax');
/plugin/notification/syntax/
H A Dlist.php29 …$this->Lexer->addSpecialPattern('----+ *notification list *-+\n.*?----+', $mode,'plugin_notificati…
/plugin/ireadit/syntax/
H A Direadit.php28 $this->Lexer->addSpecialPattern('~~IREADIT.*?~~', $mode, 'plugin_ireadit_ireadit');
H A Dlist.php22 … $this->Lexer->addSpecialPattern('----+ *ireadit list *-+\n.*?----+', $mode,'plugin_ireadit_list');
/plugin/howhard/
H A Dsyntax.php63 $this->Lexer->addSpecialPattern('\{\{howhard>.*?\}\}',$mode,'plugin_howhard');
/plugin/autonumbering/
H A Dsyntax.php74 $this->Lexer->addSpecialPattern($this->PLUGIN_PATTERN, $mode, 'plugin_autonumbering');
/plugin/odt/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('~~ODT~~', $mode, 'plugin_odt');
48 $this->Lexer->addSpecialPattern('{{odt>.+?}}', $mode, 'plugin_odt');

12345678910>>...42