Home
last modified time | relevance | path

Searched refs:pageLookupResults (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/Action/
H A DSearch.php16 protected $pageLookupResults = []; variable in dokuwiki\\Action\\Search
58 $search = new \dokuwiki\Ui\Search($this->pageLookupResults, $this->fullTextResults, $this->highlight);
71 $this->pageLookupResults = ft_pageLookup($QUERY, true, useHeading('navigation'), $after, $before);
/dokuwiki/inc/Ui/
H A DSearch.php15 protected $pageLookupResults = []; variable in dokuwiki\\Ui\\Search
22 * @param array $pageLookupResults pagename lookup results in the form [pagename => pagetitle]
26 public function __construct(array $pageLookupResults, array $fullTextResults, $highlight) argument
35 $this->pageLookupResults = $pageLookupResults;
51 $searchHTML .= $this->getPageLookupHTML($this->pageLookupResults);