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.interp158 orderBys
H A DPageSqlParser.php53 'orderBys', 'orderByDef', 'pageSql'
945 public function orderBys() : Context\OrderBysContext function in ComboStrap\\PageSqlParser\\PageSqlParser
1110 $this->orderBys();
2004 public function orderBys() : ?OrderBysContext function in ComboStrap\\PageSqlParser\\Context\\PageSqlContext
/plugin/combo/grammar/
H A DPageSql.g4232 orderBys: ORDER (RANDOM|BY orderByDef (COMMA orderByDef)*) ;
245 orderBys?