Home
last modified time | relevance | path

Searched refs:file_exists (Results 251 – 275 of 976) sorted by path

1...<<11121314151617181920>>...40

/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/deletehistory/
H A Dhelper.php76 if (!file_exists($path) || !is_dir($path)) return;
/plugin/deletepagebutton/
H A Daction.php75 && checklock($id) === false && !@file_exists(wikiLockFN($id));
/plugin/dev/
H A DLangProcessor.php102 if (file_exists('./conf/metadata.php')) {
145 if (file_exists('admin.php')) {
H A DSkeletor.php70 if (file_exists($dir . '/plugin.info.txt')) {
72 } elseif (file_exists($dir . '/template.info.txt')) {
278 if (!file_exists($file)) {
H A Dcli.php179 if ($cache && file_exists($cachename)) {
212 if (file_exists($path)) {
230 if (!file_exists($file)) return;
362 return !file_exists($item);
/plugin/dev/skel/_test/
H A DGeneralTest.php49 if (!file_exists($conf_file) && !file_exists($meta_file)) {
53 if (file_exists($conf_file)) {
56 if (file_exists($meta_file)) {
/plugin/diagrams/action/
H A Dmediafile.php46 echo json_encode(file_exists($file));
69 file_exists($file) &&
95 if (!file_exists($file)) {
/plugin/diagrams/syntax/
H A Dmediafile.php170 if (file_exists($cachefile)) return $cachefile;
/plugin/diagramsnet/
H A Daction.php59 …if($continue == true && !file_exists(dirname(mediaFN($data))) && !mkdir(dirname(mediaFN($data)), 0…
94 if(file_exists(mediaFN($data)) && $fc = file_get_contents(mediaFN($data))) {
98 } elseif (file_exists(mediaFN($data)) && !$fc = file_get_contents(mediaFN($data))) {
H A Dsyntax.php100 if(!file_exists(mediaFN($data['src']))) {
/plugin/directions/syntax/
H A Dcommon.php19 if (!file_exists($filename)){
/plugin/discussion/
H A Daction.php408 if (@file_exists($file)) {
519 if(!@file_exists($file)) {
1170 if (@file_exists($changelog) &&
1172 !@file_exists($changelog.'_tmp')
1421 if (!@file_exists($cfile)) {
1464 if (!@file_exists($INFO['filepath'])) {
1519 if ((@file_exists(DOKU_PLUGIN.'tag/syntax/tag.php'))
1596 if (!@file_exists($file)) return;
1614 if (!@file_exists($file)) return;
1677 if ($status || @file_exists($file)) {
[all …]
H A Dadmin.php106 if (!@file_exists($file)) continue; // skip if no comments file
189 if (!@file_exists($thread['file'])) return false; // no discussion thread at all
H A Dconvert.php15 if (@file_exists(dirname(__FILE__).'/convert_completed'))
94 if (@file_exists($file['new']))
H A Dhelper.php117 if (!@file_exists($file)) continue; // skip if no comments file
170 if (!@file_exists($conf['metadir'].'/_comments.changes')) return $result;
244 $recent['exists'] = @file_exists($recent['file']);
/plugin/displaywikipage/
H A DREADME.md15 …<?php if (file_exists(DOKU_PLUGIN.'displaywikipage/code.php')) include_once(DOKU_PLUGIN.'displaywi…
H A Dcode.php24 if (@file_exists(wikiFN($wikipagename)) && $perm >= AUTH_READ) {
/plugin/displaywikipage/lang/en/
H A Dintro.txt12 <?php if (file_exists(DOKU_PLUGIN.'displaywikipage/code.php')) include_once(DOKU_PLUGIN.'displaywik…
/plugin/ditaa/
H A Dsyntax.php172 if(!file_exists($file_cfg) || !file_exists($file_txt)) {
197 if(!file_exists($file_png)) return false;
214 if(!file_exists($in)) {
/plugin/dlcount/
H A Daction.php38 if (file_exists($metafn)) @unlink($metafn);
44 if (file_exists($metafn)) @unlink($metafn);
75 if (file_exists($metafn)) $meta = unserialize(io_readFile($metafn, false));
102 if (file_exists($metafn)) {
H A Dadmin.php79 if (!file_exists($metaFN)) {
/plugin/dlcounter/
H A Daction.php52 if( !file_exists($path) ){
58 if( file_exists( $fname ) ){
/plugin/docsearch/action/
H A Dconfmanager.php18 if(!@file_exists($fn)) {
/plugin/docsearch/
H A Dcron.php115 if(!file_exists($dirname)) {

1...<<11121314151617181920>>...40