Home
last modified time | relevance | path

Searched refs:file_exists (Results 126 – 150 of 976) sorted by path

12345678910>>...40

/plugin/charter/lib/pchart/
H A DpChart.class.php3121 if ( file_exists($FileName))
3395 if ( file_exists($FileName) )
/plugin/chat/
H A Dajax.php40 if (!@file_exists($pageFN)) {
311 if (!@file_exists($pageFN)) {
H A Dchat.php17 if (chat_plugin::isChatID($ID) && file_exists(wikiFN($ID))) {
40 if (($ACT !== 'show' && $ACT !== 'export_xhtml') || !file_exists(wikiFN($ID))) {
45 if (!$conf['chat']['automatic'] && !file_exists(wikiFN($dID)))
49 if (!file_exists(wikiFN($dID))) {
141 if (file_exists($dFN)) {
H A Dsyntax.php103 if (file_exists($dFN)) {
/plugin/ckgdoku/action/
H A Dedit.php468 if(file_exists($cname) && !$this->draft_started) {
1057 if(@file_exists($file)){
H A Dmeta.php27 if(!file_exists($this->dw_priority_metafn)) {
95 if(file_exists($fn)) {
112 else if(file_exists($fn)) {
128 if(file_exists($fn)){
142 if(file_exists($fn)) {
165 if(file_exists($fn)) {
189 if(file_exists($path)) {
578 if(@file_exists($userfiles)) {
636 if(file_exists($cname)) {
637 if(file_exists($fckl_draft)) {
[all …]
/plugin/ckgdoku/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/ckgdoku/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.php58 if(file_exists($dwphp))
61 if(file_exists($localphp))
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php4 if(file_exists($CONF_DIR)) {
H A Dcommands.php453 if(!file_exists($sMoveDir . '/' . '.htaccess')) {
487 if(file_exists($unlinkFile) && unlink($unlinkFile)) {
726 if ( file_exists( $sFilePath ) )
H A Dconfig.php299 if(!file_exists($ALLOWED_MIMES)) {
305 if(file_exists(DOKU_INC . 'conf/mime.local.conf'))
310 elseif(isset($MIMES_LOCAL) && file_exists($MIMES_LOCAL)) {
457 if(!file_exists($dwphp)) {
463 if(file_exists($dwphp))
466 if(file_exists($localphp))
H A Dio.php104 if ( !file_exists( $sParent ) )
116 if ( !file_exists( $folderPath ) )
/plugin/ckgdoku/scripts/
H A Ddraft_delete.php13 if(file_exists($cname)) {
15 if(file_exists($ckgdoku_cname)) {
/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 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 …]
H A Dsave.php89 if(!file_exists($path)) {
/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/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/fckeditor/editor/filemanager/connectors/php/
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 ) )
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)){

12345678910>>...40