Home
last modified time | relevance | path

Searched refs:BACKLINKS (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php29 const BACKLINKS = "backlinks"; define in ComboStrap\\PageSqlTreeListener
167 if ($this->tableName === self::BACKLINKS) {
177 if ($this->tableName === self::BACKLINKS) {
346 case self::BACKLINKS:
367 case self::BACKLINKS:
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.interp134 BACKLINKS
205 BACKLINKS
H A DPageSqlLexer.tokens60 BACKLINKS=60
H A DPageSql.tokens60 BACKLINKS=60
H A DPageSql.interp134 BACKLINKS
H A DPageSqlLexer.php33 PAGES = 59, BACKLINKS = 60, DESCENDANTS = 61, StringLiteral = 62,
H A DPageSqlParser.php37 PAGES = 59, BACKLINKS = 60, DESCENDANTS = 61, StringLiteral = 62,
367 …_la) & ~0x3f) === 0 && ((1 << $_la) & ((1 << self::PAGES) | (1 << self::BACKLINKS) | (1 << self::D…
1279 public function BACKLINKS() : ?TerminalNode function in ComboStrap\\PageSqlParser\\Context\\TableNamesContext
1281 return $this->getToken(PageSqlParser::BACKLINKS, 0);
/plugin/combo/grammar/
H A DPageSql.g481 BACKLINKS: B A C K L I N K S;
83 tableNames: PAGES | BACKLINKS | DESCENDANTS;
/plugin/combo/syntax/
H A Diterator.php398 case PageSqlTreeListener::BACKLINKS: