Home
last modified time | relevance | path

Searched refs:updateTuple (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/Search/Index/
H A DTupleOpsTest.php47 $result = TupleOps::updateTuple($record, $key, $count);
/dokuwiki/inc/Search/Index/
H A DTupleOps.php22 public static function updateTuple(string $record, int|string $key, int $count): string function in dokuwiki\\Search\\Index\\TupleOps
/dokuwiki/inc/Search/
H A DLegacyIndexer.php218 $newFreqLine = TupleOps::updateTuple($newFreqLine, $entityId, $count);
/dokuwiki/inc/Search/Collection/
H A DAbstractCollection.php512 $record = TupleOps::updateTuple($record, $entityId, $freq);