Home
last modified time | relevance | path

Searched refs:Lexer (Results 1 – 25 of 75) sorted by relevance

123

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
48 * @param Lexer $lexer The lexer instance.
50 public function execute(Lexer $lexer) : void;
H A DLexerPopModeAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
55 public function execute(Lexer $lexer) : void
H A DLexerMoreAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
55 public function execute(Lexer $lexer) : void
H A DLexerSkipAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
55 public function execute(Lexer $lexer) : void
H A DLexerTypeAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
67 public function execute(Lexer $lexer) : void
H A DLexerChannelAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
67 public function execute(Lexer $lexer) : void
H A DLexerModeAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
61 public function execute(Lexer $lexer) : void
H A DLexerPushModeAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
62 public function execute(Lexer $lexer) : void
H A DLexerCustomAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
97 public function execute(Lexer $lexer) : void
H A DLexerIndexedCustomAction.php8 use Antlr\Antlr4\Runtime\Lexer; alias
101 public function execute(Lexer $lexer) : void
/template/twigstarter/vendor/twig/twig/lib/Twig/
DLexer.php3 use Twig\Lexer; alias
11 class Twig_Lexer extends Lexer
/template/strap/syntax/
H A Dpreformatted.php108 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
110 … $this->Lexer->addPattern('\n ', PluginUtility::getModeFromTag($this->getPluginComponent()));
111 … $this->Lexer->addPattern('\n\t', PluginUtility::getModeFromTag($this->getPluginComponent()));
123 … $this->Lexer->addExitPattern('\n', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dxmlblocktag.php131 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
138 …$this->Lexer->addExitPattern('</[\w-]+>', PluginUtility::getModeFromTag($this->getPluginComponent(…
H A Diteratordata.php97 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
107 …$this->Lexer->addExitPattern('</' . self::MARKI_PAGE_TAG . '>', PluginUtility::getModeFromTag($thi…
H A Dcomment.php97 …$this->Lexer->addEntryPattern("<!--", $mode, PluginUtility::getModeFromTag($this->getPluginCompone…
105 … $this->Lexer->addExitPattern("-->", PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dbackgrounds.php80 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
88 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
H A Dstrong.php86 …$this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->get…
94 …$this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginCom…
H A Dtabpanels.php93 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
100 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
H A Dcite.php67 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
75 …$this->Lexer->addExitPattern('</' . syntax_plugin_combo_cite::TAG . '>', PluginUtility::getModeFro…
H A Dunit.php88 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' .…
95 …$this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME .…
H A Dxmlprotectedtag.php94 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
104 …$this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComp…
H A Dhighlightmd.php80 …$this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->get…
88 …$this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginCom…
H A Dtab.php89 …$this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginCompo…
97 …$this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPlugi…
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php13 use Antlr\Antlr4\Runtime\Lexer; alias
152 * @param Lexer $lexer The lexer instance.
164 public function execute(Lexer $lexer, CharStream $input, int $startIndex) : void
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DLexerNoViableAltException.php9 use Antlr\Antlr4\Runtime\Lexer; alias
28 …public function __construct(Lexer $lexer, CharStream $input, int $startIndex, ATNConfigSet $deadEn…

123