Searched refs:sort_opts (Results 1 – 4 of 4) sorted by relevance
104 $sort_opts = [];288 $sort_opts['key'][] = $key;319 $sort_opts['dir'][] = $dir;336 $sort_opts['type'][] = $type;362 return [$sort_array, $sort_opts, $group_opts];604 * @param mixed $sort_opts : options for how the array should be sorted611 final public function msort(array &$sort_array, $sort_opts): bool argument615 if (is_array($sort_opts) && $sort_opts !== []) {616 if (isset($sort_opts['assoc'])) {626 $keys = $sort_opts['key'];[all …]
239 $sort_opts = [];279 [$sort_array, $sort_opts, $group_opts] = $pq->buildSortingArray($results, $data);293 $pq->msort($sort_array, $sort_opts);
300 var sort_opts = t.tf_sortSlc, paging = t.tf_displayPaging;333 if(sort_opts) OptArray.sort();