Home
last modified time | relevance | path

Searched refs:tag_conf (Results 1 – 7 of 7) sorted by relevance

/plugin/doxycode/
Dadmin.php124 foreach ($new_tag_config as $key => $tag_conf) {
125 $this->tag_config[$key] = $tag_conf;
132 foreach ($this->tag_config as $key => &$tag_conf) {
134 if (!isset($tag_conf['enabled']) || !$tag_conf['enabled']) continue;
137 if (strlen($tag_conf['docu_url']) <= 0) {
138 $tag_conf['enabled'] = false;
142 … if (strlen($tag_conf['remote_url']) > 0 && strlen($tag_conf['update_period']) <= 0) {
143 $tag_conf['enabled'] = false;
149 unset($tag_conf);
154 foreach ($this->tag_config as $key => $tag_conf) {
[all …]
Dhelper.php32 public function getXMLFileDependencies(&$dependencies, $tag_conf = null) argument
35 $this->getTagFiles($dependencies, $tag_conf);
43 public function getHTMLFileDependencies(&$dependencies, $xml_cacheID, $tag_conf = null) argument
46 $this->getTagFiles($dependencies, $tag_conf);
60 public function getTagFiles(&$dependencies, $tag_conf = null) argument
64 foreach ($tag_conf as $key => $conf) {
Daction.php324 $tag_conf = $tagmanager->getFilteredTagConfig($task_config['tagfiles']);
327 $helper->getHTMLFileDependencies($depends, $xml_cacheID, $tag_conf);
353 $helper->getXMLFileDependencies($depends, $tag_conf);
361 …dered_text = $parser->renderXMLToDokuWikiCode($xml_content, $job_config['linenumbers'], $tag_conf);
/plugin/doxycode/helper/
Dtagmanager.php137 foreach ($tag_config as $name => $tag_conf) {
139 foreach ($tag_conf as $key => $value) {
179 $tag_conf = $this->loadTagFileConfig();
182 $tag_conf = $this->filterConfig($tag_conf, 'isConfigEnabled');
190 $tag_conf = array_intersect_key($tag_conf, array_flip($tag_names));
193 return $tag_conf;
271 foreach ($tag_config as $key => $tag_conf) {
272 if ($tag_conf['force_runner']) {
Dparser.php41 public function renderXMLToDokuWikiCode($xmlString, $line_numbers, $tag_conf = null) argument
67 $this->parseDoxygenXMLElement($codeline, $output, $tag_conf);
96 * @param Array $tag_conf Tag configuration used for generating the reference URLS
98 private function parseDoxygenXMLElement($element, &$output, $tag_conf = null) argument
130 $this->parseDoxygenXMLElement($node, $output, $tag_conf);
142 $output .= $this->convertRefToURL($node, $tag_conf);
177 * @param Array $tag_conf Tag file configuration
180 private function convertRefToURL(&$node, $tag_conf = null) argument
191 foreach ($tag_conf as $key => $conf) {
Dbuildmanager.php186 * @param Array $tag_conf Tag file configuration used for passing the tag files to doxygen
189 public function tryBuildNow($jobID, &$config, $content, $tag_conf) argument
217 $buildsuccess = $this->runDoxygen($tmp_dir, $tag_conf);
517 * @param Array $tag_conf Tag file configuration
520 private function runDoxygen($build_dir, $tag_conf = null) argument
546 foreach ($tag_conf as $key => $conf) {
/plugin/doxycode/syntax/
Dsnippet.php193 $tag_conf = $tagmanager->getFilteredTagConfig($conf['tagfiles']);
214 $helper->getHTMLFileDependencies($depends, $xml_cacheID, $tag_conf);
235 $helper->getXMLFileDependencies($depends, $tag_conf);
265 $conf['render_task'] = $tagmanager->isForceRenderTaskSet($tag_conf);
284 … $buildsuccess = $buildmanager->tryBuildNow($xml_cacheID, $conf, $text, $tag_conf);
287 $buildmanager->addBuildJob($xml_cacheID, $conf, $text, $tag_conf);
347 $tag_conf
372 $tag_conf = $tagmanager->getFilteredTagConfig($data['tagfiles']);
376 foreach ($tag_conf as $key => $conf) {