Searched refs:pageLookupResults (Results 1 – 2 of 2) sorted by relevance
19 protected $pageLookupResults = []; variable in dokuwiki\\Action\\Search61 …$search = new \dokuwiki\Ui\Search($this->pageLookupResults, $this->fullTextResults, $this->highlig…74 $this->pageLookupResults = (new MetadataSearch())->pageLookup(
17 protected $pageLookupResults = []; variable in dokuwiki\\Ui\\Search24 * @param array $pageLookupResults pagename lookup results in the form [pagename => pagetitle]28 public function __construct(array $pageLookupResults, array $fullTextResults, $highlight) argument36 $this->pageLookupResults = $pageLookupResults;52 $searchHTML .= $this->getPageLookupHTML($this->pageLookupResults);