Home
last modified time | relevance | path

Searched refs:Lexer (Results 51 – 75 of 1044) sorted by relevance

12345678910>>...42

/plugin/dokupp/
H A Dsyntax.php18 $this->Lexer->addSpecialPattern('@#:%[0-9]*u@', $mode, 'plugin_dokupp');
20 $this->Lexer->addSpecialPattern('@#[a-z]*=\d*@', $mode, 'plugin_dokupp');
22 $this->Lexer->addSpecialPattern('@#@', $mode, 'plugin_dokupp');
/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/wrap/syntax/
H A Ddiv.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());
34 $this->Lexer->addPattern('[ \t]*={2,}[^\n]+={2,}[ \t]*(?=\n)', 'plugin_wrap_'.$this->getPluginComponent());
/plugin/dirtylittlehelper/syntax/
H A Dsidebar.php66 …$this->Lexer->addSpecialPattern('\<dlh\.togglesb\>',$mode,'plugin_dirtylittlehelper_'.$this->getPl…
67 …$this->Lexer->addSpecialPattern('\<dlh\.nosb\>',$mode,'plugin_dirtylittlehelper_'.$this->getPlugin…
68 …$this->Lexer->addSpecialPattern('\<dlh\.hidesb\>',$mode,'plugin_dirtylittlehelper_'.$this->getPlug…
/plugin/mediasyntax/syntax/
H A Dlistblock.php23 $this->Lexer->addEntryPattern(
29 $this->Lexer->addPattern(
37 $this->Lexer->addExitPattern(
/plugin/spreadout/
H A Dsyntax.php71 $this->Lexer->addSpecialPattern('(?<=[.\?\!\:]) {2,}', $aMode, 'plugin_spreadout');
72 … $this->Lexer->addSpecialPattern('(?<=[.\?\!\:][\)\]\}\"\']) {2,}', $aMode, 'plugin_spreadout');
73 … $this->Lexer->addSpecialPattern('(?<=[.\?\!\:][\]\}\"\']) {2,}', $aMode, 'plugin_spreadout');
/plugin/layeranimation/syntax/
H A Dlayer.php30 $this->Lexer->addEntryPattern('<layer>(?=.*?</layer>)',$mode,'plugin_layeranimation_layer');
31 … $this->Lexer->addEntryPattern('<layer .+?>(?=.*?</layer>)',$mode,'plugin_layeranimation_layer');
35 $this->Lexer->addExitPattern('</layer.*?>', 'plugin_layeranimation_layer');
H A Danimation.php30 …$this->Lexer->addEntryPattern('<animation>(?=.*?</animation>)',$mode,'plugin_layeranimation_animat…
31 …$this->Lexer->addEntryPattern('<animation .+?>(?=.*?</animation>)',$mode,'plugin_layeranimation_an…
35 $this->Lexer->addExitPattern('</animation.*?>', 'plugin_layeranimation_animation');
/plugin/keyboard/
H A Dsyntax.php31 $this->Lexer->addEntryPattern('<key class="[^"]*">', $mode, 'plugin_keyboard');
32 $this->Lexer->addEntryPattern('<kbd class="[^"]*">', $mode, 'plugin_keyboard');
33 $this->Lexer->addEntryPattern('<key>', $mode, 'plugin_keyboard');
34 $this->Lexer->addEntryPattern('<kbd>', $mode, 'plugin_keyboard');
38 $this->Lexer->addExitPattern('</key>', 'plugin_keyboard');
39 $this->Lexer->addExitPattern('</kbd>', 'plugin_keyboard');
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DLexer.php3 use Twig\Lexer; alias
8 class Twig_Lexer extends Lexer
/plugin/imagelink/syntax/
H A Dimagelink.php39 $this->Lexer->addEntryPattern($this->pattern_start,$mode,'plugin_imagelink_imagelink');
43 $this->Lexer->addPattern("\{\{(?:[^\}]|(?:\}[^\}]))+\}\}",'plugin_imagelink_imagelink');
45 $this->Lexer->addExitPattern($this->pattern_end,'plugin_imagelink_imagelink');
/plugin/webcomponent/syntax/
H A Ddropdown.php89 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
92 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
101 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . …
104 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
/plugin/codedoc/
H A Dblock.php30 $this->Lexer->addEntryPattern('<codedoc.*?>(?=.*?</codedoc>)',$mode,'plugin_codedoc_block');
31 … $this->Lexer->addEntryPattern('<codetoggle.*?>(?=.*?</codetoggle)',$mode,'plugin_codedoc_block');
34 $this->Lexer->addExitPattern('</codedoc>','plugin_codedoc_block');
35 $this->Lexer->addExitPattern('</codetoggle>','plugin_codedoc_block');
/plugin/formatplus2/syntax/
H A Dblockinsertplus.php49 … $this->Lexer->addEntryPattern('<ins>(?=.*</ins>)', $mode, 'plugin_formatplus2_blockinsertplus');
50 …$this->Lexer->addEntryPattern('<ins [^>\r\n]+? @[^>\r\n]+?>(?=.*</ins>)', $mode, 'plugin_formatplu…
51 …$this->Lexer->addEntryPattern('<ins [^>\r\n]+?>(?=.*</ins>)', $mode, 'plugin_formatplus2_blockinse…
57 $this->Lexer->addExitPattern('</ins>', 'plugin_formatplus2_blockinsertplus');
H A Dblockdeleteplus.php53 … $this->Lexer->addEntryPattern('<del>(?=.*</del>)', $mode, 'plugin_formatplus2_blockdeleteplus');
55 …$this->Lexer->addEntryPattern('<del [^>\r\n]+? @[^>\r\n]+?>(?=.*</del>)', $mode, 'plugin_formatplu…
56 …$this->Lexer->addEntryPattern('<del [^>\r\n]+?>(?=.*</del>)', $mode, 'plugin_formatplus2_blockdele…
62 $this->Lexer->addExitPattern('</del>', 'plugin_formatplus2_blockdeleteplus');
/plugin/formatplus/syntax/
H A Dblockinsertplus.php49 … $this->Lexer->addEntryPattern('<ins>(?=.*</ins>)', $mode, 'plugin_formatplus_blockinsertplus');
50 …$this->Lexer->addEntryPattern('<ins [^>\r\n]+? @[^>\r\n]+?>(?=.*</ins>)', $mode, 'plugin_formatplu…
51 …$this->Lexer->addEntryPattern('<ins [^>\r\n]+?>(?=.*</ins>)', $mode, 'plugin_formatplus_blockinser…
57 $this->Lexer->addExitPattern('</ins>', 'plugin_formatplus_blockinsertplus');
H A Dblockdeleteplus.php53 … $this->Lexer->addEntryPattern('<del>(?=.*</del>)', $mode, 'plugin_formatplus_blockdeleteplus');
55 …$this->Lexer->addEntryPattern('<del [^>\r\n]+? @[^>\r\n]+?>(?=.*</del>)', $mode, 'plugin_formatplu…
56 …$this->Lexer->addEntryPattern('<del [^>\r\n]+?>(?=.*</del>)', $mode, 'plugin_formatplus_blockdelet…
62 $this->Lexer->addExitPattern('</del>', 'plugin_formatplus_blockdeleteplus');
/plugin/emphasis/syntax/
H A Dbackground.php22 $this->Lexer->addEntryPattern(';{2,}(?=.*?;{2,})', $mode, 'plugin_emphasis_background');
26 $this->Lexer->addExitPattern(';{2,}', 'plugin_emphasis_background');
/plugin/nodisp/syntax/
H A Dstack.php8 …function connectTo($mode) { $this->Lexer->addEntryPattern('<nodisp.*?>(?=.*?</nodisp>)',$mode,'plu…
9 function postConnect() { $this->Lexer->addExitPattern('</nodisp>','plugin_nodisp_stack'); }
H A Dnormal.php8 …function connectTo($mode) { $this->Lexer->addEntryPattern('{nodisp.*?}(?=.*?{/nodisp})',$mode,'plu…
9 function postConnect() { $this->Lexer->addExitPattern('{/nodisp}','plugin_nodisp_normal'); }
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLexer.php40 use Hoa\Compiler\Llk\Lexer as SUT;
51 class Lexer extends Test\Unit\Suite class
301 ->isInstanceOf(LUT\Exception\Lexer::class)
327 ->isInstanceOf(LUT\Exception\Lexer::class)
414 ->isInstanceOf(LUT\Exception\Lexer::class)
/plugin/phosphor/
H A Dphitem.php39 $this->Lexer->addEntryPattern('<item>(?=.*?</item>)',$mode,'plugin_phosphor_phitem');
40 $this->Lexer->addEntryPattern('<item .+?>(?=.*?</item>)',$mode,'plugin_phosphor_phitem');
44 $this->Lexer->addExitPattern('</item.*?>', 'plugin_phosphor_phitem');
/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/numberedheadings/
H A Dsyntax.php55 $this->Lexer->addSpecialPattern($this->pattern[0], $mode, $this->mode);
56 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
59 $this->Lexer->addSpecialPattern(
61 $this->Lexer->addSpecialPattern(
/plugin/include/syntax/
H A Dinclude.php53 $this->Lexer->addSpecialPattern("{{page>.+?}}", $mode, 'plugin_include_include');
54 $this->Lexer->addSpecialPattern("{{section>.+?}}", $mode, 'plugin_include_include');
55 $this->Lexer->addSpecialPattern("{{namespace>.+?}}", $mode, 'plugin_include_include');
56 $this->Lexer->addSpecialPattern("{{tagtopic>.+?}}", $mode, 'plugin_include_include');

12345678910>>...42