Home
last modified time | relevance | path

Searched refs:toCallStackArray (Results 26 – 33 of 33) sorted by last modified time

12

/plugin/combo/ComboStrap/
H A DSnippet.php924 $array = $tagAttributes->toCallStackArray();
H A DTagAttributes.php847 public function toCallStackArray(): array function in ComboStrap\\TagAttributes
981 return $this->toCallStackArray();
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php108 $backgrounds = [$backgroundAttributes->toCallStackArray()];
110 $backgrounds[] = $backgroundAttributes->toCallStackArray();
128 $data[PluginUtility::ATTRIBUTES] = $backgroundAttributes->toCallStackArray();
H A DMermaidTag.php149 PluginUtility::ATTRIBUTES => $tagAttributes->toCallStackArray()
/plugin/combo/syntax/
H A Daccordion.php163 PluginUtility::ATTRIBUTES => $attributes->toCallStackArray()
H A Dcell.php158 $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes)->toCallStackArray();
H A Dcite.php98 $attributes = TagAttributes::createFromTagMatch($match)->toCallStackArray();
H A Dcontentlistitem.php135 PluginUtility::ATTRIBUTES => $attributes->toCallStackArray(),

12