Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Index/
H A DFileIndex.php27 public function changeRow(int $rid, string $value): void function in dokuwiki\\Search\\Index\\FileIndex
H A DMemoryIndex.php69 public function changeRow(int $rid, string $value): void function in dokuwiki\\Search\\Index\\MemoryIndex
H A DAbstractIndex.php142 abstract public function changeRow(int $rid, string $value); function in dokuwiki\\Search\\Index\\AbstractIndex