Home
last modified time | relevance | path

Searched refs:Lexer (Results 101 – 125 of 1044) sorted by last modified time

12345678910>>...42

/plugin/combo/syntax/
H A Drelated.php83 $this->Lexer->addSpecialPattern($extraPattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dtoc.php86 $this->Lexer->addSpecialPattern($specialPattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dxmlinlineemptytag.php59 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcode.php94 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
104 $this->Lexer->addExitPattern('</' . self::CODE_TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcontentlist.php169 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
177 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Ddisqus.php72 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dlink.php236 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
245 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dmath.php77 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dmedia.php223 $this->Lexer->addSpecialPattern(self::MEDIA_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dmenubar.php130 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
138 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dmetadata.php134 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dminimap.php27 $this->Lexer->addSpecialPattern($pattern, $aMode, 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 Dnavbargroup.php103 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
112 $this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dstrong.php86 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
94 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dtab.php89 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
97 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerMoreAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
11 * Implements the `more` lexer action by calling {@see Lexer::more()}.
53 * This action is implemented by calling {@see Lexer::more()}.
55 public function execute(Lexer $lexer) : void
H A DLexerPopModeAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
11 * Implements the `popMode` lexer action by calling {@see Lexer::popMode()}.
53 * This action is implemented by calling {@see Lexer::popMode()}.
55 public function execute(Lexer $lexer) : void
H A DLexerPushModeAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
11 * Implements the `pushMode` lexer action by calling {@see Lexer::pushMode()}
59 * This action is implemented by calling {@see Lexer::pushMode()} with the
62 public function execute(Lexer $lexer) : void
H A DLexerSkipAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
11 * Implements the `skip` lexer action by calling {@see Lexer::skip()}.
53 * This action is implemented by calling {@see Lexer::skip()}.
55 public function execute(Lexer $lexer) : void
H A DLexerTypeAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
11 * Implements the `type` lexer action by calling {@see Lexer::setType()}
24 * @param int $type The type to assign to the token using {@see Lexer::setType()}.
64 * This action is implemented by calling {@see Lexer::setType()} with the
67 public function execute(Lexer $lexer) : void
/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...]
H A DLexerActionExecutor.php13 use Antlr\Antlr4\Runtime\Lexer; alias
144 * particular {@see Lexer}.
152 * @param Lexer $lexer The lexer instance.
164 public function execute(Lexer $lexer, CharStream $input, int $startIndex) : void
/plugin/combo/grammar/
H A DPageSql.g47 Lexer (ie token)
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php10 use Antlr\Antlr4\Runtime\Lexer; alias
20 final class PageSqlLexer extends Lexer

12345678910>>...42