Home
last modified time | relevance | path

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

/plugin/combo/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 Dtab.php121 $tagAttributes = PluginUtility::getTagAttributes($match);
H A Dtabpanels.php124 $tagAttributes = PluginUtility::getTagAttributes($match);
H A Dunit.php120 $parameters = 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);
/plugin/combo/ComboStrap/
H A DHeadingTag.php485 return PluginUtility::getTagAttributes($headingStartTagString);
H A DPluginUtility.php194 * To parse a match, use {@link PluginUtility::getTagAttributes()}
234 public static function getTagAttributes(string $match, array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): array function in ComboStrap\\PluginUtility
H A DTagAttributes.php313 $inlineHtmlAttributes = PluginUtility::getTagAttributes($match, $knownTypes, $allowFirstBooleanAttributesAsType);