Searched refs:renamePage (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/_test/tests/Search/ | ||
| H A D | IndexerTest.php | 60 $indexer->renamePage('old_name', 'new_name'); |
| /dokuwiki/inc/Search/ | ||
| H A D | LegacyIndexer.php | 101 public function renamePage(string $oldpage, string $newpage): bool|string function in dokuwiki\\Search\\LegacyIndexer |
| H A D | Indexer.php | 247 public function renamePage(string $oldpage, string $newpage): void function in dokuwiki\\Search\\Indexer |