Lines Matching refs:tagName
185 …public static function createComboCall($tagName, $state, array $attribute = array(), string $rawCo… argument
191 PluginUtility::TAG => $tagName,
202 $componentName = PluginUtility::getComponentName($tagName);
287 $tagName = str_replace("_close", "", $dokuWikiNodeName);
288 return str_replace("_open", "", $tagName);
316 $tagName = $componentNames[sizeof($componentNames) - 1];
318 $tagName = $component;
320 return $tagName;
892 $tagName = $this->getTagName();
893 switch ($tagName) {
898 …LogUtility::msg("Setting the captured content on a call for the tag ($tagName) is not yet implemen…