Home
last modified time | relevance | path

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

/plugin/subjectindex/inc/
H A Dcommon.php22 class SI_Index implements Iterator { class
101 * @return SI_Index
115 $index = new SI_Index($fpaths, $fpids);
150 function __construct(SI_Index $index = null) {
218 * @param SI_Index $index The SI entry index
221 private function _remove_invalid_entries(SI_Index $index, $all_pages) {
263 * @return SI_Index
271 $index = new SI_Index($paths, $pids);
279 $index = new SI_Index();
299 static function save_index(SI_Index $index) {
/plugin/subjectindex/syntax/
H A Dindex.php148 private function _create_index(SI_Index $section_entries, $all_pages, $hideAtoZ, $proper) {