Home
last modified time | relevance | path

Searched refs:file_exists (Results 251 – 275 of 976) sorted by last modified time

1...<<11121314151617181920>>...40

/plugin/davcal/vendor/sabre/dav/bin/
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/http/examples/
H A Dasyncclient.php25 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/tests/
H A Dbootstrap.php11 if (file_exists($path)) {
23 if (!file_exists(SABRE_TEMPDIR)) {
/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/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/tests/Sabre/DAV/
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…
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/indexmenu/
H A Daction.php134 if (!file_exists(wikiFN($this->getConf('page_index')))) return;
/plugin/indexmenu/inc/
H A Dpclzip.lib.php1863 if (!file_exists($v_descr['filename'])) {
2345 if (!file_exists($p_filedescr_list[$j]['filename'])) {
3513 if (file_exists($p_entry['filename'])) {
H A Drepo.class.php25 if (!file_exists($localtheme)) return false;
/plugin/indexmenu/syntax/
H A Dindexmenu.php
/plugin/actionrenderer/_test/
H A Dgeneral.test.php43 if (file_exists($conf_file)) {
47 if (file_exists($meta_file)) {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php304 if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php117 $this->mustRotate = null === $this->url || !file_exists($this->url);
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php6 if (file_exists($dist.'/random_compat.phar')) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php30 if (file_exists($cookieFile)) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php983 if (!file_exists($config)) {

1...<<11121314151617181920>>...40