Home
last modified time | relevance | path

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

1234

/plugin/rater/
H A Daction.php117 $rater_filename = metaFN('rater_'.$rater_id.'_'.$rater_name.'_'.$rater_type, '.rating');
H A Dsyntax.php144 …$rater_filename = metaFN('rater_'.$data['rater_id'].'_'.$data['rater_name'].'_'.$data['rater_type'…
/plugin/siteexport/action/
H A Daggregate.php126 if (@unlink(metaFN($ID, '.meta')) === false) {
127 dbglog("Could not delete old meta file", metaFN($ID, '.meta'), 1 );
/plugin/snippets/
H A Daction.php37 $this->metafn = metaFN('snippets_upd','.ser');
H A Dadmin.php22 $this->metaFn = metaFN($metafile,'.ser');
H A Dhelper.php17 $this->metafn = metaFN('snippets_upd','.ser');
/plugin/solr/
H A Dhelper.php171 $idxtag = metaFN($id,'.solr_indexed');
187 $idxtag = metaFN($id,'.solr_indexed');
/plugin/strreplace/
H A Daction.php31 $this->metafilepath = metaFN($this->metafilename, '.ser');
/plugin/task/
H A Dhelper.php158 $file = metaFN($id, '.task');
181 $file = ($data['file'] ? $data['file'] : metaFN($id, '.task'));
H A Dics.php17 $data = unserialize(io_readFile(metaFN($id, '.task'), false));
/plugin/task/syntax/
H A Dtask.php46 if(@file_exists(metaFN($ID, '.task')) && $ACT != 'preview' && !$REV) {
71 if(@file_exists(metaFN($ID, '.task'))) {
/plugin/textinsert/
H A Dadmin.php29 define('MACROS_FILE', metaFN('macros','.ser'));
H A Dsyntax.php166 $a = unserialize(file_get_contents(metaFN('macros','.ser')));
/plugin/toctweak/syntax/
H A Dmetatoc.php86 $renderer->meta['relation']['toctweak'][] = metaFN($id,'.meta');
/plugin/tplmod/
H A Daction.php20 $this->ui_priority_metafn = metaFN(':tplmod:ui_lang', '.ser');
/plugin/usersubscriptions/
H A Dsyntax.php95 $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/vote/
H A Dsyntax.php149 $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/xcom/
H A Dremote.php153 $path = metaFN($id,'.meta');
/plugin/xtern/
H A Daction.php12 $this->accumulator = metaFN('xtern:accumulator','.ser');
41 $this->accumulator = metaFN('xtern:accumulator','.ser');
H A Dadmin.php18 $this->accumulator = metaFN('xtern:accumulator','.ser');

1234