Searched refs:getPID (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | indexer_pid.test.php | 10 $syntaxPID = $indexer->getPID('wiki:syntax'); 12 $dokuwikiPID = $indexer->getPID('wiki:dokuwiki'); 14 …$this->assertEquals($syntaxPID, $indexer->getPID('wiki:syntax'), 'getPID(\'wiki:syntax\') didn\'t …
|
| H A D | indexer_rename.test.php | 23 $oldpid = $this->indexer->getPID($this->old_id); 28 …$this->assertNotEquals($this->indexer->getPID($this->old_id), $oldpid, 'PID for the old page uncha… 29 … $this->assertEquals($this->indexer->getPID($newid), $oldpid, 'New page has not the old pid.'); 39 $oldpid = $this->indexer->getPID($this->old_id); 40 $existingpid = $this->indexer->getPID($newid); 44 …$this->assertNotEquals($this->indexer->getPID($this->old_id), $oldpid, 'PID for old page unchanged… 45 …$this->assertNotEquals($this->indexer->getPID($this->old_id), $existingpid, 'PID for old page is n… 46 … $this->assertEquals($this->indexer->getPID($newid), $oldpid, 'New page has not the old pid.');
|
| /dokuwiki/inc/ |
| H A D | indexer.php | 171 $pid = $Indexer->getPID($page);
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 549 public function getPID($page) function in dokuwiki\\Search\\Indexer
|