Searched refs:customSearch (Results 1 – 2 of 2) sorted by relevance
| /plugin/indexmenu/ |
| D | Search.php | 234 $this->customSearch($data, $dataDir, $callback, $opts, $fsDir); 626 public function customSearch(&$data, $base, $func, $opts, $dir = '', $lvl = 1) function in dokuwiki\\plugin\\indexmenu\\Search 668 $this->customSearch($data, $base, $func, $opts, $dirOrFile['file'], $lvl + 1); 677 $this->customSearch($data, $base, $func, $opts, $dir, $lvl + 1);
|
| D | action.php | 514 … $search->customSearch($data, $conf['datadir'], [$search, 'searchIndexmenuItems'], $opts, $fsdir);
|