Home
last modified time | relevance | path

Searched refs:file_exists (Results 226 – 250 of 976) sorted by path

12345678910>>...40

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/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/DAV/FSExt/
H A DFileTest.php79 $this->assertFalse(file_exists(SABRE_TEMPDIR . '/file.txt'));
H A DServerTest.php145 $this->assertFalse(file_exists($this->tempDir . '/test.txt'));
164 $this->assertFalse(file_exists($this->tempDir . '/col'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DIssue33Test.php102 $this->assertTrue(file_exists(SABRE_TEMPDIR . '/issue33/' . urldecode('%C3%A0fo%C3%B3')));
H A DObjectTreeTest.php46 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/file2.txt'));
57 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2'));
58 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2/subfile.txt'));
69 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/file2.txt'));
70 $this->assertFalse(file_exists(SABRE_TEMPDIR.'/root/file.txt'));
81 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir/file2.txt'));
82 $this->assertFalse(file_exists(SABRE_TEMPDIR.'/root/file.txt'));
93 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2'));
94 $this->assertTrue(file_exists(SABRE_TEMPDIR.'/root/subdir2/subfile.txt'));
95 $this->assertFalse(file_exists(SABRE_TEMPDIR.'/root/subdir'));
H A DServerCopyMoveTest.php38 if (file_exists($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');
H A DTemporaryFileFilterTest.php46 …$this->assertFalse(file_exists(SABRE_TEMPDIR . '/._testput.txt'),'._testput.txt should not exist i…
64 …$this->assertFalse(file_exists(SABRE_TEMPDIR . '/._testput.txt'),'._testput.txt should not exist i…
132 …$this->assertFalse(file_exists(SABRE_TEMPDIR . '/._testlock.txt'),'._testlock.txt should not exist…
/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/
H A Dbootstrap.php27 if (!file_exists(SABRE_TEMPDIR)) mkdir(SABRE_TEMPDIR);
28 if (file_exists('.sabredav')) unlink('.sabredav');
/plugin/davcal/vendor/sabre/http/examples/
H A Dasyncclient.php25 if (file_exists($path)) {
H A Dbasicauth.php28 if (file_exists($path)) {
H A Dclient.php23 if (file_exists($path)) {
H A Dreverseproxy.php26 if (file_exists($path)) {
H A Dstringify.php24 if (file_exists($path)) {
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards14 if (file_exists($path)) {
H A Dvobject14 if (file_exists($path)) {
/plugin/davcal/vendor/sabre/vobject/tests/
H A Dbootstrap.php11 if (file_exists($path)) {
23 if (!file_exists(SABRE_TEMPDIR)) {
/plugin/davcal/vendor/sabre/xml/tests/
H A Dbootstrap.php9 if (file_exists($path)) {
/plugin/davcard/vendor/composer/
H A DClassLoader.php354 … if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
364 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
383 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
393 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards14 if (file_exists($path)) {
H A Dvobject14 if (file_exists($path)) {
/plugin/davcard/vendor/sabre/vobject/tests/
H A Dbootstrap.php11 if (file_exists($path)) {
23 if (!file_exists(SABRE_TEMPDIR)) {
/plugin/dbquery/_test/
H A DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {

12345678910>>...40