Home
last modified time | relevance | path

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

/plugin/webcomponent/_test/
H A Dmath.test.php20 $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();
/plugin/combo/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
/plugin/combo/ComboStrap/
H A DCall.php194 $componentName = PluginUtility::getComponentName($syntaxComponentName);
196 $componentName = PluginUtility::getComponentName($tagName);
261 * * with the plugin as prefix such as in {@link Call::getComponentName()}
513 $component = $this->getComponentName();
568 function getComponentName() function in ComboStrap\\Call
868 $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.php187 $componentName = $actualCall->getComponentName();
357 switch ($actualCall->getComponentName()) {
398 switch ($actualCall->getComponentName()) {
H A DHeadingTag.php147 if ($parent && $parent->getComponentName() !== "section_open") {
/plugin/webcomponent/action/
H A Dmath.php57 …ath_div_id = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName();
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DBuildJsProcess.php46 $componentName = $this->getComponentName($name, $extra);
H A DCopyProcess.php42 $componentName = $this->getComponentName($name, $extra);
H A DRequireCssProcess.php106 $name = $this->getComponentName($package['name'], $extra);
H A DProcess.php154 public function getComponentName($prettyName, array $extra = array()) function in ComponentInstaller\\Process\\Process
H A DRequireJsProcess.php102 $name = $this->getComponentName($package['name'], $extra);
/plugin/webcomponent/syntax/
H A Dmath.php167 public static function getComponentName() function in syntax_plugin_webcomponent_math