Home
last modified time | relevance | path

Searched refs:unlink (Results 1 – 25 of 402) sorted by path

12345678910>>...17

/plugin/404manager/_test/
H A Dmanager.test.php450 unlink($filenameMigrated);
/plugin/404manager/
H A Dadmin.php752 $res = unlink(self::DATA_STORE_CONF_FILE_PATH);
/plugin/abc/
H A Dsyntax.php253 unlink($d);
298 if(file_exists($epsFile)) unlink($epsFile);
319 if(file_exists($psFile)) unlink($psFile);
/plugin/accscounter/
H A Daction.php82 if (!unlink($dir . $file)) {
88 unlink($dir . '.htaccess');
113 if (!unlink($filename)) {
140 if (!unlink($filename)) {
159 (is_dir("$dir/$file")) ? $this->delTree("$dir/$file") : unlink("$dir/$file");
181 unlink($dir_name . "/" . $file);
H A Dadmin.php92 …if (file_exists($achelper->counterFN($page, '.number')) and @unlink($achelper->counterFN($page, '.…
93 …if (file_exists($achelper->counterFN($page, '.ip')) and @unlink($achelper->counterFN($page, '.ip')…
/plugin/addressbook/helper/
H A Ddb.php97 unlink($file);
/plugin/advanced/admin/
H A Dimport.php149 unlink($archive_file);
/plugin/approve/helper/
H A Ddb.php95 unlink($file);
/plugin/archiveupload/
H A Daction.php244 unlink($this->tmpdir.'/'.$fn_old);
248 unlink($this->tmpdir.'/'.$fn_old);
252 unlink($this->tmpdir.'/'.$fn_old);
268 @unlink($this->tmpdir.'/'.$fn_old);
/plugin/attribute/
H A Dhelper.php469 $result = unlink($filename);
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php57 @unlink($storageFile . '.lock');
133 if (! @unlink($file)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php165 unlink($file);
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php7 unlink($dist.'/random_compat.phar');
/plugin/autolink2/
H A Dadmin.php50 @unlink($old);
H A Dhelper.php291 @unlink($cache);
/plugin/backlinks2/_test/
H A Dsyntax.test.php74 unlink(DOKU_TMP_DATA.'cache/debug.log');
H A Dsyntax_exclude.test.php72 unlink(DOKU_TMP_DATA.'cache/debug.log');
H A Dsyntax_include.test.php72 unlink(DOKU_TMP_DATA.'cache/debug.log');
H A Dsyntax_include_deep.test.php72 unlink(DOKU_TMP_DATA.'cache/debug.log');
/plugin/backup/
H A Dadmin.php31 unlink($dir. DIRECTORY_SEPARATOR .$object);
160 @unlink($fn);
/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
H A DBarcodeTest.php59 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
79 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
H A DDatamatrixTest.php54 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
72 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
H A DPDF417Test.php54 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
72 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
H A DQRcodeTest.php56 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
74 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
/plugin/bashorg/
H A Dbash.org.php42 @unlink("quote_cache.txt");
58 @unlink("quote_cache.txt");

12345678910>>...17