Home
last modified time | relevance | path

Searched refs:Lexer (Results 226 – 250 of 1044) sorted by path

12345678910>>...42

/plugin/command/syntax/
H A Dblock.php57 $this->Lexer->addSpecialPattern(
60 $this->Lexer->addSpecialPattern(
/plugin/comment/
H A Dsyntax.php19 $this->Lexer->addSpecialPattern("^/\*.*?\*|\s+/\*.*?\*/", $mode, 'plugin_comment');
/plugin/commentsyntax/syntax/
H A Dcstyle.php56 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
59 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
65 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
H A Dhtmlcomment.php46 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
H A Dpreventive.php44 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
/plugin/complex_lists/complex_lists/
H A Dsyntax.php43 $this->Lexer->addPattern('\n#\n', 'plugin_complex_lists');
44 $this->Lexer->addPattern('\n#\+#\n', 'plugin_complex_lists');
45 $this->Lexer->addPattern('\n#-#\n', 'plugin_complex_lists');
46 $this->Lexer->addPattern('#:[^#]+#', 'plugin_complex_lists');
47 $this->Lexer->addExitPattern('\n##\n','plugin_complex_lists');
/plugin/complex_lists/inblock_ranges/
H A Dsyntax.php40 $this->Lexer->addExitPattern('[)]#', 'plugin_inblock_ranges');
/plugin/complex_lists/list_xrefs/
H A Dsyntax.php43 $this->Lexer->addEntryPattern('#[(]', $mode, 'plugin_list_xrefs');
48 $this->Lexer->addExitPattern('[)]#', 'plugin_list_xrefs');
/plugin/components/syntax/
H A Dslice.php24 $this->Lexer->addSpecialPattern('<slice\b.*?/>',
/plugin/composer/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern("{{compose>.*?}}",$mode,'plugin_composer');
/plugin/condition/
H A Dsyntax.php46 $this->Lexer->addEntryPattern('<if(?=.*?</if>)', $mode, 'plugin_condition');
50 $this->Lexer->addExitPattern('</if>', 'plugin_condition');
/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/confsearch/
H A Dsyntax.php24 $this->Lexer->addSpecialPattern('\{confsearch[^\}]*\}',$mode,'plugin_confsearch');
/plugin/const/
H A Dsyntax.php26 $this->Lexer->addSpecialPattern('<const[^>]*>[^<]*</const>',$mode,'plugin_const');
/plugin/countdown/
H A Dsyntax.php48 $this->Lexer->addSpecialPattern('\<COUNTDOWN\:.+?\>',$mode,'plugin_countdown');
/plugin/credits/
H A Dsyntax.php22 $this->Lexer->addSpecialPattern('<<CREDITS:.*?>>',$mode,'plugin_credits'); }
/plugin/creole/syntax/
H A Dheader.php25 $this->Lexer->addSpecialPattern(
H A Dlinebreak.php21 $this->Lexer->addSpecialPattern(
H A Dlistblock.php27 $this->Lexer->addEntryPattern(
32 $this->Lexer->addPattern(
39 $this->Lexer->addExitPattern(
H A Dmonospace.php20 $this->Lexer->addSpecialPattern(
H A Dpreblock.php20 $this->Lexer->addEntryPattern(
28 $this->Lexer->addExitPattern(
H A Dpreinline.php19 $this->Lexer->addEntryPattern(
27 $this->Lexer->addExitPattern(
H A Dsubscript.php20 $this->Lexer->addSpecialPattern(
H A Dsuperscript.php20 $this->Lexer->addSpecialPattern(

12345678910>>...42