| /plugin/dokutranslate/ |
| D | action.php | 23 $lines = @file(metaFN($id, '.changes')); 65 $meta = unserialize(io_readFile(metaFN($id, '.translateHistory'), false)); 107 io_saveFile(metaFN($id, '.translateHistory'), serialize($meta)); 108 io_saveFile(metaFN($id, '.translate'), serialize($meta['current'])); 128 if (!@file_exists(metaFN($ID, '.translate'))) { 181 if (@file_exists(metaFN($ID, '.translate')) && in_array($act, array('draft', 'recover'))) { 189 if (!@file_exists(metaFN($ID, '.translate')) && empty($_REQUEST['translate'])) { 198 if (!@file_exists(metaFN($ID, '.translate')) && !empty($_REQUEST['translate'])) { 249 io_saveFile(metaFN($ID, '.translate'), serialize($translateMeta)); 251 io_saveFile(metaFN($ID, '.translateHistory'), serialize(array('current' => $translateMeta))); [all …]
|
| D | syntax.php | 78 return unserialize(io_readFile(metaFN($id, '.translate'), false)); 83 $meta = unserialize(io_readFile(metaFN($id, '.translateHistory'), false)); 151 if (!@file_exists(metaFN($ID, '.translate')) || $DOKUTRANSLATE_NEST > 0) { 165 if (!@file_exists(metaFN($ID, '.translate')) || $DOKUTRANSLATE_NEST > 0) {
|
| /plugin/gdpr/_test/ |
| D | CleanUser.test.php | 20 $changelogFN = metaFN('some:page', '.changes'); 50 $actualChangelogContent = file_get_contents(metaFN('some:page', '.changes')); 85 $actualChangelogContentFile1 = file_get_contents(metaFN('some:page', '.changes')); 93 $actualChangelogContentFile2 = file_get_contents(metaFN('mailinglist', '.changes'));
|
| D | CleanIp.test.php | 23 $changelogFN = metaFN($ID, '.changes'); 42 $actualChangelogContent = file_get_contents(metaFN($ID, '.changes')); 93 …$actualStartPosition = $changelogCleaner->validateStartPosition($inputStartPosition, metaFN($ID, '…
|
| /plugin/cleanoldips/_test/ |
| D | cleaning.test.php | 21 $changelogFN = metaFN($ID, '.changes'); 40 $actualChangelogContent = file_get_contents(metaFN($ID, '.changes')); 91 …$actualStartPosition = $changelogCleaner->validateStartPosition($inputStartPosition, metaFN($ID, '…
|
| /plugin/noticeboard/noticeboard/classes/ |
| D | NoticeList.php | 65 $fileNoticeboards = metaFN('','.noticeboard'); 83 $file = metaFN($this->noticeboardId, '.noticeboard'); 84 $fileNoticeboards = metaFN('','.noticeboard'); 122 $file = metaFN($this->noticeboardId, '.noticeboard'); 123 $fileNoticeboards = metaFN('','.noticeboard'); 157 $file = metaFN($this->noticeboardId, '.noticeboard'); 202 $file = metaFN($this->noticeboardId, '.noticeboard'); 374 $f = metaFN('', '.noticeboard'); 382 $file = metaFN($parentId, '.noticeboard');
|
| /plugin/noticeboard/classes/ |
| D | NoticeList.php | 65 $fileNoticeboards = metaFN('','.noticeboard'); 83 $file = metaFN($this->noticeboardId, '.noticeboard'); 84 $fileNoticeboards = metaFN('','.noticeboard'); 122 $file = metaFN($this->noticeboardId, '.noticeboard'); 123 $fileNoticeboards = metaFN('','.noticeboard'); 157 $file = metaFN($this->noticeboardId, '.noticeboard'); 202 $file = metaFN($this->noticeboardId, '.noticeboard'); 374 $f = metaFN('', '.noticeboard'); 382 $file = metaFN($parentId, '.noticeboard');
|
| /plugin/usersubscriptions/ |
| D | syntax.php | 95 $file = metaFN($id, '.mlist'); 98 $file = metaFN(getNS($id), '.mlist'); 100 $file = metaFN(getNS($id), '/.mlist'); 115 $file = metaFN($id, '.mlist'); 118 $file = metaFN($id, '/.mlist');
|
| /plugin/linkback/action/ |
| D | receive.php | 37 $file = metaFN($ID, '.linkbacks'); 82 $file = metaFN($ID, '.linkbacks'); 122 $file = metaFN($ID, '.linkbacks');
|
| D | display.php | 48 $file = metaFN($ID, '.linkbacks'); 244 $file = metaFN($ID, '.linkbacks'); 274 $file = metaFN($ID, '.linkbacks'); 312 $file = metaFN($ID, '.linkbacks'); 344 $file = metaFN($ID, '.linkbacks');
|
| /plugin/vote/ |
| D | syntax.php | 149 $vote_log_file = metaFN( md5( $title ), '.vote' ); 169 $file = metaFN( $title, '.dbg' ); 183 $vote_log_file = metaFN( md5( $title ), '.vote' ); 193 $vote_log_file = metaFN( md5( $title ), '.vote' );
|
| /plugin/elasticsearch/action/ |
| D | indexing.php | 51 metaFN($ID, '.elasticsearch_indexed'), 106 $indexStateFile = metaFN($id, '.elasticsearch_indexed'); 107 $refreshStateFile = metaFN($id, '.elasticsearch_refresh'); 185 metaFN($id, '.elasticsearch_indexed'); 216 metaFN($id, '.elasticsearch_indexed');
|
| /plugin/quickstats/ |
| D | action.php | 71 $this->page_file = metaFN($ns . 'pages' , '.ser'); 72 $this->ua_file = metaFN($ns . 'ua' , '.ser'); 73 $this->ip_file = metaFN($ns . 'ip' , '.ser'); 74 $this->misc_data_file = metaFN($ns . 'misc_data' , '.ser'); 75 $this->qs_file = metaFN($ns . 'qs_data' , '.ser'); 76 $this->page_users_file = metaFN($ns . 'page_users' , '.ser'); 77 $this->page_totals_file = metaFN($ns_prefix . 'page_totals' , '.ser'); 78 $this ->db_check = metaFN($ns_prefix . 'db_warning' , '.txt');
|
| D | admin.php | 70 $misc_data_file = metaFN($ns . 'misc_data' , '.ser'); 98 $uniq_data_file = metaFN($ns_prefix . 'uniq_ip' , '.ser'); 107 $ip_file = metaFN($ns . 'ip' , '.ser'); 130 $ip_file = metaFN($ns . 'ip' , '.ser');
|
| /plugin/btable/ |
| D | export.php | 31 $file = DOKU_INC.metaFN(md5($dID), '.btable'); 139 function metaFN($id,$ext){ function
|
| /plugin/btable2/ |
| D | export.php | 31 $file = DOKU_INC.metaFN(md5($dID), '.btable'); 139 function metaFN($id,$ext){ function
|
| /plugin/discussion/ |
| D | helper.php | 81 $cfile = metaFN($id, '.comments'); 137 $file = metaFN($id, '.comments'); 298 $data = unserialize(io_readFile(metaFN($recent['id'], '.comments'), false));
|
| D | admin.php | 124 $file = metaFN($id, '.comments'); 224 $thread['file'] = metaFN($id, '.comments'); 393 $file = metaFN($ID, '.comments');
|
| /plugin/dlcount/ |
| D | admin.php | 78 … $metaFN = $mediametadir . '/' . str_replace(':', DIRECTORY_SEPARATOR, $mediaWN) . self::SUFFIX; 79 if (!file_exists($metaFN)) { 83 $meta = unserialize(io_readFile($metaFN, false));
|
| /plugin/linkback/ |
| D | helper.php | 61 $lfile = metaFN($ID, '.linkbacks'); 203 $data = unserialize(io_readFile(metaFN($recent['id'], '.linkbacks'), false));
|
| D | admin.php | 103 $file = metaFN($id, '.linkbacks'); 171 if (!$target['file']) $target['file'] = metaFN($id, '.linkbacks'); 283 $file = metaFN($ID, '.linkbacks');
|
| /plugin/siteexport/action/ |
| D | aggregate.php | 125 if (@unlink(metaFN($ID, '.meta')) === false) { 126 dbglog("Could not delete old meta file", metaFN($ID, '.meta'), 1 );
|
| /plugin/numbering/ |
| D | action.php | 78 $db = metaFN("numbering:$db_name",'.ser'); 80 else $db = metaFN("numbering:seqnum",'.ser');
|
| /plugin/elasticsearch/helper/ |
| D | plugins.php | 23 $refreshStateFile = metaFN($id, '.elasticsearch_refresh');
|
| /plugin/linkcheck/ |
| D | helper.php | 30 if($this->getusecache()) $this->dbfile = metaFN('linkcheck_cache','.sqlite'); 37 … if($this->getConf('autodownloadcacert')) $this->cacertfile = metaFN('linkcheck_cacert','.pem');
|