Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DCall.php200 $componentName = PluginUtility::getComponentName($syntaxComponentName);
202 $componentName = PluginUtility::getComponentName($tagName);
521 $component = $this->getComponentName();
582 function getComponentName() function in ComboStrap\\Call
882 $this->call[1][0] = PluginUtility::getComponentName($tag);
H A DPluginUtility.php131 return "plugin_" . self::getComponentName($tag);
793 static function getComponentName($tag): string function in ComboStrap\\PluginUtility
964 $pluginName = PluginUtility::getComponentName($tagName);
983 $pluginName = PluginUtility::getComponentName($tagName);
H A DOutline.php192 $componentName = $actualCall->getComponentName();
365 switch ($actualCall->getComponentName()) {
406 switch ($actualCall->getComponentName()) {
H A DOutlineSection.php376 $componentName = $contentCall->getComponentName();
H A DHeadingTag.php147 if ($parent && $parent->getComponentName() !== "section_open") {
/template/strap/syntax/
H A Diterator.php283 … if (in_array($templateCall->getComponentName(), Call::BLOCK_MARKUP_DOKUWIKI_COMPONENTS)) {
498 switch ($actualCall->getComponentName()) {
537 if ($firstTemplateCall->getComponentName() === "table_open") {
540 … if ($lastIterationHeaderInstruction->getComponentName() === "table_close") {
H A Dmath.php189 public static function getComponentName(): string function in syntax_plugin_combo_math