Home
last modified time | relevance | path

Searched refs:orderBys (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
DPivot.php101 public function setOrderBys($orderBys) argument
103 $this->orderBys = $orderBys;
110 return $this->orderBys;
DRunRealtimeReportRequest.php149 public function setOrderBys($orderBys) argument
151 $this->orderBys = $orderBys;
158 return $this->orderBys;
DRunReportRequest.php223 public function setOrderBys($orderBys) argument
225 $this->orderBys = $orderBys;
232 return $this->orderBys;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
DReportRequest.php217 public function setOrderBys($orderBys) argument
219 $this->orderBys = $orderBys;
226 return $this->orderBys;
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp159 orderBys
H A DPageSqlParser.php996 public function orderBys() : Context\OrderBysContext function in ComboStrap\\PageSqlParser\\PageSqlParser
1161 $this->orderBys();
2092 public function orderBys() : ?OrderBysContext function in ComboStrap\\PageSqlParser\\Context\\PageSqlContext
/plugin/combo/grammar/
H A DPageSql.g4235 orderBys: ORDER (RANDOM|BY orderByDef (COMMA orderByDef)*) ;
248 orderBys?