Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Query/
H A DQueryEvaluator.php83 $candidates = end($stack) ?: new PageSet();
84 $stack[] = $this->matchPhrase($phrase, $this->materialize($candidates));
209 * @param PageSet $candidates pages to check (typically the AND'd word results)
212 protected function matchPhrase(string $phrase, PageSet $candidates): PageSet argument
215 foreach ($candidates->getPages() as $id => $score) {
/dokuwiki/lib/scripts/
H A Dfileuploader.js170 var candidates = element.getElementsByTagName("*");
171 var len = candidates.length;
174 if (qq.hasClass(candidates[i], className)){
175 result.push(candidates[i]);