Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DPluginUtility.php234 …tTagAttributes(string $match, array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = fa… argument
236 …elf::getQualifiedTagAttributes($match, false, "", $knownTypes, $allowFirstBooleanAttributesAsType);
247 * @param bool $allowFirstBooleanAttributesAsType
250 …hirdValue, $keyThirdArgument, array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = fa… argument
281 if ($allowFirstBooleanAttributesAsType) {
H A DTagAttributes.php308 …* @param bool $allowFirstBooleanAttributesAsType - if the first attribute is a boolean, make it a …
311 …rray $defaultAttributes = [], array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = fa… argument
313 …ributes = PluginUtility::getTagAttributes($match, $knownTypes, $allowFirstBooleanAttributesAsType);