Home
last modified time | relevance | path

Searched refs:file_exists (Results 101 – 125 of 976) sorted by path

12345678910>>...40

/plugin/bootswrapper/exe/
H A Dpopup.php20 if (file_exists(dirname(__FILE__) . '/../doku_inc.php')) {
26 if (!defined('DOKU_INC') && @file_exists("$dir/inc/init.php")) {
32 if (!file_exists(DOKU_INC)) {
138 <?php if (file_exists(dirname(__FILE__) . '/help/' . $tag . '.txt')): ?>
/plugin/botbouncer/admin/
H A Dstatistics.php115 if (!@file_exists($file)) return $data;
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php101 if(file_exists(mediaFN($INPUT->str('name')))){
/plugin/bureaucracy-au/_test/
H A Dfield_file.test.php105 $this->assertTrue(file_exists(mediaFN("$id:$media")));
119 $this->assertTrue(file_exists(mediaFN("$upload_ns:$media")));
134 $this->assertTrue(file_exists(mediaFN("$id:$upload_ns:$media")));
H A Dgeneral.test.php40 if (file_exists($conf_file)){
44 if (file_exists($meta_file)) {
/plugin/bureaucracy-au/helper/
H A Dactionscript.php25 if (!file_exists($path)) {
H A Dfieldnumber.php97 if (file_exists($cache_fn)) {
/plugin/bureaucracy-au/
H A Dsyntax.php150 …if(!plugin_isdisabled($action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' .…
154 …} elseif(plugin_isdisabled($alternativename) || !@file_exists(DOKU_PLUGIN . $action['type'] . '/he…
/plugin/bureaucracy/helper/
H A Dactionscript.php25 if (!file_exists($path)) {
H A Dactiontemplate.php140 if(file_exists($path.'/_template.txt')) {
146 if(file_exists($path.'/__template.txt')) {
H A Dfieldnumber.php97 if (file_exists($cache_fn)) {
/plugin/bureaucracy/
H A Dsyntax.php155 …if(!plugin_isdisabled($action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' .…
159 …} elseif(plugin_isdisabled($alternativename) || !@file_exists(DOKU_PLUGIN . $action['type'] . '/he…
/plugin/bureaucracyau/_test/
H A Dfield_file.test.php105 $this->assertTrue(file_exists(mediaFN("$id:$media")));
119 $this->assertTrue(file_exists(mediaFN("$upload_ns:$media")));
134 $this->assertTrue(file_exists(mediaFN("$id:$upload_ns:$media")));
H A Dgeneral.test.php40 if (file_exists($conf_file)){
44 if (file_exists($meta_file)) {
/plugin/bureaucracyau/helper/
H A Dactionscript.php25 if (!file_exists($path)) {
H A Dfieldnumber.php97 if (file_exists($cache_fn)) {
/plugin/bureaucracyau/
H A Dsyntax.php150 …if(!plugin_isdisabled($action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' .…
154 …} elseif(plugin_isdisabled($alternativename) || !@file_exists(DOKU_PLUGIN . $action['type'] . '/he…
/plugin/cache/
H A Dplugin_cache.php89 if (@file_exists($filepath)){
135 if(@file_exists($path)!==false){
/plugin/cacherevisionseraser/
H A Dadmin.php512 if (file_exists(dirname(__FILE__).'/configs.php')) {
/plugin/captcha/_test/
H A DGeneralTest.php
/plugin/captcha/
H A Dhelper.php320 if (!@file_exists($file)) $file = $en . $char . '.wav';
/plugin/changes/
H A Daction.php59 if (!in_array($file, $cache->depends['files']) && @file_exists($file)) {
H A Dsyntax.php234 if (file_exists($conf['changelog']) && is_readable($conf['changelog'])) {
240 if (file_exists($conf['media_changelog']) && is_readable($conf['media_changelog'])) {
/plugin/charter/
H A Dhelper.php201 if (!file_exists($flags[$key]['name']))
248 if (!file_exists($flags[$key]))
/plugin/charter/lib/pchart/
H A DpCache.class.php66 if ( file_exists($this->CacheFolder.$Hash) )
87 if ( file_exists($FileName ) )

12345678910>>...40