Searched refs:DESC (Results 1 – 13 of 13) sorted by relevance
| /template/strap/db/combo/ |
| H A D | update0006.sql | 10 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 D | update0007.sql | 14 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 D | qualitymutation.php | 26 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 D | update0002.sql | 11 create index if not exists CACHE_LOG_TIMESTAMP ON CACHE_LOG (TIMESTAMP DESC);
|
| H A D | update0001.sql | 19 create index if not exists REDIRECTIONS_LOG_TIMESTAMP ON REDIRECTIONS_LOG (TIMESTAMP DESC);
|
| /template/strap/ComboStrap/PageSqlParser/ |
| H A D | PageSqlLexer.interp | 111 DESC 182 DESC
|
| H A D | PageSql.tokens | 37 DESC=37
|
| H A D | PageSqlLexer.tokens | 37 DESC=37
|
| H A D | PageSql.interp | 111 DESC
|
| H A D | PageSqlLexer.php | 29 BY = 36, DESC = 37, ESCAPE = 38, FALSE = 39, FROM = 40, GLOB = 41,
|
| H A D | PageSqlParser.php | 33 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 D | PageSql.g4 | 50 DESC: D E S C; 237 orderByDef: SqlName (ASC | DESC)? ;
|
| /template/strap/ComboStrap/ |
| H A D | PageSqlTreeListener.php | 233 case PageSqlParser::DESC:
|