Lines Matching refs:tag_config
35 private $tag_config; variable in admin_plugin_doxycode
54 $tag_config = $this->helper->loadTagFileConfig();
58 $this->tag_config = array_merge($tag_files, $tag_config);
96 $this->tag_config[pathinfo($_FILES['upload']['name'], PATHINFO_FILENAME)] = [];
108 && !isset($this->tag_config[$new_tag_config['new']['new_name']])
116 $this->tag_config[$newKey] = $new_tag_config['new'];
125 $this->tag_config[$key] = $tag_conf;
132 foreach ($this->tag_config as $key => &$tag_conf) {
154 foreach ($this->tag_config as $key => $tag_conf) {
156 unset($this->tag_config[$key]);
171 foreach ($this->tag_config as $key => $tag_conf) {
176 unset($this->tag_config[$key]);
177 $this->tag_config[$newName] = $tag_conf;
178 unset($this->tag_config[$newName]['new_name']);
192 $this->helper->saveTagFileConfig($this->tag_config);
242 foreach ($this->tag_config as $key => $tag_conf) {