Home
last modified time | relevance | path

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

12345678910>>...42

/plugin/combo/syntax/
H A Dcell.php121 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
131 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcite.php67 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
75 $this->Lexer->addExitPattern('</' . syntax_plugin_combo_cite::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcontentlistitem.php96 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
105 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/codify/
H A Dsyntax.php16 $this->Lexer->addEntryPattern('<codify.*?>(?=.*?</codify>)', $mode, 'plugin_codify');
20 $this->Lexer->addExitPattern('</codify>', 'plugin_codify');
/plugin/structodt/syntax/
H A Dglobal.php27 $this->Lexer->addSpecialPattern('----+ *struct odt global *-+\n.*?\n----+', $mode, 'plugin_structodt_global');
H A Dserial.php27 $this->Lexer->addSpecialPattern('----+ *struct odt serial *-+\n.*?\n----+', $mode, 'plugin_structodt_serial');
H A Dtable.php25 $this->Lexer->addSpecialPattern('----+ *struct odt *-+\n.*?\n----+', $mode, 'plugin_structodt_table');
26 $this->Lexer->addSpecialPattern('----+ *struct odt table *-+\n.*?\n----+', $mode, 'plugin_structodt_table');
/plugin/data/syntax/
H A Dcloud.php62 $this->Lexer->addSpecialPattern(
H A Dentry.php64 $this->Lexer->addSpecialPattern(
H A Dlist.php20 $this->Lexer->addSpecialPattern('----+ *datalist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'plugin_data_list');
H A Drelated.php20 $this->Lexer->addSpecialPattern(
H A Dtaglist.php21 $this->Lexer->addSpecialPattern(
H A Dtable.php61 $this->Lexer->addSpecialPattern(
/plugin/adhoctags/syntax/
H A Dabstract.php61 $this->Lexer->addSpecialPattern(str_replace('%t%', $this->tag, $this->special_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
64 $this->Lexer->addEntryPattern(str_replace('%t%', $this->tag, $this->entry_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
72 $this->Lexer->addExitPattern(str_replace('%t%', $this->tag, $this->exit_pattern), 'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
/plugin/subpages/
H A Dsyntax.php61 $this->Lexer->addSpecialPattern('~~SUBPAGES~~', $mode, 'plugin_subpages');
/plugin/lastpages/
H A Dsyntax.php54 $this->Lexer->addSpecialPattern('~~LASTPAGES~~', $mode, 'plugin_lastpages');
55 $this->Lexer->addSpecialPattern('~~LAST10~~', $mode, 'plugin_lastpages');
56 $this->Lexer->addSpecialPattern('~~LAST5~~', $mode, 'plugin_lastpages');
57 $this->Lexer->addSpecialPattern('~~LIST10~~', $mode, 'plugin_lastpages');
58 $this->Lexer->addSpecialPattern('~~LIST5~~', $mode, 'plugin_lastpages');
/plugin/dwtimeline/syntax/
H A Dmilestone.php35 …$this->Lexer->addEntryPattern('<milestone\b.*?>(?=.*?</milestone>)',$mode,'plugin_dwtimeline_miles…
43 $this->Lexer->addExitPattern('</milestone>', 'plugin_dwtimeline_milestone');
H A Dtimeline.php25 …$this->Lexer->addEntryPattern('<dwtimeline\b.*?>(?=.*?</dwtimeline\b.*?>)',$mode,'plugin_dwtimelin…
33 $this->Lexer->addExitPattern('</dwtimeline\b.*?>', 'plugin_dwtimeline_timeline');
/plugin/mobiletable/
H A Dsyntax.php22 …$this->Lexer->addEntryPattern('<mobiletable(?: [0-9]+)?>(?=.*?</mobiletable>)', $mode, 'plugin_mob…
26 $this->Lexer->addExitPattern('<\/mobiletable>', 'plugin_mobiletable');
/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/katex/syntax/
H A Dprotect.php75 … $this->Lexer->addEntryPattern( '(?<!\\\\)\$(?=[^\$][^\r\n]*?\$)', $mode, 'plugin_katex_protect' );
76 $this->Lexer->addEntryPattern( '\$\$(?=.*?\$\$)', $mode, 'plugin_katex_protect' );
77 $this->Lexer->addEntryPattern( '\\\\\((?=.*?\\\\\))', $mode, 'plugin_katex_protect' );
78 $this->Lexer->addEntryPattern( '\\\\\[(?=.*?\\\\])', $mode, 'plugin_katex_protect' );
85 $this->Lexer->addEntryPattern( '`(?=.*?`)', $mode, 'plugin_katex_protect' );
100 $this->Lexer->addExitPattern( '\$(?!\$)', 'plugin_katex_protect' );
101 $this->Lexer->addExitPattern( '\\\\\)', 'plugin_katex_protect' );
102 $this->Lexer->addExitPattern( '\\\\\]', 'plugin_katex_protect' );
104 $this->Lexer->addExitPattern( '\\\\end{' . $env . '}', 'plugin_katex_protect' );
109 $this->Lexer->addExitPattern( '`', 'plugin_katex_protect' );
[all …]
/plugin/bbcodeextensions/syntax/
H A Danchor.php13 …$this->Lexer->addSpecialPattern('\[a\][0-9a-zA-Z_\-:]+?\[/a\]', $mode, 'plugin_bbcodeextensions_an…
H A Dclassspan.php13 …$this->Lexer->addEntryPattern('\[cs\=.*?\](?=.*?\x5B/cs\x5D)',$mode,'plugin_bbcodeextensions_class…
15 …function postConnect() { $this->Lexer->addExitPattern('\[/cs\]','plugin_bbcodeextensions_classspan…
H A Ddel.php16 …$this->Lexer->addEntryPattern($this->makepatterns('del')[0], $mode, 'plugin_bbcodeextensions_del');
19 $this->Lexer->addExitPattern($this->makepatterns('del')[1] ,'plugin_bbcodeextensions_del');
H A Dins.php16 …$this->Lexer->addEntryPattern($this->makepatterns('ins')[0], $mode, 'plugin_bbcodeextensions_ins');
19 $this->Lexer->addExitPattern($this->makepatterns('ins')[1] ,'plugin_bbcodeextensions_ins');

12345678910>>...42