Home
last modified time | relevance | path

Searched refs:file_exists (Results 126 – 150 of 976) sorted by last modified time

12345678910>>...40

/plugin/statistics/inc/
H A DBrowscap.php266 if ($this->doAutoUpdate && file_exists($ini_file)) {
274 if (file_exists($cache_file) && file_exists($ini_file) && ($interval <= $this->updateInterval))
286 if (file_exists($ini_file)) {
793 if (file_exists($path) && filesize($path)) {
/plugin/statistics/inc/pchart/
H A DpCache.php55 return file_exists($this->CacheFolder.$Hash);
75 if(file_exists($FileName))
H A DpChart.php26 if(file_exists($file)) require_once($file);
2921 if(file_exists($FileName)) {
3140 if(file_exists($FileName)) {
/plugin/statistics/
H A Daction.php85 if(file_exists($event->data[0][0])) {
/plugin/farmer/admin/
H A Dnew.php161 if ($animalname !== '' && file_exists(DOKU_FARMDIR . '/' . $animalname)) {
247 if (!file_exists($logo)) {
253 if (!file_exists($icon)) {
268 if (file_exists($animaldir . '/conf/users.auth.php')) {
H A Dsetup.php79 if (file_exists(DOKU_INC . 'inc/preload.php')) {
101 $content .= "if(file_exists(__DIR__ . '/../lib/plugins/farmer/DokuWikiFarmCore.php')) {\n";
115 if (file_exists(DOKU_INC . '.htaccess')) {
117 } elseif (file_exists(DOKU_INC . '.htaccess.dist')) {
/plugin/farmer/
H A DDokuWikiFarmCore.php412 if (file_exists($ini)) {
H A Dhelper.php233 if (file_exists($localfile)) {
/plugin/farmer/_test/
H A DGeneralTest.php
/plugin/structacl/_test/
H A DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
/plugin/odt/ODT/
H A DODTImage.php30 if (file_exists($src)) {
195 if (file_exists($src)) {
H A DODTUtility.php197 if (file_exists($src)) {
H A DODTDocument.php2121 if (file_exists($fileName)) {
/plugin/odt/action/
H A Dcache.php50 if(file_exists($template_path)) {
H A Dexport.php446 if(!file_exists($filename)) {
/plugin/odt/helper/
H A Dconfig.php589 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('t…
603 …if (file_exists($this->getParam('mediadir').'/'.$this->getParam('tpl_dir')."/".$this->getParam ('o…
H A Ddwcssloader.php182 $format_css = file_exists(DOKU_PLUGIN . $p ."/". $format .".css");
183 $format_less = file_exists(DOKU_PLUGIN . $p ."/". $format .".less");
184 $print_css = file_exists(DOKU_PLUGIN . $p ."/print.css");
185 $print_less = file_exists(DOKU_PLUGIN . $p ."/print.less");
/plugin/odt/renderer/
H A Dpage.php1274 if (file_exists($tmp_name)) unlink($tmp_name);
/plugin/openid/Auth/OpenID/
H A DFileStore.php323 if (file_exists($filename) !== true) {
/plugin/openid/
H A Daction.php553 } else if (file_exists(DOKU_CONF.'openid.php')) {
/plugin/deeplautotranslate/
H A Daction.php414 if (!file_exists(DOKU_CONF . 'deepl-glossaries.json')) return '';
429 if (file_exists(DOKU_CONF . 'deepl-glossaries.json')) {
445 if (file_exists(DOKU_CONF . 'deepl-glossaries.json')) {
820 if (!file_exists($lang_id_fn)) {
/plugin/blogtng/helper/
H A Dtools.php76 if (file_exists($fname)) {
/plugin/navi/_test/
H A DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
/plugin/structautolink/_test/
H A DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
/plugin/orphanmedia2/
H A Dsyntax.php271 …if ((preg_match("/\.(jpe?g|gif|png)$/", $m_link) && file_exists($m_link)) && ($prviewcounter<$this…
298 if (@file_exists(DOKU_INC.'lib/images/fileicons/'.$ext.'.png')) {
483 …if (file_exists(DOKU_PLUGIN."orphanmedia2/user_pattern.ini")) $ignore_tags = $ignore_tags + parse_…

12345678910>>...40