Lines Matching refs:Lexer
69 …$this->Lexer->addEntryPattern('(?<!\\\\)\$(?=[^\$][^\r\n]*?\$)',$mode,'plugin_mathjax_protecttex');
70 $this->Lexer->addEntryPattern('\$\$(?=.*?\$\$)',$mode,'plugin_mathjax_protecttex');
71 $this->Lexer->addEntryPattern('\\\\\((?=.*?\\\\\))',$mode,'plugin_mathjax_protecttex');
72 $this->Lexer->addEntryPattern('\\\\\[(?=.*?\\\\])',$mode,'plugin_mathjax_protecttex');
74 …$this->Lexer->addEntryPattern('\\\\begin{' . $env . '}(?=.*?\\\\end{' . $env . '})',$mode,'plugin_…
79 $this->Lexer->addEntryPattern('`(?=.*?`)',$mode,'plugin_mathjax_protecttex');
88 …$this->Lexer->addEntryPattern('<' . $tag . '.*?>(?=.*?</' . $tag . '>)',$mode,'plugin_mathjax_prot…
92 $this->Lexer->addExitPattern('\$(?!\$)','plugin_mathjax_protecttex');
93 $this->Lexer->addExitPattern('\\\\\)','plugin_mathjax_protecttex');
94 $this->Lexer->addExitPattern('\\\\\]','plugin_mathjax_protecttex');
96 $this->Lexer->addExitPattern('\\\\end{' . $env . '}','plugin_mathjax_protecttex');
101 $this->Lexer->addExitPattern('`','plugin_mathjax_protecttex');
110 $this->Lexer->addExitPattern('</' . $tag . '>','plugin_mathjax_protecttex');