Home
last modified time | relevance | path

Searched refs:metaFilePath (Results 1 – 6 of 6) sorted by relevance

/plugin/preservefilenames/
H A Daction_angua.php103 $metaFilePath = mediaMetaFN($id, '.filename');
105 if (@unlink($metaFilePath)) {
117 $metaFilePath = mediaMetaFN($id, '.filename');
118 $meta = unserialize(io_readFile($metaFilePath, false));
127 io_rename($oldMetaFilePath, $metaFilePath);
/plugin/openas/
H A Daction.php21 $this->locked_fn = $this->metaFilePath('locks','ser',false);
95 $metafn=$this->metaFilePath($orig_id,'orig');
172 $metafn = $this->metaFilePath($curid);
184 function metaFilePath($current_id, $ext='mvd', $numbered=true) { function in action_plugin_openas
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php70 $metaFilePath = $dokuwikiStore->getMetaFilePath();
71 if ($metaFilePath !== null) {
72 $metaModifiedTime = FileSystems::getModifiedTime($metaFilePath);
/plugin/quickstats/
H A Dhelper.php126 function metaFilePath($directory=false) { function in helper_plugin_quickstats
H A Dadmin.php38 $this->meta_path = $this->helper->metaFilePath(true) ;
H A Dsyntax.php528 $meta_path = $this->helper->metaFilePath(true) ;