Home
last modified time | relevance | path

Searched defs:knownTypes (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/
H A DMime.php43 private static ?array $knownTypes; variable in ComboStrap\\Mime
H A DTagAttributes.php265 private $knownTypes; variable in ComboStrap\\TagAttributes
311 public static function createFromTagMatch($match, array $defaultAttributes = [], array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): TagAttributes argument
1420 public function setKnownTypes(?array $knownTypes): TagAttributes argument
H A DPluginUtility.php234 public static function getTagAttributes(string $match, array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): array argument
250 public static function getQualifiedTagAttributes($match, $hasThirdValue, $keyThirdArgument, array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): array argument