Lines Matching refs:list
59 static $list = null; // static to reuse the array for multiple calls.
60 if (is_null($list)) {
61 $list = array();
63 search($list, $conf['datadir'], 'search_list', array(), utf8_encodeFN($ns));
72 $cnt = count($list);
84 if ($list[$i]['id'] == $id) {
87 if ($glob && !preg_match('/' . $glob . '/', noNS($list[$i]['id']))) continue;
88 if ($list[$i]['id'] == $start) continue;
89 if (isHiddenPage($list[$i]['id'])) continue;
94 $next = $list[$i]['id'];
96 $last = $list[$i]['id'];
100 $first = $list[$i]['id'];
102 $prev = $list[$i]['id'];