Home
last modified time | relevance | path

Searched refs:rmdir (Results 51 – 75 of 98) sorted by last modified time

1234

/plugin/archiveupload/
H A Daction.php278 @rmdir($dir);
285 @rmdir($dir);
/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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1rmdir rsync screen scp sdiff sed select seq set sftp shift shopt shutdown ' +\n 'sleep sort sou…
/plugin/pycode/
H A Dmethod.php910 rmdir($path);
/plugin/glossary/
H A Dglossary.class.php434 @rmdir ($cacheDir);
817 @rmdir ($subDir);
/plugin/langdelete/
H A Dadmin.php461 $sucess = @rmdir ($path);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php783 $this->function->rmdir = function ($path) use (&$_path) {
786 return rmdir($path);
791 ->when($result = $wrapper->rmdir('hoa://Test/Vfs/Bar?type=directory', 0))
804 ->when($result = $wrapper->rmdir('hoa://Test/Vfs/Foo?type=file', 0))
/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar278 is_dir($f) ? @rmdir($f) : @unlink($f);
285 @rmdir($temp);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DHTMLTest.php38 $fileInfo->isDir() ? rmdir($pathname) : unlink($pathname);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php144 rmdir(sys_get_temp_dir().'/framework-yml-lint-test');
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php118 public function rmdir($path, $options); function
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php219 return @rmdir($from);
222 return @rmdir($from, $this->getStreamContext()->getContext());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFilesystemHelper.php23 rmdir($filename);
28 rmdir($dir);
/plugin/file2dw/
H A Daction.php608 return rmdir($dir);
/plugin/odtplus2dw/
H A Daction.php401 if ( file_exists( $this->uploadDir.'/'.$this->pictpath) ) if ( ! @rmdir( $this->uploadDir.'/'.$this->pictpath ) ) $this->_msg( array( 'er_pg_dir', $this->uploadDir.'/'.$this->pictpath ) );
403 if ( file_exists( $this->uploadDir ) ) if ( ! @rmdir( $this->uploadDir ) ) $this->_msg( array( 'er_pg_dir', $this->uploadDir ) );
/plugin/pdb/classes/
H A Dcache.php155 @rmdir($this->mediaDir);
/plugin/pubchem/classes/
H A Dcache.php155 @rmdir($this->mediaDir);
/plugin/ckgdoku/action/
H A Dmeta.php585 rmdir($path);
/plugin/pubmed/classes/
H A Dcache.php155 @rmdir($this->mediaDir);
/plugin/autolink3/
H A Dajax.php96 @rmdir($lock);
162 @rmdir($lock);
/plugin/fckg/action/
H A Dmeta.php259 rmdir($path);
/plugin/docsearch/
H A Dcron.php138 return rmdir($dirname);
/plugin/cacherevisionseraser/
H A Dadmin.php394 if (@rmdir($fileglob)) {
436 if (@rmdir($fileglob)) {
476 if (@rmdir($fileglob)) {
/plugin/ebookexport/
H A Daction.php230 rmdir($dir);

1234