Searched refs:filterDoxygenAttributes (Results 1 – 2 of 2) sorted by relevance
203 json_encode($buildmanager->filterDoxygenAttributes($conf, true)) . $text206 json_encode($buildmanager->filterDoxygenAttributes($conf, false)) . $text255 … $conf['taskID'] = md5(json_encode($buildmanager->filterDoxygenAttributes($conf)));390 … $xml_cacheID = md5(json_encode($buildmanager->filterDoxygenAttributes($conf, false)) . $text);391 … $html_cacheID = md5(json_encode($buildmanager->filterDoxygenAttributes($conf, true)) . $text);
148 $this->filterDoxygenAttributes($config, false),169 'Configuration' => json_encode($this->filterDoxygenAttributes($config, true), true)719 public function filterDoxygenAttributes($config, $exclude = false) function in helper_plugin_doxycode_buildmanager