Lines Matching refs:list
59 $list = json_decode($INPUT->str('selection', '', true), true);
60 if(!is_array($list) || empty($list)) {
68 $list = $savedselection['selection'];
71 $list = $this->collectPagesOfNS();
81 foreach($list as $index => $pageid) {
84 unset($list[$index]);
87 … $list = array_filter($list, 'strlen'); //use of strlen() callback prevents removal of pagename '0'
101 foreach($list as $page) {
168 $list = [];
170 $list[] = $item['id'];
174 if (!in_array($pdfnamespace . ':' . $conf['start'], $list, true)) {
176 array_unshift($list, rtrim($pdfnamespace, ':'));
180 return $list;