Home
last modified time | relevance | path

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

1234

/plugin/abortlogin/
H A Daction.php97 $log = metaFN('abortlogin:aborted_ip','.log');
/plugin/accscounter/
H A Daction.php24 …if (auth_ismanager() and file_exists(metaFN($INFO['id'], '.accscounternm'))) msg($this->getLang('d…
/plugin/btable/
H A Dexport.php31 $file = DOKU_INC.metaFN(md5($dID), '.btable');
139 function metaFN($id,$ext){ function
/plugin/btable2/
H A Dexport.php31 $file = DOKU_INC.metaFN(md5($dID), '.btable');
139 function metaFN($id,$ext){ function
H A Dsyntax.php146 $dfile = metaFN(md5($dID), '.btable');
/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/ckgdoku/
H A Dhelper.php71 $meta_fn = metaFN($ID,'.ckgdoku');
/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/ckgedit/
H A Dhelper.php99 $meta_fn = metaFN($ID,'.ckgedit');
/plugin/cleanoldips/_test/
H A Dcleaning.test.php21 $changelogFN = metaFN($ID, '.changes');
40 $actualChangelogContent = file_get_contents(metaFN($ID, '.changes'));
91 …$actualStartPosition = $changelogCleaner->validateStartPosition($inputStartPosition, metaFN($ID, '…
/plugin/cleanoldips/
H A Daction.php41 $changelogFN = metaFN($ID, '.changes');
H A Dcli.php51 $action->cleanChangelog($pageid, metaFN($pageid, '.changes'));
/plugin/clearhistory/
H A Dadmin.php117 … $this->_parseChangesFile(metaFN($ns . ':' . $name, '.changes'), $ns . ':' . $name, $onlySmall,
137 …$this->_parseChangesFile(metaFN($recent['id'], '.changes'), $recent['id'], $onlySmall, $onlyNoComm…
/plugin/combo/ComboStrap/
H A DFetcherMarkupBuilder.php353 $newFetcherMarkup->metaPath = LocalPath::createFromPathString(metaFN($wikiId, '.meta'));
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php356 return LocalPath::createFromPathString(metaFN($dokuwikiId, '.meta'));
/plugin/database2/
H A Ddatabase2.php400 $dsn = 'sqlite:' . metaFN( $dbPath, '.db' );
/plugin/discussion/
H A Daction.php234 $file = metaFN($ID, '.comments');
401 $file = metaFN($ID, '.comments');
516 $file = metaFN($ID, '.comments');
629 $file = metaFN($ID, '.comments');
1154 @unlink(metaFN($id, '.indexed'));
1419 $cfile = metaFN($ID, '.comments');
1594 $file = metaFN($event->data[$param['id']], '.comments');
1612 $file = metaFN($event->data['id'], '.comments');
1665 $file = metaFN($ID, '.comments');
H A Dadmin.php105 $file = metaFN($id, '.comments');
187 $thread['file'] = metaFN($id, '.comments');
354 $file = metaFN($ID, '.comments');
H A Dconvert.php69 'new' => metaFN($id, '.comments')
H A Dhelper.php69 $cfile = metaFN($id, '.comments');
116 $file = metaFN($id, '.comments');
249 $data = unserialize(io_readFile(metaFN($recent['id'], '.comments'), false));
/plugin/dlcount/
H A Dadmin.php78 … $metaFN = $mediametadir . '/' . str_replace(':', DIRECTORY_SEPARATOR, $mediaWN) . self::SUFFIX;
79 if (!file_exists($metaFN)) {
83 $meta = unserialize(io_readFile($metaFN, false));
/plugin/dokutranslate/
H A Daction.php23 $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 Dsyntax.php78 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/dw2pdf/
H A Daction.php356 $dependencies[] = metaFN($pageid, '.meta');
/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

1234