Home
last modified time | relevance | path

Searched refs:file_exists (Results 226 – 250 of 976) sorted by last modified time

12345678910>>...40

/plugin/sync/
H A Dadmin.php199 if(file_exists($profiles)){
/plugin/tos/_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)) {
/plugin/wrap/
H A Dhelper.php
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php44 if (file_exists($path)) {
/plugin/davcal/vendor/sabre/http/examples/
H A Dbasicauth.php28 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/dav/lib/DAV/Browser/
H A DPlugin.php558 if (strpos(realpath($path), realpath($assetDir)) === 0 && file_exists($path)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php76 …if (!file_exists($path)) throw new DAV\Exception\NotFound('File with name ' . $path . ' could not …
121 return file_exists($path);
/plugin/davcal/vendor/sabre/xml/tests/
H A Dbootstrap.php9 if (file_exists($path)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php87 if (!file_exists($path)) throw new DAV\Exception\NotFound('File could not be located');
114 return file_exists($path);
157 if (file_exists($this->path . '/.sabredav')) unlink($this->path . '/.sabredav');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php143 if (!file_exists($this->locksFile)) return [];
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php190 if (!file_exists($tempLocation)) return;
213 $newFile = !file_exists($tempLocation);
238 if (!file_exists($tempLocation)) return;
261 if (!file_exists($tempLocation)) return;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php62 if (!file_exists($path)) throw new NotFound('File could not be located');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOSqliteTest.php15 if (file_exists(SABRE_TEMPDIR . '/testdb.sqlite'))
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php16 if (file_exists(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.php18 if (file_exists(SABRE_TEMPDIR . '/testdb.sqlite'))
/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/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)) {

12345678910>>...40