Home
last modified time | relevance | path

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

/dokuwiki/bin/
H A Dwantedpages.php168 $pid = $page['id'];
176 $this->result[$pid][] = $mid;
178 $this->result[$mid][] = $pid;
/dokuwiki/inc/
H A DAjax.php381 foreach ($pages as $pid => $title) {
382 if (strpos(getNS($pid), $id) !== false) {
384 $dirs[getNS($pid)] = 1; // assoc array avoids dupes
387 $data[] = ['id' => $pid, 'title' => $title, 'type' => 'f'];
389 unset($pages[$pid]);
H A Dindexer.php171 $pid = $Indexer->getPID($page);
172 if ($pid === false) {
187 $data = ['page' => $page, 'body' => $body, 'metadata' => $metadata, 'pid' => $pid];
/dokuwiki/inc/Search/
H A DIndexer.php41 $pid = $this->getPIDNoLock($page);
42 if ($pid === false) {
60 $index[$wid] = $this->updateTuple($idx, $pid, $freq);
71 $pageword_idx = $this->getIndexKey('pageword', '', $pid);
86 $index[$wid] = $this->updateTuple($index[$wid], $pid, 0);
93 if (!$this->saveIndexKey('pageword', '', $pid, $pageword_idx)) {
182 $pid = $this->getPIDNoLock($page);
183 if ($pid === false) {
194 $this->saveIndexKey('title', '', $pid, $value);
207 $val_idx = $this->getIndexKey($metaname . '_p', '', $pid);
575 getPageFromPID($pid) global() argument
[all...]
/dokuwiki/inc/lang/fi/
H A Dread.txt