Home
last modified time | relevance | path

Searched refs:unlink (Results 301 – 325 of 402) sorted by relevance

1...<<11121314151617

/plugin/attribute/
H A Dhelper.php469 $result = unlink($filename);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php231 @unlink($extractto);
249 unlink($extractto); // remove temporary gz file
/plugin/siteexport/action/
H A Dajax.php549 if (@unlink($tmpFile[0]) === false) {
1065 if (@unlink($tmpFile[0]) === false) {
1307 if (file_exists($cache) && @unlink($cache) === false) {
1311 if (function_exists('gzopen') && @unlink("{$cache}.gz") === false ) {
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.class.php246 unlink($filename);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php1674 unlink($empty);
1675 unlink($temp);
2277 unlink($dest);
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php160 if (!@unlink($dir.'/'.$obj)) rm_r($dir.'/'.$obj);
/plugin/svg/
H A Dsyntax.php.save106 unlink( $filename );
/plugin/dev/
H A Dcli.php231 if (@unlink($file)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php173 unlink($diffFile);
227 unlink($diffFile);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php817 ->when($result = $wrapper->unlink('hoa://Test/Vfs/Foo?type=file'))
830 ->when($result = $wrapper->unlink('hoa://Test/Vfs/Bar?type=directory'))
/plugin/stats/
H A Dsyntax.php777 @unlink($cache_file);
789 @unlink($cache_file);
/plugin/preservefilenames/
H A Daction_angua.php105 if (@unlink($metaFilePath)) {
/plugin/letsencrypt/
H A DLescript.php152 @unlink($tokenPath);
/plugin/indexmenu/
H A Dadmin.php
/plugin/pubmed2020/classes/
H A Dcache.php335 @unlink($path);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php616 unlink($temp_zip_path);
/plugin/discussion/
H A Daction.php1154 @unlink(metaFN($id, '.indexed'));
1209 @unlink($changelog);
1214 @unlink($changelog.'_tmp');
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php322 @unlink($tempFileToDelete);
845 if (@unlink($fullfilename)) {
861 if (@unlink($fullfilename)) {
884 if (@unlink($fullfilename)) {
906 if (@unlink($fullfilename)) {
2433 @unlink($IMtempfilename);
2440 @unlink($IMtempfilename);
2449 @unlink($IMtempfilename);
4497 unlink($tempfilename);
4513 unlink($tempnam);
[all …]
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php185 if (@unlink($phpThumb->cache_filename)) {
/plugin/txtconf/
H A Dconfig0.class.php91 if (@file_exists($file.'.bak')) @unlink($file.'.bak');
/plugin/offline/
H A Dcreate.php425 if (!unlink($filenameWithPathStr)) {
/plugin/dokutexit/
H A Dconfig.php618 unlink($zipfn);
/plugin/file2dw/
H A Daction.php606 (is_dir("$dir/$file")) ? $this->_delTree("$dir/$file") : unlink("$dir/$file");
/plugin/statdisplay/helper/
H A Dlog.php42 @unlink($this->logcache);
/plugin/captcha/
H A Dhelper.php

1...<<11121314151617