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/
H A DPivot.php101 public function setOrderBys($orderBys) argument
103 $this->orderBys = $orderBys;
110 return $this->orderBys;
H A DRunRealtimeReportRequest.php149 public function setOrderBys($orderBys) argument
151 $this->orderBys = $orderBys;
158 return $this->orderBys;
H A DRunReportRequest.php223 public function setOrderBys($orderBys) argument
225 $this->orderBys = $orderBys;
232 return $this->orderBys;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A 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.php53 'tables', 'limit', 'orderBys', 'orderByDef', 'pageSql'
996 public function orderBys() : Context\OrderBysContext
1161 $this->orderBys();
2092 public function orderBys() : ?OrderBysContext
945 public function orderBys() : Context\OrderBysContext global() function in ComboStrap\\PageSqlParser\\PageSqlParser
2004 public function orderBys() : ?OrderBysContext global() function in ComboStrap\\PageSqlParser\\Context\\PageSqlContext
/plugin/combo/grammar/
H A DPageSql.g4235 orderBys: ORDER (RANDOM|BY orderByDef (COMMA orderByDef)*) ;
248 orderBys?