Home
last modified time | relevance | path

Searched refs:unlink (Results 101 – 125 of 402) sorted by last modified time

12345678910>>...17

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php17 unlink(SABRE_TEMPDIR . '/testdb.sqlite');
/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/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DTestUtil.php19 unlink(SABRE_TEMPDIR . '/testdb.sqlite');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DAbstractServer.php54 unlink($myPath);
H A DServerCopyMoveTest.php43 unlink($tmpFile);
H A DServerPropsInfiniteDepthTest.php18 if (file_exists(SABRE_TEMPDIR.'../.sabredav')) unlink(SABRE_TEMPDIR.'../.sabredav');
32 if (file_exists(SABRE_TEMPDIR.'../.locksdb')) unlink(SABRE_TEMPDIR.'../.locksdb');
H A DServerPropsTest.php19 if (file_exists(SABRE_TEMPDIR.'../.sabredav')) unlink(SABRE_TEMPDIR.'../.sabredav');
31 if (file_exists(SABRE_TEMPDIR.'../.locksdb')) unlink(SABRE_TEMPDIR.'../.locksdb');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DFileTest.php9 if (file_exists(SABRE_TEMPDIR . '/filebackend')) unlink(SABRE_TEMPDIR .'/filebackend');
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/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection58 if not simulate: os.unlink(file["path"])
H A Dbuild.php153 unlink('build/SabreDAV/composer.json');
154 unlink('build/SabreDAV/composer.lock');
/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/davcal/vendor/sabre/dav/tests/Sabre/
H A DTestUtil.php26 unlink($myPath);
/plugin/davcal/vendor/sabre/dav/tests/
H A Dbootstrap.php28 if (file_exists('.sabredav')) unlink('.sabredav');
/plugin/indexmenu/
H A Dadmin.php
/plugin/indexmenu/inc/
H A Dpclzip.lib.php81 // -11 : Unable to delete file (unlink)
2080 @unlink($v_zip_temp_name);
2111 @unlink($v_zip_temp_name);
2167 @unlink($this->zipname);
4623 @unlink($v_zip_temp_name);
4640 @unlink($v_zip_temp_name);
4663 @unlink($v_zip_temp_name);
4676 @unlink($v_zip_temp_name);
4698 @unlink($v_zip_temp_name);
4722 @unlink(
[all...]
H A Drepo.class.php32 @unlink($zipfile);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php165 unlink($file);
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php7 unlink($dist.'/random_compat.phar');
/plugin/latex-was/
H A Dadmin.php231 if(unlink($outname))
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php148 @unlink($newFile['tmp_name']);
/plugin/openas/
H A Daction.php46 if(file_exists($file)&&!$this->locks_set) @unlink($file);
233 if(file_exists($file)) @unlink($file);
/plugin/xcom/scripts/
H A Dxcom_save.php199 @unlink($ftmp);
/plugin/move/helper/
H A Dplan.php272 @unlink($file);
603 unlink($missing_fn);
633 @unlink($this->files['namespaces']);
/plugin/move/_test/
H A DstepThroughDocuments.test.php72 unlink($opts_file);

12345678910>>...17