Lines Matching refs:sort
35 var $sort=false; variable in syntax_plugin_indexmenu_indexmenu
134 $sort='t';
136 $sort='d';
137 } else $sort=0;
165 if ($sort) $jsajax .= "&sort=".$sort;
176 $sort,
258 $this->sort = $myns[2];
267 if ($this->sort || $this->msort || $this->rsort) {
673 sort($dirs);
711 $sort=false;
714 ($this->nsort) ? $page=$item['hns'] : $sort=0;
718 if ($this->msort) $sort=p_get_metadata($page,$this->msort);
719 if (!$sort && $this->sort) {
720 switch ($this->sort) {
722 $sort=$item['title'];
725 $sort=@filectime(wikiFN($page));
730 if ($sort===false) $sort=noNS($item['id']);
731 return $sort;