Home
last modified time | relevance | path

Searched refs:DESC (Results 1 – 13 of 13) sorted by relevance

/template/strap/db/combo/
H A Dupdate0006.sql10 create index if not exists PAGES_DATE_MODIFED ON PAGES (DATE_MODIFIED DESC);
11 create index if not exists PAGES_DATE_CREATED ON PAGES (DATE_CREATED DESC);
12 create index if not exists PAGES_DATE_PUBLISHED ON PAGES (DATE_CREATED DESC);
H A Dupdate0007.sql14 create index if not exists DATE_START ON PAGES (DATE_START DESC);
15 create index if not exists DATE_END ON PAGES (DATE_END DESC);
/template/strap/action/
H A Dqualitymutation.php26 const DESC = "desc"; define in action_plugin_combo_qualitymutation
83 $desc = $data[self::DESC];
119 … self::DESC => "The variable ($variableName) has the new value ($newValue) overriding ($oldValue)"
/template/strap/db/combo-secondary/
H A Dupdate0002.sql11 create index if not exists CACHE_LOG_TIMESTAMP ON CACHE_LOG (TIMESTAMP DESC);
H A Dupdate0001.sql19 create index if not exists REDIRECTIONS_LOG_TIMESTAMP ON REDIRECTIONS_LOG (TIMESTAMP DESC);
/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlLexer.interp111 DESC
182 DESC
H A DPageSql.tokens37 DESC=37
H A DPageSqlLexer.tokens37 DESC=37
H A DPageSql.interp111 DESC
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,
1066 if ($_la === self::ASC || $_la === self::DESC) {
1071 if (!($_la === self::ASC || $_la === self::DESC)) {
2030 public function DESC() : ?TerminalNode function in ComboStrap\\PageSqlParser\\Context\\OrderByDefContext
2032 return $this->getToken(PageSqlParser::DESC, 0);
/template/strap/grammar/
H A DPageSql.g450 DESC: D E S C;
237 orderByDef: SqlName (ASC | DESC)? ;
/template/strap/ComboStrap/
H A DPageSqlTreeListener.php233 case PageSqlParser::DESC: