Searched refs:candidates (Results 1 – 2 of 2) sorted by relevance
83 $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 argument215 foreach ($candidates->getPages() as $id => $score) {
170 var candidates = element.getElementsByTagName("*");171 var len = candidates.length;174 if (qq.hasClass(candidates[i], className)){175 result.push(candidates[i]);