Searched refs:getComponentName (Results 1 – 15 of 15) sorted by relevance
20 $componentName = syntax_plugin_webcomponent_math::getComponentName();65 … $divId = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName();88 … $divId = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName();
200 $componentName = PluginUtility::getComponentName($syntaxComponentName);202 $componentName = PluginUtility::getComponentName($tagName);521 $component = $this->getComponentName();582 function getComponentName() function in ComboStrap\\Call882 $this->call[1][0] = PluginUtility::getComponentName($tag);
131 return "plugin_" . self::getComponentName($tag);793 static function getComponentName($tag): string function in ComboStrap\\PluginUtility964 $pluginName = PluginUtility::getComponentName($tagName);983 $pluginName = PluginUtility::getComponentName($tagName);
192 $componentName = $actualCall->getComponentName();365 switch ($actualCall->getComponentName()) {406 switch ($actualCall->getComponentName()) {
376 $componentName = $contentCall->getComponentName();
147 if ($parent && $parent->getComponentName() !== "section_open") {
283 … 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") {
189 public static function getComponentName(): string function in syntax_plugin_combo_math
57 …ath_div_id = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName();
46 $componentName = $this->getComponentName($name, $extra);
42 $componentName = $this->getComponentName($name, $extra);
106 $name = $this->getComponentName($package['name'], $extra);
154 public function getComponentName($prettyName, array $extra = array()) function in ComponentInstaller\\Process\\Process
102 $name = $this->getComponentName($package['name'], $extra);
167 public static function getComponentName() function in syntax_plugin_webcomponent_math