Home
last modified time | relevance | path

Searched refs:getQualifiedTagAttributes (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/syntax/
H A Dcode.php129 $tagAttributes = PluginUtility::getQualifiedTagAttributes($match, true, self::FILE_PATH_KEY, [], true);
/plugin/combo/ComboStrap/
H A DPluginUtility.php236 return self::getQualifiedTagAttributes($match, false, "", $knownTypes, $allowFirstBooleanAttributesAsType);
250 public static function getQualifiedTagAttributes($match, $hasThirdValue, $keyThirdArgument, array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): array function in ComboStrap\\PluginUtility
H A DXmlTagProcessing.php422 $attributesArray = PluginUtility::getQualifiedTagAttributes($match, true, $secondBooleanAttribute, $knownTypes, $allowAnyFirstBooleanAttributesAsType);