Home
last modified time | relevance | path

Searched refs:metaFN (Results 51 – 75 of 95) sorted by relevance

1234

/plugin/feedmod/
H A Daction.php103 if(@file_exists(metaFN($id, '.comments'))) {
/plugin/epub/
H A Dhelper.php9 $this->script_file = metaFN('epub:cache', '.ser');
/plugin/mytemplate/
H A Daction.php159 $meta_file = metaFN($ID, '.mytemplate');
187 $meta_file = metaFN($ID, '.mytemplate');
/plugin/ckgedit/action/
H A Dmeta.php30 $this->dw_priority_metafn=metaFN(':ckgedit:dw_priority', '.ser');
99 $filename = metaFN('fckl:scayt','.meta');
567 $meta = metaFN('fckl:symchk','.meta');
935 $filename = metaFN('fckl:scayt','.meta');
/plugin/cleanoldips/
H A Daction.php41 $changelogFN = metaFN($ID, '.changes');
/plugin/toctweak/syntax/
H A Dmetatoc.php86 $renderer->meta['relation']['toctweak'][] = metaFN($id,'.meta');
/plugin/strreplace/
H A Daction.php31 $this->metafilepath = metaFN($this->metafilename, '.ser');
/plugin/gdpr/action/
H A Doldips.php41 $changelogFN = metaFN($ID, '.changes');
/plugin/linkback/exe/
H A Dtrackback.php60 $file = metaFN($ID, '.linkbacks');
H A Dpingback.php80 $file = metaFN($ID, '.linkbacks');
/plugin/poll/
H A Dsyntax.php65 $pfile = metaFN(md5($title), '.poll');
/plugin/ckgdoku/
H A Dhelper.php71 $meta_fn = metaFN($ID,'.ckgdoku');
/plugin/rater/
H A Daction.php117 $rater_filename = metaFN('rater_'.$rater_id.'_'.$rater_name.'_'.$rater_type, '.rating');
/plugin/qna/syntax/
H A Dtoc.php220 $metafile = metaFN($id, '.meta');
/plugin/ckgedit/
H A Dhelper.php99 $meta_fn = metaFN($ID,'.ckgedit');
/plugin/editx/
H A Daction.php275 unlink(metaFN($opts['oldpage'],'.changes')); // purge page changes
317 if ($opts['purge']) unlink(metaFN($opts['oldpage'],'.changes')); // purge page changes
/plugin/task/
H A Dhelper.php158 $file = metaFN($id, '.task');
181 $file = ($data['file'] ? $data['file'] : metaFN($id, '.task'));
/plugin/news/
H A Dhelper.php73 return metaFN($file, $ext);
/plugin/textinsert/
H A Dadmin.php29 define('MACROS_FILE', metaFN('macros','.ser'));
/plugin/pageredirect/
H A Daction.php68 if(@filemtime(metaFN($ID, '.meta')) < @filemtime(wikiFN($ID))) {
/plugin/freesync/
H A Dhelper.php329 if(!@file_exists(metaFN($id, '.indexed'))) {
349 io_saveFile(metaFN($id,'.indexed'),INDEXER_VERSION);
/plugin/ckgdoku/action/
H A Dmeta.php26 $this->dw_priority_metafn=metaFN(':ckgdoku:dw_priority', '.ser');
532 $meta = metaFN('fckl:symchk','.meta');
920 $filename = metaFN('fckl:dblck','.meta');
/plugin/htmlokay/
H A Daction.php61 $meta_file = metaFN($cache->page,'.meta');
/plugin/accscounter/
H A Daction.php24 …if (auth_ismanager() and file_exists(metaFN($INFO['id'], '.accscounternm'))) msg($this->getLang('d…
/plugin/snippets/
H A Dadmin.php22 $this->metaFn = metaFN($metafile,'.ser');

1234