Searched refs:changeRow (Results 1 – 9 of 9) sorted by relevance
| /dokuwiki/_test/tests/Search/Index/ |
| H A D | FileIndexTest.php | 26 $index->changeRow(5, 'test'); 30 $index->changeRow(3, 'foo'); 34 $index->changeRow(5, 'bar'); 35 $index->changeRow(7, 'bang'); 44 $index->changeRow(5, 'test');
|
| H A D | MemoryIndexTest.php | 26 $index->changeRow(5, 'test'); 30 $index->changeRow(3, 'foo'); 34 $index->changeRow(5, 'bar'); 35 $index->changeRow(7, 'bang'); 48 $index->changeRow(5, 'test'); 64 $index->changeRow(0, ''); 70 $index->changeRow(3, 'test');
|
| H A D | AbstractIndexTestCase.php | 100 $index->changeRow(5, 'test');
|
| /dokuwiki/inc/Search/Collection/ |
| H A D | DirectCollection.php | 64 $tokenIndex->changeRow($entityId, $token);
|
| H A D | AbstractCollection.php | 448 $reverseIndex->changeRow($entityId, $record); 513 $freqIndex->changeRow($tokenId, $record);
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 463 $reverseIndex->changeRow( 468 $freqIndex->changeRow($oldid, ''); 469 $freqIndex->changeRow($newid, $newFreqLine); 473 $tokenIndex->changeRow($oldid, $newvalue);
|
| /dokuwiki/inc/Search/Index/ |
| H A D | AbstractIndex.php | 142 abstract public function changeRow(int $rid, string $value); function in dokuwiki\\Search\\Index\\AbstractIndex
|
| H A D | MemoryIndex.php | 69 public function changeRow(int $rid, string $value): void function in dokuwiki\\Search\\Index\\MemoryIndex
|
| H A D | FileIndex.php | 27 public function changeRow(int $rid, string $value): void function in dokuwiki\\Search\\Index\\FileIndex
|