Lines Matching refs:sort
39 * Where to sort in?
151 //Main sort method
155 $sort = 't';
157 $sort = 'd';
159 $sort = 0;
161 //sort directories in the same way as files
163 //sort headpages up
165 //Metadata sort method
171 //reverse sort
174 if ($sort) $jsAjax .= "&sort=" . $sort;
315 [ //2=sort
316 'sort' => $sort,
411 //sort, msort, rsort, nsort, hsort
412 $sort = $data[2];
461 $html = $this->buildHtmlIndexmenu($ns, $js_dTreeOpts, $sort, $opts, $jsVersion);
491 * @param array $sort entries: sort, msort, rsort, nsort, hsort
499 private function buildHtmlIndexmenu($ns, $js_dTreeOpts, $sort, $opts, $jsVersion)
504 $search = new Search($sort);
519 $output_js .= $this->buildFancyTree($js_name, $ns, $opts, $sort);
544 private function buildFancyTree($js_name, $ns, $opts, $sort)
561 'sort' => $sort,