Home
last modified time | relevance | path

Searched refs:file_exists (Results 176 – 200 of 976) sorted by last modified time

12345678910>>...40

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php15 if (file_exists($this->fname)) {
22 if (file_exists($this->fname)) {
/plugin/elasticsearch/action/
H A Dindexing.php101 if (!file_exists($dataFile) || isHiddenPage($id)) {
103 if (file_exists($indexStateFile)) {
115 if (file_exists($indexStateFile)) {
118 (!file_exists($refreshStateFile) || filemtime($indexStateFile) > filemtime($refreshStateFile))
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DClientUtils.php53 if (file_exists($filename)) {
H A DCurlFactory.php371 if (!file_exists($value)) {
458 if (!file_exists($value)) {
474 if (!file_exists($value)) {
H A DStreamHandler.php283 if (!file_exists($value)) {
305 if (!file_exists($value)) {
/plugin/elasticsearch/helper/
H A Ddocparser.php76 if (!file_exists($file)) {
/plugin/elasticsearch/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)) {
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md80 * Fix: file_exists warning when resolving with long strings.
/plugin/achart/
H A Daction.php38 …if( file_exists( $filename ) == true ){$localization = $conf['lang'];} else {$localization = "en";}
H A Dsyntax.php129 if(!file_exists($file))
/plugin/snippets/
H A Daction.php38 if(!file_exists($this->metafn)) {
H A Dhelper.php18 if(!file_exists($this->metafn)) {
128 if(!file_exists(wikiFN($page_id))) return;
139 if(!file_exists($snip_file)) continue;
/plugin/ckgedit/action/
H A Dedit.php494 if(file_exists($cname) && !$this->draft_started) {
526 if(file_exists($stylesheet)) {
1089 if(@file_exists($file)){
H A Dsave.php89 if(!file_exists($path)) {
H A Dmeta.php101 if (!file_exists($filename)) {
121 if(file_exists($fn)) {
138 else if(file_exists($fn)) {
154 if(file_exists($fn)){
168 if(file_exists($fn)) {
191 if(file_exists($fn)) {
214 if(file_exists($path)) {
613 if(@file_exists($userfiles)) {
673 if(file_exists($cname)) {
937 if (!file_exists($filename)) {
[all …]
/plugin/ckgedit/action/entities/
H A Dents_seri.php13 if ($f && file_exists($f)) $file = $f;
15 elseif(file_exists('add.ent')) {
21 if($file && file_exists($file)) {
36 if(!file_exists($entities_file)) return;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php301 if(!file_exists($ALLOWED_MIMES)) {
307 if(file_exists(DOKU_INC . 'conf/mime.local.conf'))
312 elseif(isset($MIMES_LOCAL) && file_exists($MIMES_LOCAL)) {
459 if(!file_exists($dwphp)) {
465 if(file_exists($dwphp))
468 if(file_exists($localphp))
H A Dio.php104 if ( !file_exists( $sParent ) )
116 if ( !file_exists( $folderPath ) )
H A Duseheading.php11 if(file_exists($meta_file) && is_readable ($meta_file)){
H A Dcheck_acl.php4 if(file_exists($CONF_DIR)) {
H A Dcommands.php447 if(!file_exists($sMoveDir . '/' . '.htaccess')) {
481 if(file_exists($unlinkFile)&& unlink($unlinkFile)) {
721 if ( file_exists( $sFilePath ) )
/plugin/ckgedit/ckeditor/
H A Ddwsmileys.php7 if(!file_exists($SMILEYS)) $SMILEYS ='/etc/dokuwiki/smileys.conf';
9 if(file_exists($LOCAL)) readfile($LOCAL);
H A Dget_headers.php8 if(file_exists(DOKU_INC.'inc/Input.class.php')) {
67 if(file_exists($dwphp))
70 if(file_exists($localphp))
/plugin/ckgedit/scripts/
H A Ddraft_delete.php13 if(file_exists($cname)) {
15 if(file_exists($ckgedit_cname)) {
H A Dcss6.php237 if(file_exists($ini)){
255 if(file_exists($ini)){
310 if(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.png')){
314 }elseif(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.gif')){
392 if (!file_exists($this->filepath)) return '';

12345678910>>...40