Home
last modified time | relevance | path

Searched refs:unlink (Results 101 – 125 of 402) sorted by relevance

12345678910>>...17

/plugin/linkback/
H A Dtools.php197 @ unlink($changelog);
202 @ unlink($changelog . '_tmp');
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php47 unlink($this->path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php47 unlink($this->path);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DFileTest.php9 if (file_exists(SABRE_TEMPDIR . '/filebackend')) unlink(SABRE_TEMPDIR .'/filebackend');
/plugin/publish/action/
H A Dremoveattic.php44 @unlink($fn);
/plugin/combo/ComboStrap/
H A DMutex.php59 @unlink($this->filePath);
/plugin/removeold/
H A Dadmin.php180 $result = unlink(DOKU_INC.$file);
231 unlink($path);
/plugin/quickstats/scripts/
H A Dget_geocity2.php129 unlink ($discard);
150 unlink($del);
/plugin/projects/lib/
H A Dmutex.php39 if ($this->locked) @unlink($this->filename);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DTestUtil.php19 unlink(SABRE_TEMPDIR . '/testdb.sqlite');
/plugin/nspages/
H A Daction.php34 unlink(action_plugin_nspages::legacySyntaxFilename());
/plugin/logindelay/helper/
H A Dlog.php28 @unlink($this->statFile);
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php62 unlink($file);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DFilesystemUtils.php32 unlink($file);
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php7 unlink($dist.'/random_compat.phar');
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php7 unlink($dist.'/random_compat.phar');
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.output.ps2pdf.class.php47 unlink($tmp_filename);
/plugin/zip/pear/File/Archive/
H A DWriter.php68 unlink($tmpfile);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DTestUtil.php26 unlink($myPath);
/plugin/spatialhelper/admin/
H A Dpurge.php55 if (file_exists($path) && unlink($path)) {
/plugin/iptrust/
H A Dadmin.php95 @unlink($conf['cachedir'].'/iptrust');
197 @unlink($conf['cachedir'].'/iptrust');
/plugin/iptrust2/
H A Dadmin.php83 @unlink($conf['cachedir'].'/iptrust');
185 @unlink($conf['cachedir'].'/iptrust');
/plugin/move/helper/
H A Drewrite.php180 unlink($lockfile);
197 unlink($lockfile);
/plugin/clearhistory/
H A Dadmin.php199 @unlink(wikiFN($match[4][$i], $time)); //try the original name
200 … @unlink(wikiFN($match[4][$max - 1], $time)); //try the latest name (move plugin) issue #1
/plugin/ckgdoku/action/
H A Dmeta.php138 if(!unlink($fn)) $this->ajax_debug("delete failed");
147 if(!unlink($fn)) {
582 unlink($path);
631 @unlink($fckl_draft);
632 @unlink($cname);
638 unlink($fckl_draft);

12345678910>>...17