Home
last modified time | relevance | path

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

/plugin/database/
Ddatabase.php630 $sortedList = $sortedListObj->sortedList;
632 foreach($sortedList as $ptr) {
1115 * @param array $sortedList the sorted list
1119 function filter($filters,$sortedList) { argument
1161 $recordObj = $this->recordObjs[$sortedList[$recCounter]];
1845 * @param array $sortedList the sorted list of record IDs
1850 function list_all($tab, $list,$sortedList='',$sortedColumnId=0) { argument
1924 $recPointer= $sortedList[$recCounter];
2158 var $sortedList = array(); variable in SortedArray
2177 $this->sortedList[$counter] = $testObj->id;
[all …]