Home
last modified time | relevance | path

Searched refs:file_exists (Results 26 – 50 of 68) sorted by last modified time

123

/dokuwiki/vendor/composer/
H A DClassLoader.php506 if (file_exists($file = $dir . $pathEnd)) {
516 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
535 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
545 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php123 return file_exists($this->getInstallDir() . '/.git');
800 if (file_exists($path . $type . '.php')) {
949 $fileexists = file_exists($file);
1062 if (!$overwrite && file_exists($target)) {
1069 $action = file_exists($target) ? 'update' : 'install';
1274 $existed = file_exists($dst);
1303 if (!file_exists($definitionfile)) continue;
1312 if (!file_exists($file)) continue;
H A Drepository.php137 if (file_exists($cache->cache)) {
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DFile.php109 if (file_exists($this->name) && is_writable($this->name) || file_exists($this->location) && is_writable($this->location)) {
127 if (file_exists($this->name) && is_readable($this->name)) {
160 if (file_exists($this->name)) {
/dokuwiki/bin/
H A Ddwpage.php212 if (!file_exists($wiki_fn)) {
220 if (!file_exists(dirname($localfile))) {
251 if (!file_exists($localfile)) {
314 if (file_exists(wikiLockFN($wiki_id))) {
329 if (file_exists($wikiLockFN)) {
/dokuwiki/inc/Remote/
H A DApiCore.php838 if (!@ file_exists($file)) {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php88 if (!file_exists($file)) {
186 if (!file_exists($file)) {
/dokuwiki/inc/Ui/
H A DMediaRevisions.php82 } elseif (file_exists(mediaFN($this->id, $rev))) {
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Action/
H A DDraft.php35 if (!isset($INFO['draft']) || !file_exists($INFO['draft'])) throw new ActionException('edit');
H A DResendpwd.php86 if (!file_exists($tfile)) {
/dokuwiki/inc/
H A Dauth.php383 if ($secure || !file_exists($file)) {
1206 if (!file_exists($tfile)) {
H A Dchangelog.php368 if (!file_exists($fn)) return false;
H A Dconfutils.php321 if (file_exists($file)) {
H A DJpegMeta.php956 if (file_exists($tmpName)) {
989 if (file_exists($this->_fileName)) {
1140 if (file_exists($this->_fileName)) {
1318 if (file_exists($this->_fileName) && is_file($this->_fileName)) {
H A DManifest.php49 if (file_exists(mediaFN(':wiki:favicon.ico'))) {
66 if (file_exists($svgLogoFN)) {
H A DTaskRunner.php111 file_exists($fn) &&
113 !file_exists($fn . '_tmp')
/dokuwiki/lib/exe/
H A Dopensearch.php18 if (file_exists(DOKU_INC . 'favicon.ico')) {
20 } elseif (file_exists(tpl_incdir() . 'images/favicon.ico')) {
22 } elseif (file_exists(tpl_incdir() . 'favicon.ico')) {
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php32 if (!file_exists($conf['datadir'] . '_safefn.recoded')) {
37 if (!file_exists($conf['olddir'] . '_safefn.recoded')) {
42 if (!file_exists($conf['metadir'] . '_safefn.recoded')) {
47 if (!file_exists($conf['mediadir'] . '_safefn.recoded')) {
/dokuwiki/lib/plugins/styling/
H A Dadmin.php217 if (file_exists($ini)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1351 * Mainly used by file_exists
2640 public function file_exists($path)
2858 function file_exists($path) global() function in phpseclib\\Net\\SFTP
/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php81 if (file_exists($file)) {
/dokuwiki/lib/plugins/authplain/
H A Dauth.php415 if (!file_exists($file)) return $users;
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingImConvert.php20 if ($input && !file_exists($input)) {

123