Home
last modified time | relevance | path

Searched refs:Lexer (Results 376 – 400 of 1044) sorted by relevance

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

/plugin/combo/syntax/
H A Dbrand.php105 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
110 $this->Lexer->addSpecialPattern(PluginUtility::getEmptyTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
117 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dheader.php57 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
62 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dnavbarcollapse.php109 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
117 $this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dwebcode.php118 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
126 $this->Lexer->addExitPattern('</' . WebCodeTag::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dhighlightwiki.php120 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
128 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Drailroad.php75 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
84 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/hidden/
H A Dsyntax.php35 $this->Lexer->addEntryPattern('<hidden\b.*?>(?=.*?</hidden>)', $mode,'plugin_hidden');
36 $this->Lexer->addSpecialPattern('<hiddenSwitch[^>]*>', $mode,'plugin_hidden');
39 $this->Lexer->addExitPattern('</hidden>','plugin_hidden');
/plugin/timer/
H A Dsyntax.php38 $this->Lexer->addEntryPattern('<timer.*?>(?=.*?\x3C/timer\x3E)',$mode,'plugin_timer');
41 $this->Lexer->addExitPattern('</timer>','plugin_timer');
/plugin/schedule/syntax/
H A Ddisplay.php28 $this->Lexer->addEntryPattern ('<schedule[^>]*>', $mode, 'plugin_schedule_display');
31 $this->Lexer->addExitPattern ('</schedule>', 'plugin_schedule_display');
/plugin/markdownextra/
H A Dsyntax.php31 $this->Lexer->addEntryPattern('<markdown>(?=.*</markdown>)', $mode, 'plugin_markdownextra');
35 $this->Lexer->addExitPattern('</markdown>', 'plugin_markdownextra');
/plugin/quizlib/
H A Dsyntax.php30 $this->Lexer->addEntryPattern($this->pattern_start, $mode, 'plugin_quizlib');
34 $this->Lexer->addExitPattern($this->pattern_end, 'plugin_quizlib');
/plugin/datepicker/
H A Dsyntax.php40 $this->Lexer->addSpecialPattern("<datepicker[^>]*>",$mode,'plugin_datepicker');
41 $this->Lexer->addSpecialPattern("<weekpicker[^>]*>",$mode,'plugin_datepicker');
/plugin/avtaskbox/
H A Dsyntax.php68 $this->Lexer->addEntryPattern('\<task\>', $mode, 'plugin_avtaskbox');
73 $this->Lexer->addExitPattern('\</task\>', 'plugin_avtaskbox');
/plugin/ifauthex/
H A Dsyntax.php82 $this->Lexer->addEntryPattern('<ifauth\b.*?>(?=.*?</ifauth>)', $mode, 'plugin_ifauthex');
88 $this->Lexer->addExitPattern('</ifauth>', 'plugin_ifauthex');
/plugin/tag/syntax/
H A Dtopic.php34 $this->Lexer->addSpecialPattern('\{\{topic>}\}',$mode,'plugin_tag_topic');
35 $this->Lexer->addSpecialPattern('\{\{topic>.+?\}\}',$mode,'plugin_tag_topic');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php18 use Antlr\Antlr4\Runtime\Lexer; alias
37 /** @var Lexer|null */
68 protected $mode = Lexer::DEFAULT_MODE;
81 ?Lexer $recog,
155 $this->mode = Lexer::DEFAULT_MODE;
441 if ($trans->matches($t, Lexer::MIN_CHAR_VALUE, Lexer::MAX_CHAR_VALUE)) {
657 if ($t->matches(Token::EOF, 0, Lexer::MAX_CHAR_VALUE)) {
678 * {@see Lexer::getText()}, {@see Lexer
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/
H A DLexer.php47 class Lexer extends Exception class
/plugin/refnotes/syntax/
H A Dreferences.php102 refnotes_parser_core::getInstance()->registerLexer($this->Lexer);
104 $this->Lexer->addEntryPattern($this->entryPattern, $mode, $this->mode);
108 $this->Lexer->addExitPattern($this->exitPattern, $this->mode);
/plugin/gil/
H A Dsyntax.php103 $this->Lexer->addSpecialPattern (
106 $this->Lexer->addSpecialPattern (
/plugin/math2/
H A Dsyntax.php95 $this->Lexer->addEntryPattern('<m(?=[^\r\n]*?>.*?</m>)',$mode,'plugin_math');
99 $this->Lexer->addExitPattern('</m>','plugin_math');
/plugin/txt2tags/
H A Dsyntax.php33 $this->Lexer->addEntryPattern('<t2t>(?=.*</t2t>)', $mode, 'plugin_txt2tags');
37 $this->Lexer->addExitPattern('</t2t>', 'plugin_txt2tags');
/plugin/block/
H A Dsyntax.php50 …function connectTo($mode) { $this->Lexer->addEntryPattern('<block.*?>(?=.*?</block>)',$mode,'plugi…
51 function postConnect() { $this->Lexer->addExitPattern('</block>','plugin_block'); }
/plugin/yalist/
H A Dsyntax.php49 $this->Lexer->addEntryPattern('\n {2,}(?:--?|\*\*?|\?|::?)', $mode, 'plugin_yalist');
50 $this->Lexer->addEntryPattern('\n\t{1,}(?:--?|\*\*?|\?|::?)', $mode, 'plugin_yalist');
51 $this->Lexer->addPattern('\n {2,}(?:--?|\*\*?|\?|::?|\.\.)', 'plugin_yalist');
52 $this->Lexer->addPattern('\n\t{1,}(?:--?|\*\*?|\?|::?|\.\.)', 'plugin_yalist');
56 $this->Lexer->addExitPattern('\n', 'plugin_yalist');
/plugin/structgantt/
H A Dsyntax.php25 $this->Lexer->addSpecialPattern('----+ *struct gantt *-+\n.*?\n----+', $mode, 'plugin_structgantt');
/plugin/structodt/syntax/
H A Dglobal.php27 $this->Lexer->addSpecialPattern('----+ *struct odt global *-+\n.*?\n----+', $mode, 'plugin_structodt_global');

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