Home
last modified time | relevance | path

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

/plugin/subjectindex/syntax/
H A Dindex.php136 $section_entries = $all_entries->filtered($opt['section'], $opt['regex']);
137 $count = count($section_entries->paths);
138 … $lines = $this->_create_index($section_entries, $all_pages, $opt['hideatoz'], $opt['proper']);
148 private function _create_index(SI_Index $section_entries, $all_pages, $hideAtoZ, $proper) { argument
154 list($next_entry, $next_pid) = $section_entries->current();
162 list($next_entry, $next_pid) = $section_entries->next();
229 } while ($section_entries->valid());