Home
last modified time | relevance | path

Searched refs:rmdir (Results 1 – 25 of 98) sorted by relevance

1234

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DReactJsxFilter.php51 rmdir($inputDir);
59 rmdir($outputDir);
69 rmdir($outputDir);
H A DPackagerFilter.php57 rmdir($package);
H A DTypeScriptFilter.php58 rmdir($inputDirPath);
H A DEmberPrecompileFilter.php61 rmdir($inputDirPath);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFilesystemHelper.php23 rmdir($filename);
28 rmdir($dir);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DFilesystemUtils.php41 rmdir($file);
46 rmdir($directory);
/plugin/accscounter/
H A Daction.php89 …if (rmdir($dir)) echo '<br>' . $this->getLang('complete') . '<br><br>'; else echo '<br>' . $this->…
161 return rmdir($dir);
177 rmdir($dir_name . "/" . $file);
185 if (!rmdir($dir_name)) return false;
/plugin/autolink3/
H A Dajax.php96 @rmdir($lock);
162 @rmdir($lock);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php487 public function rmdir($path, $options) function in Hoa\\Protocol\\Wrapper
490 return rmdir(static::realPath($path));
493 return rmdir(static::realPath($path), $this->context);
/plugin/cronojob/jobs/
H A Dclearcache.php64 if (@rmdir($fileglob)) {
104 if (@rmdir($fileglob)) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php219 return @rmdir($from);
222 return @rmdir($from, $this->getStreamContext()->getContext());
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php118 public function rmdir($path, $options); function
/plugin/structtemplate/_vagrant/
H A Ddeprovision_dokuwiki_from_but_protect.sh58 rmdir ${dir}
/plugin/archiveupload/
H A Daction.php278 @rmdir($dir);
285 @rmdir($dir);
/plugin/quickstats/scripts/
H A Dget_geocity2.php140 rmdir($geo_dir_name);
153 rmdir($this->tempdir . '/' .'tmp');
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php65 rmdir($dirPath);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DTestUtil.php33 rmdir($path);
/plugin/quickstats/GEOIP/vendor/
H A Dcheck_dir.php54 rmdir($City_dnld_dir);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php259 rmdir($path->getPathname());
265 rmdir($directory);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DAbstractServer.php60 if ($deleteRoot) rmdir($path);
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php61 if (!rmdir($dir)) {
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php62 if (!rmdir($dir)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php133 rmdir($this->path);
/plugin/deletehistory/
H A Dhelper.php60 rmdir($file->getPathname());
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php133 rmdir($this->path);

1234