Home
last modified time | relevance | path

Searched refs:sortList (Results 1 – 5 of 5) sorted by relevance

/plugin/rater/scripts/
Djquery.tablesorter.js128 sortList: [], property
567 function updateHeaderSortCount(table, sortList) { argument
569 l = sortList.length;
571 var s = sortList[i],
580 function multisort(table, sortList, cache) { argument
587 l = sortList.length;
592 var c = sortList[i][0];
593 var order = sortList[i][1];
630 … benchmark("Sorting on " + sortList.toString() + " and dir " + order + " time:", sortTime);
744 config.sortList = [];
[all …]
/plugin/noticeboard/noticeboard/classes/
DNoticeList.php193 $array = $this->sortList($array);
216 $array = $this->sortList($array);
298 private function sortList($array){ function in helper_plugin_noticeboard_NoticeList
/plugin/noticeboard/classes/
DNoticeList.php193 $array = $this->sortList($array);
216 $array = $this->sortList($array);
298 private function sortList($array){ function in helper_plugin_noticeboard_NoticeList
/plugin/imagemapping/
Djquery.imagemapster.js8sortList:!1,listenToList:!1,mapKey:"",mapValue:"",singleSelect:!1,listKey:"value",listSelectedAttr… property
/plugin/imapmarkers/
Djquery.imagemapster.js151 sortList: false, property
2748 if (opts.sortList) {
2749 if (opts.sortList === 'desc') {