Home
last modified time | relevance | path

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

12345678910>>...42

/plugin/simplenavi/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('{{simplenavi>[^}]*}}', $mode, 'plugin_simplenavi');
/plugin/mathpublish/
H A Dsyntax.php80 $this->Lexer->addSpecialPattern('<m.*?>.*?(?:</m>)', $mode, 'plugin_mathpublish');
/plugin/statdisplay/
H A Dsyntax.php32 $this->Lexer->addSpecialPattern('\{\{statdisplay>[^\}]+\}\}', $mode, 'plugin_statdisplay');
/plugin/firenews/
H A Dsyntax.php21 $this->Lexer->addSpecialPattern('\{\{firenews>[^}]*\}\}', $mode, 'plugin_firenews');
/plugin/s5/
H A Dsyntax.php46 $this->Lexer->addSpecialPattern('~~SLIDESHOW[^~]*~~',$mode,'plugin_s5');
/plugin/gh/
H A Dsyntax.php67 $this->Lexer->addSpecialPattern('{{gh>[^}]*}}', $mode, 'plugin_gh');
/plugin/pageredirect/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('(?:~~REDIRECT>.+?~~|\n#(?i:redirect) [^\r\n]+)', $mode, 'plugin_pageredirect');
/plugin/latexcaption/syntax/
H A Dcaption.php52 … $this->Lexer->addSpecialPattern('{{setcounter>[a-z0-9=]+?}}',$mode,'plugin_latexcaption_caption');
53 … $this->Lexer->addEntryPattern('<figure.*?>(?=.*</figure>)',$mode,'plugin_latexcaption_caption');
54 … $this->Lexer->addEntryPattern('<table.*?>(?=.*</table>)',$mode,'plugin_latexcaption_caption');
55 …$this->Lexer->addEntryPattern('<codeblock.*?>(?=.*</codeblock>)',$mode,'plugin_latexcaption_captio…
56 …$this->Lexer->addEntryPattern('<fileblock.*?>(?=.*</fileblock>)',$mode,'plugin_latexcaption_captio…
60 $this->Lexer->addExitPattern('</figure>','plugin_latexcaption_caption');
61 $this->Lexer->addExitPattern('</table>','plugin_latexcaption_caption');
62 $this->Lexer->addExitPattern('</codeblock>','plugin_latexcaption_caption');
63 $this->Lexer->addExitPattern('</fileblock>','plugin_latexcaption_caption');
66 …$this->Lexer->addPattern('<'.$captiontag.'>(?=.*</'.$captiontag.'>)','plugin_latexcaption_caption'…
[all …]
H A Dreference.php38 $this->Lexer->addSpecialPattern('{{ref>.+?}}',$mode,'plugin_latexcaption_reference');
H A Dsubtype.php14 …$this->Lexer->addEntryPattern('<subfigure.*?>(?=.*</subfigure>)',$mode, 'plugin_latexcaption_capti…
15 …$this->Lexer->addEntryPattern('<subtable.*?>(?=.*</subtable>)',$mode, 'plugin_latexcaption_caption…
19 $this->Lexer->addExitPattern('</subfigure>','plugin_latexcaption_caption');
20 $this->Lexer->addExitPattern('</subtable>','plugin_latexcaption_caption');
/plugin/color/
H A Dsyntax.php21 …function connectTo($mode) { $this->Lexer->addEntryPattern('<color.*?>(?=.*?</color>)',$mode,'plugi…
22 function postConnect() { $this->Lexer->addExitPattern('</color>','plugin_color'); }
/plugin/qrcodescanner/
H A Dsyntax.php25 $this->Lexer->addSpecialPattern('\{\{QRCODESCANNER\}\}',$mode,'plugin_qrcodescanner');
/plugin/code39/
H A Dsyntax.php51 $this->Lexer->addEntryPattern('<code39.*?>(?=.*?</code39>)', $mode, 'plugin_code39');
56 $this->Lexer->addExitPattern('</code39>', 'plugin_code39');
/plugin/scrollticker/
H A Dsyntax.php44 … $this->Lexer->addEntryPattern('<scrollticker>(?=.*?</scrollticker>)',$mode,'plugin_scrollticker');
48 $this->Lexer->addExitPattern('</scrollticker>','plugin_scrollticker');
/plugin/folded/syntax/
H A Ddiv.php22 function connectTo($mode) { $this->Lexer->addEntryPattern('\+\+\+\+.*?\|(?=.*\+\+\+\+)',$mode,'plugin_folded_div'); }
23 function postConnect() { $this->Lexer->addExitPattern('\+\+\+\+','plugin_folded_div'); }
H A Dheader.php24 $this->Lexer->addSpecialPattern(
H A Dspan.php23 function connectTo($mode) { $this->Lexer->addEntryPattern('\+\+.*?\|(?=.*\+\+)',$mode,'plugin_folded_span'); }
24 function postConnect() { $this->Lexer->addExitPattern('\+\+','plugin_folded_span'); }
/plugin/achart/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('<achart.+?</achart>',$mode,'plugin_achart');
/plugin/snippets/
H A Dsyntax.php28 $this->Lexer->addEntryPattern('<snippet>(?=.*?</snippet>)',$mode,'plugin_snippets');
29 $this->Lexer->addSpecialPattern('~~SNIPPET_O\d*~~.*?~~',$mode,'plugin_snippets');
30 $this->Lexer->addSpecialPattern('~~SNIPPET_C~~.*?~~',$mode,'plugin_snippets');
34 $this->Lexer->addExitPattern('</snippet>', 'plugin_snippets');
/plugin/ckgedit/syntax/
H A Dfont.php28 …function connectTo($mode) { $this->Lexer->addEntryPattern('<font.*?>(?=.*?</font>)',$mode,'plugin_…
29 function postConnect() { $this->Lexer->addExitPattern('</font>','plugin_ckgedit_font'); }
H A Dspecials.php56 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_OPEN~~',$mode,'plugin_ckgedit_specials');
57 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_CLOSE~~',$mode,'plugin_ckgedit_specials');
58 $this->Lexer->addSpecialPattern('~~COMPLEX_TABLES~~',$mode,'plugin_ckgedit_specials');
59 … $this->Lexer->addSpecialPattern('~~NO_STYLING~~',$mode,'plugin_ckgedit_specials');
60 …$this->Lexer->addEntryPattern('~~START_HTML_BLOCK~~(?=.*?~~CLOSE_HTML_BLOCK~~)',$mode,'plugin_ckge…
61 … $this->Lexer->addSpecialPattern('~~AUTO_INTERNAL_LINKS~~',$mode,'plugin_ckgedit_specials');
65 …function postConnect() { $this->Lexer->addExitPattern('~~CLOSE_HTML_BLOCK~~','plugin_ckgedit_speci…
/plugin/tagfilter/syntax/
H A Dcompare.php44 $this->Lexer->addSpecialPattern("\{\{tagcompare>.*?\}\}", $mode, 'plugin_tagfilter_compare');
H A Dfilter.php72 $this->Lexer->addSpecialPattern("\{\{tagfilter>.*?\}\}", $mode, 'plugin_tagfilter_filter');
/plugin/html5video2/syntax/
H A Dvideo.php30 $this->Lexer->addSpecialPattern('\{\{[^\}]+\.mp4[^\}]*\}\}',$mode,'plugin_html5video_video');
/plugin/sectiontoggle/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('~~stoggle_buttons~~',$mode,'plugin_sectiontoggle');
34 $this->Lexer->addSpecialPattern('~~stoggle_openDIV~~',$mode,'plugin_sectiontoggle');
35 $this->Lexer->addSpecialPattern('~~stoggle_closeDIV~~',$mode,'plugin_sectiontoggle');

12345678910>>...42