Home
last modified time | relevance | path

Searched refs:file_exists (Results 201 – 225 of 976) sorted by path

12345678910>>...40

/plugin/data/
H A Dhelper.php47 if (file_exists($path)) include($path);
49 if (file_exists($path)) include($path);
/plugin/database/
H A Ddatabase.php223 if (!file_exists($directoryName)) {
1469 if (file_exists($this->name))
/plugin/database2/_test/
H A Dgeneral.test.php40 if (file_exists($conf_file)){
44 if (file_exists($meta_file)) {
/plugin/dataplot/
H A Dsyntax.php243 if ( !file_exists($cache) ) {
260 if ( !file_exists($cache) ) return false;
272 if ( !file_exists($in) ) {
/plugin/datatables/
H A Daction.php49 if (file_exists(self::ASSET_DIR . '/' . $path)) {
/plugin/datatemplate/syntax/
H A Dentry.php10 if(file_exists($dataEntryFile)){
103 if (!@file_exists($file)) return 0;
H A Dlist.php13 if(file_exists($dataPluginFile)){
189 if (!@file_exists($file)) {
/plugin/datatemplate/syntax/inc/
H A Dcache.php60 if(file_exists($cachefile))
/plugin/davcal/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/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php44 if (file_exists($path)) {
H A Dmigrateto20.php50 if (file_exists($path)) {
H A Dmigrateto21.php51 if (file_exists($path)) {
H A Dmigrateto30.php50 if (file_exists($path)) {
H A Dsabredav.php36 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/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');

12345678910>>...40