Home
last modified time | relevance | path

Searched refs:Lexer (Results 101 – 125 of 1044) sorted by path

12345678910>>...42

/plugin/bookcreator/syntax/
H A Dexportsaved.php16 $this->Lexer->addSpecialPattern('~~EXPORT.*?~~', $mode, 'plugin_bookcreator_exportsaved');
/plugin/booking/
H A Dsyntax.php39 $this->Lexer->addSpecialPattern('{{booking}}', $mode, 'plugin_booking');
/plugin/bookmarkfile/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('\<BOOKMARKFILE .*?\>',$mode,'plugin_bookmarkfile');
/plugin/bootnote/
H A Dsyntax.php35 $this->Lexer->addEntryPattern('<note[^>]*>(?=.*</note>)', $mode,'plugin_bootnote');
37 … $this->Lexer->addEntryPattern('<bootnote[^>]*>(?=.*</bootnote>)', $mode,'plugin_bootnote');
43 $this->Lexer->addExitPattern("</note>", 'plugin_bootnote');
45 $this->Lexer->addExitPattern("</bootnote>", 'plugin_bootnote');
/plugin/bootswrapper/syntax/
H A Dbootstrap.php198 …$this->Lexer->addEntryPattern($this->pattern_start, $mode, 'plugin_bootswrapper_' . $this->getPlug…
203 …$this->Lexer->addExitPattern($this->pattern_end, 'plugin_bootswrapper_' . $this->getPluginComponen…
204 …$this->Lexer->addPattern($this->header_pattern, 'plugin_bootswrapper_' . $this->getPluginComponent…
H A Dmacros.php37 $this->Lexer->addSpecialPattern($macro, $mode, 'plugin_bootswrapper_macros');
/plugin/box/
H A Dsyntax.php65 $this->Lexer->addEntryPattern('<box>(?=.*?</box.*?>)', $mode, 'plugin_box');
66 $this->Lexer->addEntryPattern('<box\s[^\r\n\|]*?>(?=.*?</box.*?>)', $mode, 'plugin_box');
67 $this->Lexer->addEntryPattern('<box\|(?=[^\r\n]*?\>.*?</box.*?\>)', $mode, 'plugin_box');
68 …$this->Lexer->addEntryPattern('<box\s[^\r\n\|]*?\|(?=[^\r\n]*?>.*?</box.*?>)', $mode, 'plugin_box'…
73 $this->Lexer->addPattern('>', 'plugin_box');
74 $this->Lexer->addExitPattern('</box.*?>', 'plugin_box');
/plugin/box2/
H A Dsyntax.php59 $this->Lexer->addEntryPattern('<box>(?=.*?</box.*?>)',$mode,'plugin_box2');
60 $this->Lexer->addEntryPattern('<box\s[^\r\n\|]*?>(?=.*?</box.*?>)',$mode,'plugin_box2');
61 $this->Lexer->addEntryPattern('<box\|(?=[^\r\n]*?\>.*?</box.*?\>)',$mode,'plugin_box2');
62 …$this->Lexer->addEntryPattern('<box\s[^\r\n\|]*?\|(?=[^\r\n]*?>.*?</box.*?>)',$mode,'plugin_box2');
66 $this->Lexer->addPattern('>', 'plugin_box2');
67 $this->Lexer->addExitPattern('</box.*?>', 'plugin_box2');
/plugin/bpmnio/syntax/
H A Dbpmnio.php43 $this->Lexer->addEntryPattern('<bpmnio.*?>(?=.*?</bpmnio>)', $mode, 'plugin_bpmnio_bpmnio');
48 $this->Lexer->addExitPattern('</bpmnio>', 'plugin_bpmnio_bpmnio');
/plugin/btable2/
H A Dsyntax.php44 $this->Lexer->addSpecialPattern('<btable.*?>.+?</btable>', $mode, 'plugin_btable2');
/plugin/bugzillaint/syntax/
H A Dlink.php45 …$this->Lexer->addSpecialPattern('[Bb]ug\s[0-9]+(?:\s<[a-z_,^>]+>)?', $mode, 'plugin_bugzillaint_li…
H A Dlist.php45 $this->Lexer->addSpecialPattern('<[Bb]uglist\s+[^>]*>', $mode, 'plugin_bugzillaint_list');
H A Dtree.php45 $this->Lexer->addSpecialPattern('<[Bb]ugtree\s+[0-9]+[^>]*>', $mode, 'plugin_bugzillaint_tree');
/plugin/bugzillalinks/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('[Bb]ug\s*\d+', $mode, 'plugin_bugzillalinks');
/plugin/bureaucracy-au/
H A Dsyntax.php60 $this->Lexer->addSpecialPattern('<form>.*?</form>', $mode, 'plugin_bureaucracyau');
/plugin/bureaucracy/
H A Dsyntax.php65 $this->Lexer->addSpecialPattern('<form>.*?</form>', $mode, 'plugin_bureaucracy');
/plugin/bureaucracyau/
H A Dsyntax.php60 $this->Lexer->addSpecialPattern('<form>.*?</form>', $mode, 'plugin_bureaucracyau');
/plugin/button/
H A Dsyntax.php94 $this->Lexer->addSpecialPattern('\[\[{conf[^}]*}[^\]]*\]\]', $mode, 'plugin_button');
95 $this->Lexer->addEntryPattern('\[\[{[^}]*}[^\]\|]*\|?', $mode, 'plugin_button');
96 $this->Lexer->addExitPattern(']]', 'plugin_button');
/plugin/c3chart/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('<c3.+?</c3>',$mode,'plugin_c3chart');
/plugin/calendoku/syntax/
H A Dshowicalendar.php22 $this->Lexer->addSpecialPattern(
H A Dshowtable.php25 $this->Lexer->addSpecialPattern(
/plugin/callflow/
H A Dsyntax.php15 …function connectTo($mode){$this->Lexer->addEntryPattern('<callflow>(?=.*?</callflow>)',$mode,'plug…
17 function postConnect() { $this->Lexer->addExitPattern('</callflow>','plugin_callflow'); }
/plugin/canvas/
H A Dcanvas.php38 $this->Lexer->addEntryPattern($this->entry_pattern, $mode, $this->mode);
41 $this->Lexer->addExitPattern($this->exit_pattern, $this->mode);
/plugin/caption/syntax/
H A Dcaption.php56 $this->Lexer->addSpecialPattern('{{setcounter [a-z0-9=]+?}}',$mode,'plugin_caption_caption');
57 $this->Lexer->addEntryPattern('<figure.*?>(?=.*</figure>)',$mode,'plugin_caption_caption');
58 $this->Lexer->addEntryPattern('<table.*?>(?=.*</table>)',$mode,'plugin_caption_caption');
59 $this->Lexer->addEntryPattern('<codeblock.*?>(?=.*</codeblock>)',$mode,'plugin_caption_caption');
60 $this->Lexer->addEntryPattern('<fileblock.*?>(?=.*</fileblock>)',$mode,'plugin_caption_caption');
61 $this->Lexer->addPattern('<caption>(?=.*</caption>)','plugin_caption_caption');
62 $this->Lexer->addPattern('</caption>','plugin_caption_caption');
66 $this->Lexer->addExitPattern('</figure>','plugin_caption_caption');
67 $this->Lexer->addExitPattern('</table>','plugin_caption_caption');
68 $this->Lexer
[all...]
H A Dreference.php40 $this->Lexer->addSpecialPattern('{{ref>.+?}}',$mode,'plugin_caption_reference');

12345678910>>...42