Home
last modified time | relevance | path

Searched refs:getTagAttributes (Results 1 – 15 of 15) sorted by relevance

/template/strap/syntax/
H A Ddisqus.php92 $attributes = PluginUtility::getTagAttributes($match);
123 … $default = PluginUtility::getTagAttributes($this->getConf(self::CONF_DEFAULT_ATTRIBUTES));
H A Diteratordata.php133 $attributes = PluginUtility::getTagAttributes($match);
H A Dtoc.php108 $attributes = PluginUtility::getTagAttributes($match);
H A Dtabpanels.php124 $tagAttributes = PluginUtility::getTagAttributes($match);
H A Dunit.php120 $parameters = PluginUtility::getTagAttributes($match);
H A Dtab.php121 $tagAttributes = PluginUtility::getTagAttributes($match);
H A Dfooter.php130 $tagAttributes = PluginUtility::getTagAttributes($match);
H A Dmetadata.php159 return PluginUtility::getTagAttributes($match);
H A Dnavbargroup.php137 $tagAttributes = PluginUtility::getTagAttributes($match);
H A Dheader.php71 $tagAttributes = PluginUtility::getTagAttributes($match);
H A Dnavbarcollapse.php141 $tagAttributes = PluginUtility::getTagAttributes($match);
H A Dlabel.php83 $tagAttributes = PluginUtility::getTagAttributes($match);
/template/strap/ComboStrap/
H A DHeadingTag.php492 return PluginUtility::getTagAttributes($headingStartTagString);
H A DPluginUtility.php234 …public static function getTagAttributes(string $match, array $knownTypes = [], bool $allowFirstBoo… function in ComboStrap\\PluginUtility
H A DTagAttributes.php313 …$inlineHtmlAttributes = PluginUtility::getTagAttributes($match, $knownTypes, $allowFirstBooleanAtt…