Searched refs:getRelativeFilePath (Results 1 – 3 of 3) sorted by relevance
93 $this->getRelativeFilePath($event->data['file'], $conf['datadir']) :145 protected function getRelativeFilePath($fullPath, $dataDir) { function in action_plugin_deletepageguard178 return $this->getRelativeFilePath($filePath, $conf['datadir']);
144 public function getRelativeFilePath($fullPath, $dataDir) { function in TestableDeletePageGuard145 return parent::getRelativeFilePath($fullPath, $dataDir);
163 … $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');