Home
last modified time | relevance | path

Searched refs:Lexer (Results 76 – 100 of 1044) sorted by relevance

12345678910>>...42

/plugin/combo/syntax/
H A Dpreformatted.php108 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
110 $this->Lexer->addPattern('\n ', PluginUtility::getModeFromTag($this->getPluginComponent()));
111 $this->Lexer->addPattern('\n\t', PluginUtility::getModeFromTag($this->getPluginComponent()));
123 $this->Lexer->addExitPattern('\n', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/creole/syntax/
H A Dlistblock.php27 $this->Lexer->addEntryPattern(
32 $this->Lexer->addPattern(
39 $this->Lexer->addExitPattern(
H A Dpreblock.php20 $this->Lexer->addEntryPattern(
28 $this->Lexer->addExitPattern(
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php44 $this->Lexer->addSpecialPattern(
49 $this->Lexer->addEntryPattern(
60 $this->Lexer->addExitPattern(
/plugin/formatplus/syntax/
H A Dquoteplus.php41 …$this->Lexer->addEntryPattern('\x22\x22=[^\x22\r\n]+?\|(?=.*\x22\x22)', $mode, 'plugin_formatplus_…
42 $this->Lexer->addEntryPattern('\x22\x22(?=.*\x22\x22)', $mode, 'plugin_formatplus_quoteplus');
48 $this->Lexer->addExitPattern('\x22\x22', 'plugin_formatplus_quoteplus');
H A Dblockquoteplus.php49 … $this->Lexer->addEntryPattern('<quote>(?=.*</quote>)', $mode, 'plugin_formatplus_blockquoteplus');
50 …$this->Lexer->addEntryPattern('<quote [^>\r\n]+?>(?=.*</quote>)', $mode, 'plugin_formatplus_blockq…
56 $this->Lexer->addExitPattern('</quote>', 'plugin_formatplus_blockquoteplus');
/plugin/layeranimation/syntax/
H A Ditem.php30 $this->Lexer->addEntryPattern('<item>(?=.*?</item>)',$mode,'plugin_layeranimation_item');
31 $this->Lexer->addEntryPattern('<item .+?>(?=.*?</item>)',$mode,'plugin_layeranimation_item');
35 $this->Lexer->addExitPattern('</item.*?>', 'plugin_layeranimation_item');
/plugin/structodt/syntax/
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/formatplus2/syntax/
H A Dblockquoteplus.php49 …$this->Lexer->addEntryPattern('<quote>(?=.*</quote>)', $mode, 'plugin_formatplus2_blockquoteplus');
50 …$this->Lexer->addEntryPattern('<quote [^>\r\n]+?>(?=.*</quote>)', $mode, 'plugin_formatplus2_block…
56 $this->Lexer->addExitPattern('</quote>', 'plugin_formatplus2_blockquoteplus');
H A Dquoteplus.php41 …$this->Lexer->addEntryPattern('\x22\x22=[^\x22\r\n]+?\|(?=.*\x22\x22)', $mode, 'plugin_formatplus2…
42 … $this->Lexer->addEntryPattern('\x22\x22(?=.*\x22\x22)', $mode, 'plugin_formatplus2_quoteplus');
48 $this->Lexer->addExitPattern('\x22\x22', 'plugin_formatplus2_quoteplus');
/plugin/markdowku/
H A Dolists.php23 $this->Lexer->addEntryPattern(
28 $this->Lexer->addPattern(
34 $this->Lexer->addExitPattern(
H A Dulists.php24 $this->Lexer->addEntryPattern(
29 $this->Lexer->addPattern(
35 $this->Lexer->addExitPattern(
/plugin/phosphor/
H A Dphblock.php39 $this->Lexer->addEntryPattern('<phosphor>(?=.*?</phosphor>)',$mode,'plugin_phosphor_phblock');
40 … $this->Lexer->addEntryPattern('<phosphor .+?>(?=.*?</phosphor>)',$mode,'plugin_phosphor_phblock');
44 $this->Lexer->addExitPattern('</phosphor.*?>', 'plugin_phosphor_phblock');
/plugin/bbcodeextensions/syntax/
H A Dkbd.php14 …$this->Lexer->addEntryPattern($this->makepatterns('kbd')[0], $mode, 'plugin_bbcodeextensions_kbd');
18 $this->Lexer->addExitPattern($this->makepatterns('kbd')[1] ,'plugin_bbcodeextensions_kbd');
H A Dsamp.php14 …$this->Lexer->addEntryPattern($this->makepatterns('samp')[0], $mode, 'plugin_bbcodeextensions_samp…
18 $this->Lexer->addExitPattern($this->makepatterns('samp')[1] ,'plugin_bbcodeextensions_samp');
H A Dhil.php11 …$this->Lexer->addEntryPattern($this->makepatterns('hil')[0], $mode, 'plugin_bbcodeextensions_hil');
15 $this->Lexer->addExitPattern($this->makepatterns('hil')[1] ,'plugin_bbcodeextensions_hil');
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');
/plugin/webcomponent/syntax/
H A Dblockquote.php85 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
92 …$this->Lexer->addExitPattern('</' . self::getTagName() . '>', 'plugin_' . webcomponent::PLUGIN_NAM…
97 …$this->Lexer->addPattern($lookaheadPattern, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->g…
100 …$this->Lexer->addPattern(self::IMAGE_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this-…
/plugin/imageflow/syntax/
H A Dimageflow.php40 …$this->Lexer->addEntryPattern('<imageflow>(?=.*?</imageflow.*?>)',$mode,'plugin_imageflow_imageflo…
41 …$this->Lexer->addEntryPattern('<imageflow [^>]+>(?=</imageflow.*?>)',$mode,'plugin_imageflow_image…
45 $this->Lexer->addPattern('<image\s.*?>.*?</image>','plugin_imageflow_imageflow');
46 $this->Lexer->addPattern('[\r|\n]','plugin_imageflow_imageflow');
47 $this->Lexer->addExitPattern('</imageflow.*?>', 'plugin_imageflow_imageflow');
/plugin/imagereference/syntax/
H A Dtabcaption.php62 $this->Lexer->addEntryPattern('<tabcaption.*?>(?=.*?</tabcaption>)', $mode, 'plugin_imagereference_tabcaption');
66 $this->Lexer->addExitPattern('</tabcaption>', 'plugin_imagereference_tabcaption');
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DLexer.php40 use Hoa\Compiler\Exception\Lexer as SUT;
51 class Lexer extends Test\Unit\Suite class
/plugin/wrap/syntax/
H A Dspan.php28 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
29 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
33 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_wrap_'.$this->getPluginComponent());
/plugin/latex/syntax/
H A Ddollar.php16 $this->Lexer->addEntryPattern('\$(?=.*\$)',$mode,'plugin_latex_dollar');
18 function postConnect() { $this->Lexer->addExitPattern('\$','plugin_latex_dollar'); }
H A Deqnarray.php15 $this->Lexer->addEntryPattern('\x5Cbegin\{eqnarray\}(?=.*\x5Cend\{eqnarray\})',
19 $this->Lexer->addExitPattern('\x5Cend\{eqnarray\}','plugin_latex_eqnarray');

12345678910>>...42