Home
last modified time | relevance | path

Searched refs:getRelativeFilePath (Results 1 – 3 of 3) sorted by relevance

/plugin/deletepageguard/
H A Daction.php93 $this->getRelativeFilePath($event->data['file'], $conf['datadir']) :
145 protected function getRelativeFilePath($fullPath, $dataDir) { function in action_plugin_deletepageguard
178 return $this->getRelativeFilePath($filePath, $conf['datadir']);
/plugin/deletepageguard/tests/
H A Dplugin_test_adapter.php144 public function getRelativeFilePath($fullPath, $dataDir) { function in TestableDeletePageGuard
145 return parent::getRelativeFilePath($fullPath, $dataDir);
H A Dtest_runner.php163 … $result = $plugin->getRelativeFilePath('/var/www/data/pages/namespace/page.txt', '/var/www/data');
169 $result = $plugin->getRelativeFilePath('/var/www/data/pages/ns1/ns2/page.txt', '/var/www/data');
175 …$result = $plugin->getRelativeFilePath('C:\\dokuwiki\\data\\pages\\test\\page.txt', 'C:\\dokuwiki\…
181 $result = $plugin->getRelativeFilePath('/var/www/data/other/file.txt', '/var/www/data');