Searched +full:global_sort +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 4 of 4) sorted by relevance
/plugin/issuetracker/conf/ |
H A D | default.php | 46 $conf['global_sort'] = "SORT_DESC"; // sort order of selected key
|
H A D | metadata.php | 46 $meta['global_sort'] = array('multichoice', '_choices' => array('SORT_DESC', 'SORT_ASC')); // gl…
|
/plugin/issuetracker/ |
H A D | syntax.php | 1980 …if($up) { @array_multisort($up, constant($this->getConf('global_sort')), $down, SORT_ASC, $issues)…
|
H A D | action.php | 3235 …if($up) { @array_multisort($up, constant($this->getConf('global_sort')), $down, SORT_ASC, $issues)…
|