Home
last modified time | relevance | path

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

1...<<4142

/plugin/routeplaner/syntax/
H A Droutenplaner_lycosde.php7 function connectTo($mode) { $this->Lexer->addSpecialPattern("\{\{routenplaner_lycosde>.*?\}\}",$mod…
H A Droutenplaner_webde.php7 function connectTo($mode) { $this->Lexer->addSpecialPattern("\{\{routenplaner_webde>.*?\}\}",$mode,…
/plugin/snap/
H A Dsyntax.php.ori33 …function connectTo($mode) { $this->Lexer->addEntryPattern('{{\[\[(?=.*?\]\]}})',$mode,'plugin_snap…
34 function postConnect() { $this->Lexer->addExitPattern('\]\]}}','plugin_snap'); }
/plugin/register/
H A Dsyntax.php23 $this->Lexer->addEntryPattern("<register>", $mode, "plugin_register");
35 $this->Lexer->addExitPattern("</register>", "plugin_register");
/plugin/math2/
H A Dsyntax.php95 $this->Lexer->addEntryPattern('<m(?=[^\r\n]*?>.*?</m>)',$mode,'plugin_math');
99 $this->Lexer->addExitPattern('</m>','plugin_math');
/plugin/code2/
H A Dsyntax.php436 $this->Lexer->addEntryPattern(
804 $this->Lexer->addExitPattern('(?<=\n)\x3C\x2Fcode\x3E',
/plugin/vote/
H A Dsyntax.php26 $this->Lexer->addSpecialPattern( '<vote.*?>.+?</vote>', $mode, 'plugin_vote' );
/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/svg/
H A Dsyntax.php.save47 $this->Lexer->addEntryPattern('<svgimage>',$mode,'plugin_svg');
51 $this->Lexer->addExitPattern('</svgimage>','plugin_svg');
/plugin/wysiwyg/
H A Dsyntax.php25 $this->Lexer->addSpecialPattern('<wysiwyg.*?'.$wysiwyg_GUID.'<<<<< />',$mode,'plugin_wysiwyg');
/plugin/nsrelation/
H A Dsyntax.php63 $this->Lexer->addSpecialPattern('~~NO_NSREL~~',$mode,'plugin_nsrelation');
/plugin/hr/
H A Dsyntax.php73 $this->Lexer->addSpecialPattern('\n[\t\x20]*-{4,}[\t\x20]*(?=\n)',
/plugin/lists/
H A Dsyntax.php76 $this->Lexer->addEntryPattern(
79 $this->Lexer->addPattern(
81 $this->Lexer->addEntryPattern(
84 $this->Lexer->addPattern(
244 $this->Lexer->addExitPattern('(?<=\x3C)\n(?=\n)', PLUGIN_LISTS);
/plugin/lang/
H A Dsyntax.php73 $this->Lexer->addEntryPattern(
194 $this->Lexer->addExitPattern('\x3C\x2Flang\x3E', 'plugin_lang');
/plugin/tip/
H A Dsyntax.php90 $this->Lexer->addEntryPattern(
265 $this->Lexer->addExitPattern('\x3C\x2Ftip\x3E', 'plugin_tip');
/plugin/deflist/
H A Dsyntax.php128 $this->Lexer->addEntryPattern(
131 $this->Lexer->addEntryPattern(
134 $this->Lexer->addPattern(
136 $this->Lexer->addPattern(
/plugin/guestbook/
H A Dsyntax.php57 $this->Lexer->addSpecialPattern('\{\{guestbook\}\}',$mode, 'plugin_guestbook');

1...<<4142