Home
last modified time | relevance | path

Searched refs:unlink (Results 26 – 50 of 402) sorted by relevance

12345678910>>...17

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOSqliteTest.php16 unlink(SABRE_TEMPDIR . '/testdb.sqlite');
33 unlink(SABRE_TEMPDIR . '/testdb.sqlite');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DPDOSqliteTest.php15 if (file_exists(SABRE_TEMPDIR . '/pdobackend')) unlink(SABRE_TEMPDIR . '/pdobackend');
16 if (file_exists(SABRE_TEMPDIR . '/pdobackend2')) unlink(SABRE_TEMPDIR . '/pdobackend2');
/plugin/siteexport/_test/
H A Dplugin_siteexport_javascript.test.php17 if (@unlink($compressed) === false || @unlink($uncompressed) === false) {
/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/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DPDOSqliteTest.php11 if (file_exists(SABRE_TEMPDIR . '/pdobackend')) unlink(SABRE_TEMPDIR . '/pdobackend');
12 if (file_exists(SABRE_TEMPDIR . '/pdobackend2')) unlink(SABRE_TEMPDIR . '/pdobackend2');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyJsFilter.php137 unlink($input);
141 unlink($output);
156 unlink($output);
H A DUglifyJs2Filter.php130 unlink($input);
134 unlink($output);
150 unlink($output);
H A DPackagerFilter.php55 unlink($package.'/package.yml');
56 unlink($package.'/source.js');
H A DDartFilter.php47 unlink($input);
70 unlink($related);
H A DJpegoptimFilter.php73 unlink($input);
79 unlink($input);
/plugin/pycode/
H A Daction.php178 unlink(DOKU_PLUGIN . "pycode/tmp/" . $file_del);
190 unlink(DOKU_PLUGIN . "pycode/tmp/" . $file_del);
197 unlink(DOKU_PLUGIN . "pycode/tmp/logfile");
216 unlink(DOKU_PLUGIN . "pycode/tmp/logfile.tmp");
/plugin/quickstats/GEOIP/vendor/
H A Dcheck_dir.php29 unlink("./GeoLite2-City/GeoLite2-City.mmdb");
33 unlink($filepath);
/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/bashorg/
H A Dbash.org.php42 @unlink("quote_cache.txt");
58 @unlink("quote_cache.txt");
/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
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);
H A DBarcodeTest.php59 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
79 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php53 unlink($path . $tempfilename);
62 unlink($path.$file);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php54 return(@unlink($sess_file));
63 @unlink($filename);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php54 return(@unlink($sess_file));
63 @unlink($filename);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php54 return(@unlink($sess_file));
63 @unlink($filename);
/plugin/fblogin/
H A Dadmin.php134 if(!unlink(DOKU . '/inc/auth/facebook.class.php')) return false;
154 if(!unlink(DOKU . '/inc/auth/facebook.class.php')) return false;
222 if(!unlink(DOKU_CONFIGLANG .'/' .$lang .'/lang.php')) return false;
/plugin/shibbolethauth/
H A Dadmin.php136 if(!unlink(DOKU . '/inc/auth/shibboleth.class.php')) return false;
156 if(!unlink(DOKU . '/inc/auth/shibboleth.class.php')) return false;
224 if(!unlink(DOKU_CONFIGLANG .'/' .$lang .'/lang.php')) return false;
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php69 if (false === unlink($source)) {
85 unlink($path);

12345678910>>...17