Home
last modified time | relevance | path

Searched refs:unlink (Results 126 – 150 of 402) sorted by relevance

12345678910>>...17

/plugin/ckgedit/action/
H A Dmeta.php164 if(!unlink($fn)) $this->ajax_debug("delete failed");
173 if(!unlink($fn)) {
617 unlink($path);
668 @unlink($fckl_draft);
669 @unlink($cname);
675 unlink($fckl_draft);
/plugin/stale/
H A Dhelper.php62 unlink($file);
/plugin/gdpr/_test/
H A DCleanUser.test.php33 unlink(getCacheName('_cleandeletedusernames_counter', '.counter.gdpr'));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DFilesystemCache.php61 if (file_exists($path) && false === @unlink($path)) {
/plugin/latexport/helpers/
H A Darchive_helper_zip.php69 unlink($this->temporaryZipFilename);
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1050 if (file_exists($cachefile_lock)) @unlink($cachefile_lock);
1052 return @unlink($cachefile);
1067 if (file_exists($cachefile_lock)) @unlink($cachefile_lock);
1084 unlink($cachefile_lock);
1100 @unlink($cachefile_lock); // destroy the lock file for the next attempt
/plugin/tindexmenu/inc/
H A Drepo.class.php27 @unlink($zipfile);
/plugin/flowchartjs/
H A Dadmin.php37 if (unlink(DOKU_PLUGIN.'flowchartjs/styles/'.$s.'.json')){
/plugin/indexmenu/inc/
H A Drepo.class.php32 @unlink($zipfile);
/plugin/virtualgroup/
H A Daction.php
/plugin/stopforumspam/_test/
H A DLoggerTest.php40 unlink($logfile);
/plugin/cleanup/
H A Dhelper.php101 if(@unlink($file)){
132 @unlink($testfile);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php372 return @unlink($this->getStreamName());
375 return @unlink(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DAbstractServer.php54 unlink($myPath);
/plugin/webdav/
H A Daction.php46 if (@unlink($metafile)) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DAutoprefixerFilter.php76 unlink($output);
/plugin/structnotification/helper/
H A Ddb.php94 unlink($file);
/plugin/notification/helper/
H A Ddb.php94 unlink($file);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php112 unlink($path);
/plugin/struct/helper/
H A Ddb.php73 unlink($file);
/plugin/addressbook/helper/
H A Ddb.php97 unlink($file);
/plugin/telleveryone/helper/
H A Ddb.php95 unlink($file);
/plugin/gtime/
H A Drenderer.php109 unlink($filetemp);
/plugin/ireadit/helper/
H A Ddb.php95 unlink($file);
/plugin/approve/helper/
H A Ddb.php95 unlink($file);

12345678910>>...17