Home
last modified time | relevance | path

Searched refs:file_exists (Results 26 – 50 of 976) sorted by path

12345678910>>...40

/plugin/amazon/
H A DXMLParser.php37 } elseif (file_exists($data_source))
/plugin/archivegenerator/_test/
H A Dgeneral.test.php43 if (file_exists($conf_file)) {
47 if (file_exists($meta_file)) {
/plugin/archivegenerator/
H A Dadmin.php438 if (!file_exists($fullArchiveFN) && !file_exists($updateArchiveFN)) return;
442 if (file_exists($fullArchiveFN)) {
452 if (file_exists($updateArchiveFN)) {
/plugin/archiveupload/
H A Daction.php235 if(@file_exists($dir.'/'.$fn_new) && (!$_POST['ow'] || $auth < AUTH_DELETE)){
/plugin/attribute/
H A Dhelper.php468 if (file_exists($filename)) {
/plugin/authfacebook/lib/
H A Dautoload.php78 if (file_exists($file)) {
/plugin/authg2fa/
H A DTokenHelper.php19 if(!@file_exists($this->_g2fafile))
45 if(!@file_exists($this->_g2fafile)) {
/plugin/authgoogle/google/
H A DGoogle_Client.php37 if (file_exists(dirname(__FILE__) . '/local_config.php')) {
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php37 return file_exists($storageFile . '.lock');
96 if (file_exists($storageFile) && is_readable($storageFile)) {
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php416 if (file_exists($file = $dir . $pathEnd)) {
426 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
445 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
455 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A Dautoload.php5 file_exists(__DIR__ . '/../apiclient/src/Google/Client.php')
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php983 if (!file_exists($config)) {
/plugin/authgooglesheets/vendor/google/auth/
H A Dautoload.php29 if (file_exists($filePath)) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php374 if (!file_exists($url)) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php120 if (!file_exists($jsonKey)) {
H A DServiceAccountJwtAccessCredentials.php73 if (!file_exists($jsonKey)) {
H A DUserRefreshCredentials.php64 if (!file_exists($jsonKey)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php30 if (file_exists($cookieFile)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php351 if (!file_exists($options['verify'])) {
448 if (!file_exists($cert)) {
467 if (!file_exists($sslKey)) {
H A DStreamHandler.php444 if (!file_exists($value)) {
467 if (!file_exists($value)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php194 if (file_exists($filename)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php115 if (!file_exists($this->deduplicationStore)) {
145 if (!file_exists($this->deduplicationStore)) {
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/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2646 public function file_exists($path) function in phpseclib3\\Net\\SFTP

12345678910>>...40