Searched refs:updateTuple (Results 1 – 4 of 4) sorted by relevance
47 $result = TupleOps::updateTuple($record, $key, $count);
22 public static function updateTuple(string $record, int|string $key, int $count): string function in dokuwiki\\Search\\Index\\TupleOps
218 $newFreqLine = TupleOps::updateTuple($newFreqLine, $entityId, $count);
512 $record = TupleOps::updateTuple($record, $entityId, $freq);