/plugin/dokutranslate/ |
H A D | action.php | 23 $lines = @file(metaFN($id, '.changes')); 107 io_saveFile(metaFN($id, '.translateHistory'), serialize($meta)); 108 io_saveFile(metaFN($id, '.translate'), serialize($meta['current'])); 128 if (!@file_exists(metaFN($ID, '.translate'))) { 270 if (!@file_exists(metaFN($ID, '.translate'))) { 294 if (!@file_exists(metaFN($ID, '.translate')) || isset($TEXT)) { 370 if (!@file_exists(metaFN($ID, '.translate'))) { 417 if (!@file_exists(metaFN($ID, '.translate'))) { 443 if (!@file_exists(metaFN($ID, '.translate'))) { 476 if (@file_exists(metaFN($ID, '.translate'))) { [all …]
|
H A 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/ |
H A 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'));
|
H A 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/ |
H A 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/classes/ |
H A 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/noticeboard/classes/ |
H A 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/ |
H A 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/ |
H A D | receive.php | 37 $file = metaFN($ID, '.linkbacks'); 82 $file = metaFN($ID, '.linkbacks'); 122 $file = metaFN($ID, '.linkbacks');
|
H A 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/ |
H A 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/ |
H A D | indexing.php | 43 metaFN($ID, '.elasticsearch_indexed'), 96 $indexStateFile = metaFN($id, '.elasticsearch_indexed'); 97 $refreshStateFile = metaFN($id, '.elasticsearch_refresh'); 174 metaFN($id, '.elasticsearch_indexed'); 204 metaFN($id, '.elasticsearch_indexed');
|
/plugin/quickstats/ |
H A 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');
|
H A 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/discussion/ |
H A D | helper.php | 69 $cfile = metaFN($id, '.comments'); 116 $file = metaFN($id, '.comments'); 249 $data = unserialize(io_readFile(metaFN($recent['id'], '.comments'), false));
|
H A D | admin.php | 105 $file = metaFN($id, '.comments'); 187 $thread['file'] = metaFN($id, '.comments'); 354 $file = metaFN($ID, '.comments');
|
/plugin/btable/ |
H A D | export.php | 31 $file = DOKU_INC.metaFN(md5($dID), '.btable'); 139 function metaFN($id,$ext){ function
|
/plugin/btable2/ |
H A D | export.php | 31 $file = DOKU_INC.metaFN(md5($dID), '.btable'); 139 function metaFN($id,$ext){ function
|
/plugin/linkback/ |
H A D | helper.php | 61 $lfile = metaFN($ID, '.linkbacks'); 203 $data = unserialize(io_readFile(metaFN($recent['id'], '.linkbacks'), false));
|
H A D | admin.php | 103 $file = metaFN($id, '.linkbacks'); 171 if (!$target['file']) $target['file'] = metaFN($id, '.linkbacks'); 283 $file = metaFN($ID, '.linkbacks');
|
/plugin/dlcount/ |
H A 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/elasticsearch/helper/ |
H A D | plugins.php | 20 $refreshStateFile = metaFN($id, '.elasticsearch_refresh');
|
/plugin/numbering/ |
H A D | action.php | 78 $db = metaFN("numbering:$db_name",'.ser'); 80 else $db = metaFN("numbering:seqnum",'.ser');
|
/plugin/siteexport/action/ |
H A D | aggregate.php | 126 if (@unlink(metaFN($ID, '.meta')) === false) { 127 dbglog("Could not delete old meta file", metaFN($ID, '.meta'), 1 );
|
/plugin/ireadit/action/ |
H A D | auth.php | 27 $idxtag = metaFN($val['id'],'.indexed');
|