Home
last modified time | relevance | path

Searched defs:rid (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Search/Index/
H A DFileIndex.php27 public function changeRow(int $rid, string $value): void
68 public function retrieveRow(int $rid): string
H A DMemoryIndex.php69 public function changeRow(int $rid, string $value): void
81 public function retrieveRow(int $rid): string
H A DAbstractIndex.php142 abstract public function changeRow(int $rid, string $value);
152 abstract public function retrieveRow(int $rid): string;