Home
last modified time | relevance | path

Searched refs:rids (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Search/Index/
H A DFileIndex.php90 public function retrieveRows(array $rids): array argument
93 sort($rids);
94 $next = array_shift($rids);
107 $next = array_shift($rids);
H A DAbstractIndex.php159 * @param int[] $rids
162 abstract public function retrieveRows(array $rids): array; argument
H A DMemoryIndex.php87 public function retrieveRows(array $rids): array argument
90 foreach ($rids as $rid) {