Home
last modified time | relevance | path

Searched refs:createFromTagMatch (Results 1 – 25 of 25) sorted by relevance

/plugin/combo/ComboStrap/
H A DTemplateEngine.php192 $tagAttributes = TagAttributes::createFromTagMatch("<share $args/>", [], $knownType);
211 $tagAttributes = TagAttributes::createFromTagMatch("<breadcrumb $args/>", $default, $knownType);
223 $tagAttributes = TagAttributes::createFromTagMatch("<page-image $args/>", $default, $knownType);
H A DXmlTagProcessing.php419 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes, $allowAnyFirstBooleanAttributesAsType);
745 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes, $allowAnyFirstBooleanAttributesAsType)
H A DTagAttributes.php311 public static function createFromTagMatch($match, array $defaultAttributes = [], array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): TagAttributes function in ComboStrap\\TagAttributes
/plugin/combo/syntax/
H A Drelated.php112 $tagAttributes = TagAttributes::createFromTagMatch($match);
H A Dbackgrounds.php99 $tagAttributes = TagAttributes::createFromTagMatch($match);
H A Ditext.php93 $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes);
H A Dcite.php98 $attributes = TagAttributes::createFromTagMatch($match)->toCallStackArray();
H A Dtext.php110 $attributes = TagAttributes::createFromTagMatch($match,[],[],true);
H A Dtogglecollapse.php107 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultParameters, $knownTypes)
H A Dtoggleexpand.php107 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultParameters, $knownTypes)
H A Dcontentlistitem.php131 $attributes = TagAttributes::createFromTagMatch($match);
H A Daccordion.php149 $attributes = TagAttributes::createFromTagMatch($match)
H A Dwebcode.php163 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes);
H A Drailroad.php108 $tagAttributes = TagAttributes::createFromTagMatch($match);
H A Dnote.php110 $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knwonTypes);
H A Dfragment.php147 $tagAttributes = TagAttributes::createFromTagMatch($match);
H A Dcell.php158 $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes)->toCallStackArray();
H A Dtoggle.php109 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultParameters, $knownTypes)
H A Dtooltip.php144 $tagAttributes = TagAttributes::createFromTagMatch($match);
H A Dmenubar.php172 $tagAttributes = TagAttributes::createFromTagMatch($match, $default);
H A Dbadge.php120 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultConfValue, $knownTypes);
H A Dbrand.php134 $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, [], true)
H A Dcontentlist.php208 $attributes = TagAttributes::createFromTagMatch($match, $default, $knownType);
H A Diterator.php222 $tagAttributes = TagAttributes::createFromTagMatch($match);
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php146 $tagAttributes = TagAttributes::createFromTagMatch($match);