Home
last modified time | relevance | path

Searched refs:file_exists (Results 1 – 25 of 80) sorted by relevance

1234

/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')) {
H A Djs.php130 if (!file_exists($file)) continue;
180 if (!file_exists($file)) return;
200 if (file_exists($ifile)) {
247 if (file_exists($path . "en/lang.php")) {
251 if (file_exists($config_file . $p . '/en/lang.php')) {
256 if (file_exists($path . $conf['lang'] . "/lang.php")) {
260 if (file_exists($config_file . $p . '/' . $conf['lang'] . '/lang.php')) {
289 if (file_exists($path . "en/lang.php")) {
293 if (file_exists($config_file . $conf['template'] . '/en/lang.php')) {
297 …if (isset($conf['lang']) && $conf['lang'] != 'en' && file_exists($path . $conf['lang'] . "/lang.ph…
[all …]
/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/vendor/simplepie/simplepie/src/Cache/
H A DFile.php69 …if (file_exists($this->name) && is_writable($this->name) || file_exists($this->location) && is_wri…
87 if (file_exists($this->name) && is_readable($this->name)) {
120 if (file_exists($this->name)) {
/dokuwiki/inc/
H A Dinfoutils.php87 if (file_exists(DOKU_INC . 'VERSION')) {
107 if (file_exists(DOKU_INC . '.git/HEAD')) {
113 if (file_exists($pathToHead)) {
131 if (file_exists($gitCommitObject) && function_exists('zlib_decode')) {
191 } elseif (@file_exists('/.dockerenv')) {
209 if (@file_exists('/etc/os-release')) {
212 } elseif (@file_exists('/etc/synoinfo.conf') && @file_exists('/etc/VERSION')) {
275 } elseif (file_exists($conf['changelog'])) {
279 if (isset($conf['changelog_old']) && file_exists($conf['changelog_old'])) {
283 if (file_exists($conf['changelog'] . '_failed')) {
[all …]
H A Dload.php128 if (file_exists($file)) {
146 if (file_exists($file)) {
167 if (file_exists($file)) {
195 if (file_exists($file)) {
219 if (file_exists($file)) {
248 if (file_exists($plg)) {
H A Dinit.php32 if (file_exists($preload)) include($preload);
44 if (!defined('DOKU_E_LEVEL') && file_exists(DOKU_CONF . 'report_e_all')) {
83 if (file_exists($config_file)) {
104 if (file_exists($config_file)) {
344 if (file_exists($config_file . 'en/lang.php')) {
350 if (file_exists(DOKU_INC . "inc/lang/$langCode/lang.php")) {
354 if (file_exists($config_file . "$langCode/lang.php")) {
371 if (!file_exists($file)) {
399 if (!file_exists($p)) {
401 if (!file_exists($p)) {
[all …]
H A DDraft.php30 if (file_exists($this->cname) && file_exists(wikiFN($ID))) {
55 return file_exists($this->cname);
117 if (!file_exists($this->cname)) {
H A DManifest.php61 if (file_exists(mediaFN(':wiki:favicon.ico'))) {
78 if (file_exists($svgLogoFN)) {
H A DStyleUtils.php98 if (file_exists($inifile)) {
139 if (!file_exists($incbase . $file)) {
142 if (file_exists($incbase . $basename . '.' . $newExtension)) {
/dokuwiki/inc/Search/Index/
H A DFileIndex.php70 if (!file_exists($this->filename)) {
96 if (!file_exists($this->filename)) {
129 if (file_exists($this->filename)) {
163 if (file_exists($this->filename)) {
206 if (!file_exists($this->filename)) return 0;
218 if (!file_exists($this->filename)) return;
/dokuwiki/lib/plugins/config/core/
H A DWriter.php40 if (file_exists($this->savefile)) {
41 if (file_exists($this->savefile . '.bak.php')) @unlink($this->savefile . '.bak.php');
108 if (file_exists($this->savefile) && !is_writable($this->savefile)) return true;
H A DLoader.php204 if (!file_exists($file)) return [];
235 if (!file_exists($file)) return [];
267 if (file_exists($dir . 'lang/en/settings.php')) {
270 if ($ll != 'en' && file_exists($dir . 'lang/' . $ll . '/settings.php')) {
/dokuwiki/inc/Action/
H A DDraft.php35 … if (!isset($INFO['draft']) || !file_exists($INFO['draft'])) throw new ActionException('edit');
/dokuwiki/bin/
H A Ddwpage.php212 if (!file_exists($wiki_fn)) {
224 if (!file_exists(dirname($localfile))) {
255 if (!file_exists($localfile)) {
318 if (file_exists(wikiLockFN($wiki_id))) {
333 if (file_exists($wikiLockFN)) {
/dokuwiki/inc/File/
H A DPageFile.php96 $currentSize = file_exists($pagefile) ? filesize($pagefile) : 0;
122 } elseif (!file_exists($pagefile)) {
159 $data['changeType'] == DOKU_CHANGE_TYPE_REVERT && !file_exists($pagefile))
166 if (!file_exists($pagefile)) return;
231 if (!file_exists($oldfile)) return '';
/dokuwiki/inc/Extension/
H A DPluginController.php219 if (!file_exists($this->lastLocalConfigFile)) {
236 if (file_exists($file)) {
270 if (file_exists($file)) {
272 if (file_exists($backup)) @unlink($backup);
346 if (file_exists(DOKU_PLUGIN . "$plugin/$type.php")) {
405 if (file_exists(DOKU_PLUGIN . $plugin . '/vendor/autoload.php')) {
H A DPluginTrait.php162 if (file_exists($config_file . $this->getPluginName() . '/en/lang.php')) {
170 … if (file_exists($config_file . $this->getPluginName() . '/' . $conf['lang'] . '/lang.php')) {
231 if (file_exists($path . 'default.php')) {
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingImConvert.php20 if ($input && !file_exists($input)) {
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php185 $exists = file_exists(mediaFN($id, $rev));
234 $exists = file_exists(mediaFN($id, $rev));
278 … $showLink = (count($revs) && file_exists(mediaFN($id, $revs[0])) && file_exists(mediaFN($id)));
322 if (!$this->isCurrent() && file_exists(mediaFN($id, $rev))) {
H A DPageChangeLog.php63 if (!file_exists($file)) return true;
/dokuwiki/lib/plugins/usermanager/_test/
H A Dmocks.class.php43 return file_exists($file);
/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php42 if (file_exists($file)) {
/dokuwiki/inc/Cache/
H A DCacheImageMod.php35 if (!file_exists($this->file)) {
/dokuwiki/vendor/splitbrain/slika/src/
H A DAdapter.php26 if (!file_exists($imagepath)) {

1234