Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DIndexer.php60 $index[$wid] = $this->updateTuple($idx, $pid, $freq);
86 $index[$wid] = $this->updateTuple($index[$wid], $pid, 0);
242 $metaidx[$id] = $this->updateTuple($metaidx[$id], $pid, 0);
246 $metaidx[$id] = $this->updateTuple($metaidx[$id], $pid, 1);
341 $newindexline = $this->updateTuple($newindexline, $id, $count);
425 $index[$wid] = $this->updateTuple($index[$wid], $pid, 0);
442 $meta_idx[$id] = $this->updateTuple($meta_idx[$id], $pid, 0);
1184 protected function updateTuple($line, $id, $count)
1156 protected function updateTuple($line, $id, $count) { global() function in dokuwiki\\Search\\Indexer