Home
last modified time | relevance | path

Searched refs:metaFN (Results 26 – 50 of 95) sorted by path

1234

/plugin/elasticsearch/action/
H A Dindexing.php43 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/elasticsearch/helper/
H A Dplugins.php20 $refreshStateFile = metaFN($id, '.elasticsearch_refresh');
/plugin/epub/
H A Dadmin.php21 $this->metadir = metaFN('epub',"");
H A Dhelper.php9 $this->script_file = metaFN('epub:cache', '.ser');
/plugin/epub/scripts/
H A Dcheck_progess.php17 $dir = dirname(metaFN("epub:$user:tmp",'.meta')) . '/';
H A Depub_utils.php169 $dir = dirname(metaFN("epub:$user:tmp",'.meta')) . '/';
/plugin/fckg/action/
H A Dmeta.php206 $meta = metaFN('fckl:symchk','.meta');
/plugin/fckg/
H A Dhelper.php51 $meta_fn = metaFN($ID,'.fckg');
/plugin/feedmod/
H A Daction.php103 if(@file_exists(metaFN($id, '.comments'))) {
/plugin/freesync/
H A Dhelper.php329 if(!@file_exists(metaFN($id, '.indexed'))) {
349 io_saveFile(metaFN($id,'.indexed'),INDEXER_VERSION);
/plugin/gdpr/_test/
H A DCleanIp.test.php23 $changelogFN = metaFN($ID, '.changes');
42 $actualChangelogContent = file_get_contents(metaFN($ID, '.changes'));
93 …$actualStartPosition = $changelogCleaner->validateStartPosition($inputStartPosition, metaFN($ID, '…
H A DCleanUser.test.php20 $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'));
/plugin/gdpr/action/
H A Doldips.php41 $changelogFN = metaFN($ID, '.changes');
/plugin/htmlokay/
H A Daction.php61 $meta_file = metaFN($cache->page,'.meta');
/plugin/ireadit/action/
H A Dauth.php27 $idxtag = metaFN($val['id'],'.indexed');
/plugin/jsonrpc/
H A Djsonrpc.php339 if(!@file_exists(metaFN($id, '.indexed'))) {
361 io_saveFile(metaFN($id,'.indexed'),INDEXER_VERSION);
/plugin/linkback/action/
H A Ddisplay.php48 $file = metaFN($ID, '.linkbacks');
244 $file = metaFN($ID, '.linkbacks');
274 $file = metaFN($ID, '.linkbacks');
312 $file = metaFN($ID, '.linkbacks');
344 $file = metaFN($ID, '.linkbacks');
H A Dreceive.php37 $file = metaFN($ID, '.linkbacks');
82 $file = metaFN($ID, '.linkbacks');
122 $file = metaFN($ID, '.linkbacks');
H A Dsend.php60 $file = metaFN($ID, '.linkbacks');
149 $file = metaFN($ID, '.linkbacks');
/plugin/linkback/
H A Dadmin.php103 $file = metaFN($id, '.linkbacks');
171 if (!$target['file']) $target['file'] = metaFN($id, '.linkbacks');
283 $file = metaFN($ID, '.linkbacks');
H A Dhelper.php61 $lfile = metaFN($ID, '.linkbacks');
203 $data = unserialize(io_readFile(metaFN($recent['id'], '.linkbacks'), false));
H A Dsyntax.php54 $file = metaFN($ID, '.linkbacks');
/plugin/linkback/exe/
H A Dpingback.php80 $file = metaFN($ID, '.linkbacks');
H A Dtrackback.php60 $file = metaFN($ID, '.linkbacks');
/plugin/metadisplay/
H A Dcli.php116 $dfile = $metafile = metaFN("dbg:debug",'.dbg');

1234