Home
last modified time | relevance | path

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

12345678910>>...40

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php193 if (!file_exists($tempLocation)) return;
216 $newFile = !file_exists($tempLocation);
241 if (!file_exists($tempLocation)) return;
264 if (!file_exists($tempLocation)) return;
/plugin/pdftools/
H A Dadmin.php160 if (file_exists(DOKU_PLUGIN."/dw2pdf/tpl/$v/preview.png")) {
164 if (file_exists(DOKU_PLUGIN."/dw2pdf/tpl/$v/description.html")) {
186 if (file_exists(DOKU_PLUGIN."/pdftools/tpl/$v/preview.png")) {
190 if (file_exists(DOKU_PLUGIN."/pdftools/tpl/$v/description.html")) {
/plugin/txtconf/
H A Dconfig0.class.php31 if (!@file_exists($datafile)) {
90 if (@file_exists($file) && $backup) {
91 if (@file_exists($file.'.bak')) @unlink($file.'.bak');
184 if (file_exists($local) && !is_writable($local)) return true;
222 if (@file_exists(DOKU_PLUGIN.$plugin.$file)){
234 if (@file_exists(DOKU_TPLINC.$file)){
254 if (@file_exists(DOKU_PLUGIN.$plugin.$file)){
266 if (@file_exists(DOKU_TPLINC.$file)){
/plugin/file2dw/
H A Daction.php138 if ( file_exists( dirname( $this->logFile ) ) || mkdir( dirname( $this->logFile ) ) ) {
225 if ( !file_exists($this->dwpageFile) ) {
270 …if ( media_upload_finish($this->userFile, $destFile, $this->nsName, $mime, @file_exists($destFile)…
344 if ( ! ( file_exists( $destDir ) || mkdir( $destDir, 0777, true ) ) ) {
349 …$mediaReturn = media_upload_finish($imgPath, $destFile, $this->nsName, $mime, @file_exists($destFi…
389 if ( !file_exists($this->workFile) ) {
426 if ( !file_exists($confUploadDir) ) {
530 if ( file_exists($this->workDir) ) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DPDOSqliteTest.php11 if (file_exists(SABRE_TEMPDIR . '/pdobackend')) unlink(SABRE_TEMPDIR . '/pdobackend');
12 if (file_exists(SABRE_TEMPDIR . '/pdobackend2')) unlink(SABRE_TEMPDIR . '/pdobackend2');
/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")));
/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")));
/plugin/news/scripts/
H A Dnewsfeed.php56 if(file_exists($newsfeed_ini)) {
85 if(@file_exists($xml_file)) {
103 if(@file_exists($xml_file)) {
/plugin/sphinxsearch-was/
H A Dxmlall.php32 if (!@file_exists($dataPath)) {
34 if (!@file_exists($dataPath)) die('invalid DokuWiki savedir');
37 if (!@file_exists($fullSphinxPath)) {
/plugin/xref/
H A Dsyntax.php
/plugin/sphinxsearch/
H A Dxmlall.php32 if (!@file_exists($dataPath)) {
34 if (!@file_exists($dataPath)) die('invalid DokuWiki savedir');
37 if (!@file_exists($fullSphinxPath)) {
/plugin/snippets/
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/diagrams/action/
H A Dmediafile.php46 echo json_encode(file_exists($file));
69 file_exists($file) &&
95 if (!file_exists($file)) {
/plugin/advanced/admin/
H A Dconfig.php168 … 'local_last_modify' => (file_exists($file_local) ? dformat(filemtime($file_local)) : ''),
169 …'protected_last_modify' => (file_exists($file_protected) ? dformat(filemtime($file_protected)) : '…
170 … 'default_last_modify' => (file_exists($file_default) ? dformat(filemtime($file_default)) : ''),
268 echo (file_exists($file_path) ? ' · ' . $lang['lastmod'] . ' ' . $file_lastmod : '');
284 $file_data = (file_exists($file_path) ? io_readFile($file_path) : '');
300 echo (file_exists($file_path) ? ' · ' . $lang['lastmod'] . ' ' . $file_lastmod : '');
/plugin/fckg/fckeditor/
H A Dextensions.php5 if(!file_exists($mimes)){
14 if(file_exists($mimes_local))
/plugin/blog/
H A Daction.php98 if (!@file_exists($INFO['filepath'])) {
154 if ((@file_exists(DOKU_PLUGIN.'tag/syntax/tag.php'))
162 if ((@file_exists(DOKU_PLUGIN.'discussion/syntax/comments.php'))
170 if ((@file_exists(DOKU_PLUGIN.'linkback/syntax.php'))
/plugin/siteexport/
H A Dcron.php64 if ( file_exists($this->configFile) )
87 if (@file_exists($this->configFile)) {
88 if (@file_exists($this->configFile.'.bak')) @unlink($this->configFile.'.bak');
148 if ( !file_exists($this->configFile) && !$this->writeCronSettings() )
/plugin/webdav/
H A Dserver.php36 if (file_exists(dirname(__FILE__) . '/doku_inc.php')) {
42 if (!defined('DOKU_INC') && @file_exists("$dir/inc/init.php")) {
/plugin/linkback/action/
H A Ddisplay.php59 if (@ file_exists($file))
245 if (!@ file_exists($file))
285 if (@ file_exists($file))
323 if (@ file_exists($file))
355 if (@ file_exists($file))
/plugin/templatepagename/action/
H A DTemplatePageName.php47 if(@file_exists($path . '/' . $c_pagename . '.txt')) {
53 if(@file_exists($path . '/' . $i_pagename . '.txt')) {
/plugin/accscounter/syntax/
H A Dcounter.php171 if (file_exists($file)) {
201 if (!file_exists($logfiledir)) mkdir($logfiledir, 0777, true);
213 if (!file_exists($logfiledir)) mkdir($logfiledir, 0777, true);
222 if (file_exists($achelper->counterFN($page, '.ip'))) {
261 if (!file_exists($logfiledir)) mkdir($logfiledir, 0777, true);
273 if (!file_exists($logfiledir)) mkdir($logfiledir, 0777, true);
282 if (file_exists($achelper->counterFN($page, '.ip'))) {
/plugin/headerfooter/
H A Daction.php26 if (file_exists($base . '_header.txt')){ // 存在头文件
33 if (file_exists($base . '_footer.txt')){ // 存在尾文件
/plugin/stopforumspam/
H A DSpamLogger.php40 if (file_exists($filename)) {
43 if (!file_exists($this->logdir)) {
/plugin/fedauth/classes/
H A Dfa_provider.class.php106 if (@file_exists($mfn)) {
161 …$this->data['img_large'] = '@DEF@' . (file_exists($imgpath . $large) ? $large : 'large/_noimage.p…
162 … $this->data['img_small'] = '@DEF@' . (file_exists($imgpath . $small) ? $small : '_noimage.png');
/plugin/stale/_test/
H A DbaseTest.php69 if (file_exists($conf_file)) {
75 if (file_exists($meta_file)) {
109 if (file_exists($settings_file)) {

12345678910>>...40