Home
last modified time | relevance | path

Searched refs:GLOB (Results 1 – 8 of 8) sorted by relevance

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.interp115 GLOB
186 GLOB
H A DPageSqlLexer.tokens41 GLOB=41
H A DPageSql.tokens41 GLOB=41
H A DPageSql.interp115 GLOB
H A DPageSqlLexer.php29 BY = 36, DESC = 37, ESCAPE = 38, FALSE = 39, FROM = 40, GLOB = 41,
H A DPageSqlParser.php33 BY = 36, DESC = 37, ESCAPE = 38, FALSE = 39, FROM = 40, GLOB = 41,
688 case self::GLOB:
690 $this->match(self::GLOB);
1617 public function GLOB() : ?TerminalNode function in ComboStrap\\PageSqlParser\\Context\\PredicateContext
1619 return $this->getToken(PageSqlParser::GLOB, 0);
/plugin/combo/grammar/
H A DPageSql.g454 GLOB: G L O B;
212 (GLOB pattern)
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php189 case PageSqlParser::GLOB: