Home
last modified time | relevance | path

Searched refs:Lexer (Results 126 – 150 of 1044) sorted by path

12345678910>>...42

/plugin/catlist/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('<catlist[^>]*>', $aMode, 'plugin_catlist');
/plugin/changemarks/
H A Ddeleted.php28 $this->Lexer->addEntryPattern('<del[^\r\n]*?>(?=.*?</del>)', $mode, $this->ins);
29 $this->Lexer->addEntryPattern('\-\-[^\r\n]*?>(?=.*?\-\-)', $mode, $this->ins);
33 $this->Lexer->addExitPattern('\-\-', $this->ins);
34 $this->Lexer->addExitPattern('</del>', $this->ins);
H A Dhighlighted.php28 $this->Lexer->addEntryPattern('\!\![^\r\n]*?>(?=.*?\!\!)', $mode, $this->ins);
32 $this->Lexer->addExitPattern('\!\!', $this->ins);
H A Dinserted.php28 $this->Lexer->addEntryPattern('<ins[^\r\n]*?>(?=.*?</ins>)', $mode, $this->ins);
29 $this->Lexer->addEntryPattern('\+\+[^\r\n]*?>(?=.*?\+\+)', $mode, $this->ins);
33 $this->Lexer->addExitPattern('\+\+', $this->ins);
34 $this->Lexer->addExitPattern('</ins>', $this->ins);
/plugin/changes/
H A Dsyntax.php49 $this->Lexer->addSpecialPattern('\{\{changes>[^}]*\}\}', $mode, 'plugin_changes');
/plugin/chem/
H A Dsyntax.php9 …function connectTo($mode) { $this->Lexer->addEntryPattern('<chem>(?=.*?</chem>)',$mode,'plugin_che…
10 function postConnect() { $this->Lexer->addExitPattern('</chem>','plugin_chem'); }
/plugin/chordsheets/
H A Dsyntax.php21 … $this->Lexer->addEntryPattern('<chordSheet.*?>(?=.*?</chordSheet>)',$mode,'plugin_chordsheets');
22 $this->Lexer->addSpecialPattern('%.*?\[\w+\]', $mode,'plugin_chordsheets');
24 …public function postConnect() { $this->Lexer->addExitPattern('</chordSheet>','plugin_chordsheets')…
/plugin/ckgdoku/syntax/
H A Dfont.php28 …function connectTo($mode) { $this->Lexer->addEntryPattern('<font.*?>(?=.*?</font>)',$mode,'plugin_…
29 function postConnect() { $this->Lexer->addExitPattern('</font>','plugin_ckgdoku_font'); }
H A Dspecials.php56 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_OPEN~~',$mode,'plugin_ckgdoku_specials');
57 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_CLOSE~~',$mode,'plugin_ckgdoku_specials');
58 $this->Lexer->addSpecialPattern('~~COMPLEX_TABLES~~',$mode,'plugin_ckgdoku_specials');
59 … $this->Lexer->addSpecialPattern('~~NO_STYLING~~',$mode,'plugin_ckgdoku_specials');
60 … $this->Lexer->addSpecialPattern('~~AUTO_INTERNAL_LINKS~~',$mode,'plugin_ckgdoku_specials');
62 …$this->Lexer->addEntryPattern('~~START_HTML_BLOCK~~(?=.*?~~CLOSE_HTML_BLOCK~~)',$mode,'plugin_ckgd…
66 …function postConnect() { $this->Lexer->addExitPattern('~~CLOSE_HTML_BLOCK~~','plugin_ckgdoku_speci…
/plugin/ckgedit/syntax/
H A Dfont.php28 …function connectTo($mode) { $this->Lexer->addEntryPattern('<font.*?>(?=.*?</font>)',$mode,'plugin_…
29 function postConnect() { $this->Lexer->addExitPattern('</font>','plugin_ckgedit_font'); }
H A Dspecials.php56 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_OPEN~~',$mode,'plugin_ckgedit_specials');
57 $this->Lexer->addSpecialPattern('~~MULTI_PLUGIN_CLOSE~~',$mode,'plugin_ckgedit_specials');
58 $this->Lexer->addSpecialPattern('~~COMPLEX_TABLES~~',$mode,'plugin_ckgedit_specials');
59 … $this->Lexer->addSpecialPattern('~~NO_STYLING~~',$mode,'plugin_ckgedit_specials');
60 …$this->Lexer->addEntryPattern('~~START_HTML_BLOCK~~(?=.*?~~CLOSE_HTML_BLOCK~~)',$mode,'plugin_ckge…
61 … $this->Lexer->addSpecialPattern('~~AUTO_INTERNAL_LINKS~~',$mode,'plugin_ckgedit_specials');
65 …function postConnect() { $this->Lexer->addExitPattern('~~CLOSE_HTML_BLOCK~~','plugin_ckgedit_speci…
/plugin/clearfloat/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('~~CLEARFLOAT~~',$mode,'plugin_clearfloat');
39 $this->Lexer->addSpecialPattern('~~CL~~',$mode,'plugin_clearfloat');
/plugin/cli/
H A Dsyntax.php102 $this->Lexer->addEntryPattern('<cli(?:[)]?' .
122 $this->Lexer->addExitPattern('\r?\n?</cli>','plugin_cli');
/plugin/clipboardutils/
H A Dsyntax.php44 $this->Lexer->addSpecialPattern('<(?:clipb?)\b.*?>.*?</clipb>', $mode, 'plugin_clipboardutils');
/plugin/clippy/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern( '<clippy>.*?</clippy>', $mode, 'plugin_clippy' );
/plugin/clock/
H A Dsyntax.php36 $this->Lexer->addSpecialPattern (
/plugin/cloud/
H A Dsyntax.php27 $this->Lexer->addSpecialPattern('~~\w*?CLOUD.*?~~', $mode, 'plugin_cloud');
/plugin/cnmap/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('{{cnmap>.*?}}',$mode,'plugin_cnmap');
58 // $this->Lexer->addExitPattern('</FIXME>', 'plugin_cnmap');
/plugin/code2/
H A Dsyntax.php436 $this->Lexer->addEntryPattern(
804 $this->Lexer->addExitPattern('(?<=\n)\x3C\x2Fcode\x3E',
/plugin/code39/
H A Dsyntax.php51 $this->Lexer->addEntryPattern('<code39.*?>(?=.*?</code39>)', $mode, 'plugin_code39');
56 $this->Lexer->addExitPattern('</code39>', 'plugin_code39');
/plugin/codebender/syntax/
H A Dsyntax.php41 …$this->Lexer->addEntryPattern('<codebender>(?=.*?</codebender.*?>)',$mode,'plugin_codebender_synta…
45 $this->Lexer->addExitPattern('</codebender>','plugin_codebender_syntax');
/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');
H A Dspecials.php26 $this->Lexer->addSpecialPattern('~~codedoc:.*?~~',$mode,'plugin_codedoc_specials');
/plugin/codeprettify/syntax/
H A Dcode.php55 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
57 $this->Lexer->addEntryPattern($this->pattern[11], $mode, $this->mode);
63 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
65 $this->Lexer->addExitPattern($this->pattern[14], $this->mode);
/plugin/codify/
H A Dsyntax.php16 $this->Lexer->addEntryPattern('<codify.*?>(?=.*?</codify>)', $mode, 'plugin_codify');
20 $this->Lexer->addExitPattern('</codify>', 'plugin_codify');

12345678910>>...42