Home
last modified time | relevance | path

Searched refs:Lexer (Results 101 – 125 of 1044) sorted by relevance

12345678910>>...42

/plugin/latex/syntax/
H A Deqnarraystar.php15 $this->Lexer->addEntryPattern('\x5Cbegin\{eqnarray\*\}(?=.*\x5Cend\{eqnarray\*\})',
19 $this->Lexer->addExitPattern('\x5Cend\{eqnarray\*\}','plugin_latex_eqnarraystar');
H A Dequation.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{equation\}(?=.*\x5Cend\{equation\})',
20 $this->Lexer->addExitPattern('\x5Cend\{equation\}','plugin_latex_equation');
H A Dequationstar.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{equation\*\}(?=.*\x5Cend\{equation\*\})',
20 $this->Lexer->addExitPattern('\x5Cend\{equation\*\}','plugin_latex_equationstar');
H A Dlatex.php24 $this->Lexer->addEntryPattern('\x3Clatex\x3E(?=.*\x3C/latex\x3E)',$mode,'plugin_latex_latex');
28 $this->Lexer->addExitPattern('\x3C/latex\x3E','plugin_latex_latex');
H A Ddisplaymath.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{displaymath\}(?=.*\x5Cend\{displaymath\})',
20 $this->Lexer->addExitPattern('\x5Cend\{displaymath\}','plugin_latex_displaymath');
H A Dddollar.php19 $this->Lexer->addEntryPattern('\$\$(?=.*\$\$)',$mode,'plugin_latex_ddollar');
21 function postConnect() { $this->Lexer->addExitPattern('\$\$','plugin_latex_ddollar'); }
/plugin/typography/syntax/
H A Dfontcolor.php32 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
39 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
H A Dfontfamily.php32 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
39 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
H A Dfontsize.php32 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
39 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
/plugin/latex-was/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');
H A Ddisplaymath.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{displaymath\}(?=.*\x5Cend\{displaymath\})',
20 $this->Lexer->addExitPattern('\x5Cend\{displaymath\}','plugin_latex_displaymath');
H A Deqnarraystar.php15 $this->Lexer->addEntryPattern('\x5Cbegin\{eqnarray\*\}(?=.*\x5Cend\{eqnarray\*\})',
19 $this->Lexer->addExitPattern('\x5Cend\{eqnarray\*\}','plugin_latex_eqnarraystar');
H A Dequation.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{equation\}(?=.*\x5Cend\{equation\})',
20 $this->Lexer->addExitPattern('\x5Cend\{equation\}','plugin_latex_equation');
H A Dequationstar.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{equation\*\}(?=.*\x5Cend\{equation\*\})',
20 $this->Lexer->addExitPattern('\x5Cend\{equation\*\}','plugin_latex_equationstar');
/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/netlogo/syntax/
H A Dapplet.php60 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo\?[^\} ]*do=download[^\} ]* ?\}\}',$mode,'medi…
61 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo ?\}\}',$mode,'plugin_netlogo_applet'); …
62 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo\?[^\} ]+ ?\}\}',$mode,'plugin_netlogo_applet'…
63 …$this->Lexer->addSpecialPattern('\{\{[^\}\|]+\.nlogo ?\|\}\}',$mode,'plugin_netlogo_applet'); …
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php49 class Lexer class
215 throw new Compiler\Exception\Lexer(
238 throw new Compiler\Exception\Lexer(
289 throw new Compiler\Exception\Lexer(
/plugin/syntaxhighlighter4/
H A Dsyntax.php57 … $this->Lexer->addEntryPattern('<sxh(?=[^\r\n]*?>.*?</sxh>)', $mode, 'plugin_syntaxhighlighter4');
60 …$this->Lexer->addEntryPattern('<' . $tag . '(?=[^\r\n]*?>.*?</' . $tag . '>)', $mode, 'plugin_synt…
65 $this->Lexer->addExitPattern('</sxh>', 'plugin_syntaxhighlighter4');
68 $this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_syntaxhighlighter4');
/plugin/bbcode/
H A Ddeleted.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[s\](?=.*?\x5B/s\x5D)',$mode,'deleted'…
23 function postConnect() { $this->Lexer->addExitPattern('\[/s\]','deleted'); }
H A Dbold.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[b\](?=.*?\x5B/b\x5D)',$mode,'strong')…
23 function postConnect() { $this->Lexer->addExitPattern('\[/b\]','strong'); }
H A Ditalic.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[i\](?=.*?\x5B/i\x5D)',$mode,'emphasis…
23 function postConnect() { $this->Lexer->addExitPattern('\[/i\]','emphasis'); }
H A Dmonospace.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[m\](?=.*?\x5B/m\x5D)',$mode,'monospac…
23 function postConnect() { $this->Lexer->addExitPattern('\[/m\]','monospace'); }
H A Dunderline.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[u\](?=.*?\x5B/u\x5D)',$mode,'underlin…
23 function postConnect() { $this->Lexer->addExitPattern('\[/u\]','underline'); }
/plugin/poem/
H A Dblock.php20 $this->Lexer->addEntryPattern('<poem>\n?',$mode,'plugin_poem_block');
24 $this->Lexer->addExitPattern('</poem>','plugin_poem_block');

12345678910>>...42