Home
last modified time | relevance | path

Searched refs:file_exists (Results 101 – 125 of 976) sorted by last modified time

12345678910>>...40

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php82 return (file_exists($path)) ?
/plugin/combo/ComboStrap/
H A DFile.php62 return file_exists($this->path);
H A DSqlite.php220 if (file_exists($oldDbFile) || file_exists($oldDbFileSqlite3)) {
239 if (file_exists($dbFile)) {
343 if (!file_exists($dbFile)) {
H A DWikiPath.php1200 if (file_exists($filePathString . '.gz')) {
1202 } elseif (file_exists($filePathString . '.bz2')) {
H A DFetcherMarkup.php487 if (file_exists($snippetCacheFile)) {
H A DSite.php324 if (file_exists($svgLogoFN)) {
374 if (file_exists($svgLogoFN)) {
H A DInterWiki.php255 if (file_exists(DOKU_INC . $file)) {
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php59 if (file_exists($file.'.lock')) {
/plugin/combo/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint28 return file_exists($file) && include $file;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php238 if (file_exists($temp_dir)) {
278 if (file_exists($xpi)) {
/plugin/structodt/_test/
H A Dgeneral.test.php40 if (file_exists($conf_file)){
44 if (file_exists($meta_file)) {
/plugin/data/
H A Dbureaucracy_field.php
H A Dhelper.php47 if (file_exists($path)) include($path);
49 if (file_exists($path)) include($path);
/plugin/randomtables/action/
H A Dajax.php106 if (file_exists($file)) {
/plugin/oauth/vendor/composer/
H A DClassLoader.php507 if (file_exists($file = $dir . $pathEnd)) {
517 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
536 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
546 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/oauth/
H A DAdapter.php370 if (file_exists($logo)) return inlineSVG($logo);
H A DStorage.php45 if (file_exists($file)) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php52 if (file_exists($path)) {
/plugin/upgrade/
H A Dadmin.php167 } elseif (!file_exists($this->helper->tgzfile)) {
H A Dlegacy.php60 if (file_exists($dir)) return true;
67 if (file_exists(DOKU_INC . 'VERSION')) {
H A Dhelper.php246 if (!file_exists($file)) continue;
332 if ($fmd5 != $tmd5 || !file_exists($to)) {
336 (file_exists($to) && !is_writable($to)) ||
337 (!file_exists($to) && is_dir(dirname($to)) && !is_writable(dirname($to)))
348 if (file_exists($to) && !@unlink($to)) {
/plugin/upgrade/vendor/composer/
H A DClassLoader.php512 if (file_exists($file = $dir . $pathEnd)) {
522 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
541 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
551 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php70 if (!file_exists($path)) {
H A DTar.php188 if (!file_exists($directory)) {
695 if(file_exists($file) && is_readable($file) && filesize($file) > 5) {
/plugin/smtp/
H A Dloader.php36 if (file_exists($file)) {

12345678910>>...40