Home
last modified time | relevance | path

Searched refs:allowFirstBooleanAttributesAsType (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DPluginUtility.php234 public static function getTagAttributes(string $match, array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): array argument
236 return self::getQualifiedTagAttributes($match, false, "", $knownTypes, $allowFirstBooleanAttributesAsType);
247 * @param bool $allowFirstBooleanAttributesAsType
250 public static function getQualifiedTagAttributes($match, $hasThirdValue, $keyThirdArgument, array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): array argument
281 if ($allowFirstBooleanAttributesAsType) {
H A DTagAttributes.php308 * @param bool $allowFirstBooleanAttributesAsType - if the first attribute is a boolean, make it a type
311 public static function createFromTagMatch($match, array $defaultAttributes = [], array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): TagAttributes argument
313 $inlineHtmlAttributes = PluginUtility::getTagAttributes($match, $knownTypes, $allowFirstBooleanAttributesAsType);