Home
last modified time | relevance | path

Searched refs:Lexer (Results 251 – 275 of 1044) sorted by last modified time

1...<<11121314151617181920>>...42

/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/discussion/syntax/
H A Dcomments.php44 … $this->Lexer->addSpecialPattern('~~DISCUSSION[^\r\n]*?~~', $mode, 'plugin_discussion_comments');
H A Dthreads.php40 $this->Lexer->addSpecialPattern('\{\{threads>.+?\}\}', $mode, 'plugin_discussion_threads');
/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/changes/
H A Dsyntax.php49 $this->Lexer->addSpecialPattern('\{\{changes>[^}]*\}\}', $mode, 'plugin_changes');
/plugin/publish/
H A Dsyntax.php43 $this->Lexer->addSpecialPattern($this->pattern(),$mode,'plugin_publish');
/plugin/stlviewer/
H A Dsyntax.php37 … $this->Lexer->addSpecialPattern('\{\{[^\}]*?(?:\.stl)[^\}]*?\}\}', $mode, 'plugin_stlviewer');
/plugin/blockquote/syntax/
H A Dblockquote.php44 …$this->Lexer->addEntryPattern('<blockquote.*?>(?=.*?</blockquote>)', $mode, 'plugin_blockquote_blo…
45 … $this->Lexer->addEntryPattern('<QUOTE.*?>(?=.*?</QUOTE>)', $mode, 'plugin_blockquote_blockquote');
49 $this->Lexer->addExitPattern('</blockquote>', 'plugin_blockquote_blockquote');
50 $this->Lexer->addExitPattern('</QUOTE>', 'plugin_blockquote_blockquote');
H A Dcite.php41 $this->Lexer->addEntryPattern('<cite.*?>(?=.*?</cite>)', $mode, 'plugin_blockquote_cite');
45 $this->Lexer->addExitPattern('</cite>', 'plugin_blockquote_cite');
H A Dq.php41 $this->Lexer->addEntryPattern('<q.*?>(?=.*?</q>)', $mode, 'plugin_blockquote_q');
42 $this->Lexer->addEntryPattern('<quote.*?>(?=.*?</quote>)', $mode, 'plugin_blockquote_q');
46 $this->Lexer->addExitPattern('</q>', 'plugin_blockquote_q');
47 $this->Lexer->addExitPattern('</quote>', 'plugin_blockquote_q');
/plugin/sapnotelink/
H A Dsyntax.php28 $this->Lexer->addSpecialPattern('SAP#[0-9]{1,10}',$mode,'plugin_sapnotelink');
29 $this->Lexer->addSpecialPattern('sap#[0-9]{1,10}',$mode,'plugin_sapnotelink');
/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/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());
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/tablewidth/
H A Dsyntax.php31 $this->Lexer->addSpecialPattern('[\t ]*\n\|<[^\n]+?>\|(?=\s*?\n[|^])', $mode, $this->mode);
/plugin/dokucrypt2/
H A Dsyntax.php56 $this->Lexer->addEntryPattern(
64 $this->Lexer->addExitPattern('</ENCRYPTED>', 'plugin_dokucrypt2');
/plugin/avbarchart/
H A Dsyntax.php59 $this->Lexer->addEntryPattern('\<barchart\>', $mode, 'plugin_avbarchart');
64 $this->Lexer->addExitPattern('\</barchart\>', 'plugin_avbarchart');
/plugin/avtaskbox/
H A Dsyntax.php68 $this->Lexer->addEntryPattern('\<task\>', $mode, 'plugin_avtaskbox');
73 $this->Lexer->addExitPattern('\</task\>', 'plugin_avtaskbox');
/plugin/catlist/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('<catlist[^>]*>', $aMode, 'plugin_catlist');
/plugin/yourip/
H A Dsyntax.php35 $this->Lexer->addSpecialPattern('~~YOURIP_.*?~~',$mode,'plugin_yourip');
/plugin/davcal/syntax/
H A Dcalendar.php44 $this->Lexer->addSpecialPattern('\{\{davcal>[^}]*\}\}',$mode,'plugin_davcal_calendar');
45 … $this->Lexer->addSpecialPattern('\{\{davcalclient>[^}]*\}\}',$mode,'plugin_davcal_calendar');
H A Dtable.php44 $this->Lexer->addSpecialPattern('\{\{davcaltable>[^}]*\}\}',$mode,'plugin_davcal_table');
/plugin/pot/
H A Dsyntax.php46 …$this->Lexer->addEntryPattern('<[P|p][O|o][T|t]\b *[^>]*>(?=.*?<\/[P|p][O|o][T|t]>)', $mode, 'plug…
50 $this->Lexer->addExitPattern('<\/[P|p][O|o][T|t]>', 'plugin_pot');

1...<<11121314151617181920>>...42