Searched refs:tagfile_dir (Results 1 – 1 of 1) sorted by relevance
14 private $tagfile_dir; // convenience variable for accessing the tag files variable in helper_plugin_doxycode_tagmanager18 $this->tagfile_dir = DOKU_PLUGIN . $this->getPluginName() . '/tagfiles/';34 $files = glob($this->tagfile_dir . '*.xml');49 return $this->tagfile_dir;64 $filename = $this->tagfile_dir . 'tagconfig.json';95 if (!is_dir($this->tagfile_dir)) {96 return mkdir($this->tagfile_dir);134 $config_filename = $this->tagfile_dir . 'tagconfig.json';168 return $this->tagfile_dir . $tag_name . '.xml';