Home
last modified time | relevance | path

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

/plugin/todo/syntax/
Dlist.php179 …search($todopages, $conf['datadir'], array($this, 'search_todos'), $opts); //browse wiki pages wit…
181 $todopages = $this->filterpages($todopages, $data);
183 foreach($todopages as &$page) {
196 $this->htmlShort($renderer, $todopages, $data);
198 $this->htmlTodoTable($renderer, $todopages, $data);
332 private function filterpages($todopages, $data) { argument
335 if(isset($todopages) && count($todopages)>0) {
336 foreach($todopages as $page) {
355 private function htmlShort($R, $todopages, $data) { argument
356 if (is_null($todopages)) return;
[all …]