Home
last modified time | relevance | path

Searched refs:unlink (Results 26 – 50 of 402) sorted by last modified time

12345678910>>...17

/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineRightImageConfigCascade.php117 if (!@unlink(DOKU_INC . $path)) {
H A DConfigManagerTwoLineConfigCascade.php96 if (!@unlink($file)) {
/plugin/dev/
H A Dcli.php231 if (@unlink($file)) {
/plugin/bureaucracy/helper/
H A Dfieldnumber.php98 unlink($cache_fn);
/plugin/gitbacked/action/
H A Deditcommit.php191 @unlink($pagePath);
/plugin/gitbacked/lib/
H A DGit.php491 unlink($msgfile);
691 unlink($msgfile);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php89 return unlink($this->getFilePath($filename));
102 unlink($item->getPathname());
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php301 unlink($tempfile);
302 unlink($checkfile);
355 unlink($tempfile);
702 unlink($tempfile_alpha);
714 unlink($tempfile);
779 unlink($tempfile);
937 unlink($tempfile);
1080 unlink($tempfile);
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php53 unlink($path . $tempfilename);
62 unlink($path.$file);
/plugin/dw2pdf/
H A Daction.php55 unlink($this->onetimefile);
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php93 $success = unlink($absolutePath);
H A DMutex.php59 @unlink($this->filePath);
H A DFile.php99 unlink($this->getAbsoluteFileSystemPath());
H A DFetcherMarkup.php488 unlink($snippetCacheFile);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php616 unlink($temp_zip_path);
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php437 (is_dir("$dir/$file")) ? delTree("$dir/$file") : unlink("$dir/$file");
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php7 unlink($dist.'/random_compat.phar');
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php112 unlink($path);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php180 unlink($temp_zip);
239 unlink($temp_dir);
261 unlink($path->getPathname());
/plugin/structodt/
H A Daction.php133 @unlink($page);
140 @unlink($page);
192 @unlink($tmp_file);
243 @unlink($file);
248 @unlink($tmp_file);
H A Dhelper.php113 @unlink($tmp_file); // remove odt file
195 @unlink($file->getRealPath());
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php231 @unlink($extractto);
249 unlink($extractto); // remove temporary gz file
/plugin/upgrade/
H A Dhelper.php256 @unlink($file)
264 @unlink(DOKU_INC . 'install.php');
268 @unlink($conf['cachedir'] . '/messages.txt');
286 @unlink($this->tgzfile);
348 if (file_exists($to) && !@unlink($to)) {
391 * @link http://de.php.net/manual/en/function.unlink.php#87045
401 if (!@unlink($dir . '/' . $obj)) {
/plugin/statistics/inc/pchart/
H A DpCache.php42 unlink($this->CacheFolder.$file);
76 unlink($FileName);
H A DpChart.php3147 unlink($FileName);

12345678910>>...17