Home
last modified time | relevance | path

Searched refs:rrmdir (Results 1 – 3 of 3) sorted by last modified time

/plugin/openlayersmap/admin/
H A Dpurge.php58 if ($this->rrmdir($path)) {
64 if ($this->rrmdir($path)) {
75 private function rrmdir(string $sDir): bool
78 Logger::debug('admin_plugin_openlayersmap_purge::rrmdir: recursively removing path: ', $sDir);
84 $this->rrmdir("$sDir/$sFile") : unlink("$sDir/$sFile");
68 private function rrmdir(string $sDir): bool { global() function in admin_plugin_openlayersmap_purge
/plugin/pdftools/
H A Dadmin.php50 $this->rrmdir(DOKU_PLUGIN."dw2pdf/tpl/$command");
207 function rrmdir($src) { function in admin_plugin_pdftools
213 rrmdir($full);
/plugin/ebookexport/
H A Daction.php215 $this->rrmdir($tempdir);
219 private function rrmdir($dir) { function in action_plugin_ebookexport
225 $this->rrmdir($dir."/".$object);