/plugin/combo/ComboStrap/ |
H A D | TagAttributes.php | 30 class TagAttributes class 243 * @return TagAttributes 259 return new TagAttributes(); 266 * @return TagAttributes 325 * @param TagAttributes $tagAttributes 326 * @return TagAttributes 328 public static function createFromTagAttributes(TagAttributes $tagAttributes): TagAttributes 405 * @return TagAttributes 671 * @return TagAttributes 1013 function setType($type): TagAttributes [all …]
|
H A D | Background.php | 49 public static function processBackgroundAttributes(TagAttributes &$tagAttributes) 68 !isset($background[TagAttributes::TRANSFORM]) && 82 … $backgroundTagAttribute = TagAttributes::createFromCallStackArray($background); 98 … $backgroundTagAttribute = TagAttributes::createFromCallStackArray($background); 138 … $backgroundImageValue[TagAttributes::TYPE_KEY] = SvgDocument::ILLUSTRATION_TYPE; 149 $backgroundImageValue[TagAttributes::TYPE_KEY] = SvgDocument::TILE_TYPE; 252 case TagAttributes::TITLE_KEY: 259 case TagAttributes::TYPE_KEY: // needed for the metadata registration 272 * @param TagAttributes $tagAttributes 277 private static function processPatternAttribute(TagAttributes &$tagAttributes)
|
H A D | MediaLink.php | 68 TagAttributes::TITLE_KEY, 173 $tagAttributes = TagAttributes::createEmpty(); 174 $tagAttributes->addComponentAttributeValue(TagAttributes::TITLE_KEY, $title); 203 $tagAttributes = TagAttributes::createFromCallStackArray($attributes); 333 TagAttributes::TITLE_KEY => $description, 388 * @param TagAttributes|null $tagAttributes 399 $tagAttributes = TagAttributes::createEmpty(); 401 if (!($tagAttributes instanceof TagAttributes)) { 413 * @param TagAttributes|null $tagAttributes 420 $tagAttributes = TagAttributes::createEmpty(); [all …]
|
H A D | Media.php | 22 * @var TagAttributes 38 $attributes = TagAttributes::createEmpty(); 58 return $this->attributes->getValue(TagAttributes::TITLE_KEY);
|
H A D | Opacity.php | 19 * @param TagAttributes $tagAttributes 21 public static function processOpacityAttribute(TagAttributes &$tagAttributes){
|
H A D | Prism.php | 253 * @param TagAttributes $attributes 260 $attributes = TagAttributes::createEmpty(); 296 $codeAttributes = TagAttributes::createEmpty($logicalTag); 298 $language = $attributes->getValue(TagAttributes::TYPE_KEY); 419 * @param TagAttributes $attributes
|
H A D | Dimension.php | 56 * @param TagAttributes $attributes 58 public static function processWidthAndHeight(TagAttributes &$attributes) 81 $widthValue = TagAttributes::toQualifiedCssValue($widthValue); 97 if ($requestedMime == TagAttributes::TEXT_HTML_MIME) { 118 $heightValue = TagAttributes::toQualifiedCssValue($heightValue);
|
H A D | Position.php | 33 * @param TagAttributes $attributes 66 * @param TagAttributes $attributes 68 public static function processPosition(TagAttributes &$attributes)
|
H A D | Underline.php | 14 * @param TagAttributes $attributes 16 public static function processUnderlineAttribute(TagAttributes &$attributes)
|
/plugin/combo/syntax/ |
H A D | brandlist.php | 13 use ComboStrap\TagAttributes; alias 72 $tagAttributes = TagAttributes::createFromTagMatch($match, 74 TagAttributes::TYPE_KEY => BrandButton::TYPE_BUTTON_BRAND 128 $widgetType = ucfirst($variant[TagAttributes::TYPE_KEY]); 142 … $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]); 166 $widgetType = $variant[TagAttributes::TYPE_KEY]; 182 … $iconAttributes = TagAttributes::createFromCallStackArray($iconArrayAttributes);
|
H A D | brand.php | 18 use ComboStrap\TagAttributes; alias 48 …public static function addOpenLinkTagInCallStack(CallStack $callStack, TagAttributes $tagAttribute… 51 $linkArrayAttributes[TagAttributes::TYPE_KEY] = $tagAttributes->getLogicalTag(); 52 $linkAttributes = TagAttributes::createFromCallStackArray($linkArrayAttributes); 59 …public static function mixBrandButtonToTagAttributes(TagAttributes $tagAttributes, BrandButton $br… 88 $brandName = $brandAttributes->getValue(TagAttributes::TYPE_KEY, Brand::CURRENT_BRAND); 221 $defaultParameters[TagAttributes::TYPE_KEY] = Brand::CURRENT_BRAND; 224 … $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultParameters, $knownTypes) 241 … $openTagAttributes = TagAttributes::createFromCallStackArray($openTag->getAttributes()); 323 … $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]); [all …]
|
H A D | icon.php | 18 use ComboStrap\TagAttributes; alias 158 … $tagAttributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes); 241 … $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]); 246 … $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]); 255 …$tooltipTag = TagAttributes::createFromCallStackArray([\ComboStrap\Tooltip::TOOLTIP_ATTRIBUTE => $… 282 … $tagAttribute = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]); 304 * @param TagAttributes $tagAttributes 307 private function printIcon(TagAttributes $tagAttributes): string
|
H A D | row.php | 18 use ComboStrap\TagAttributes; alias 199 … $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes); 208 if ($attributes->hasComponentAttribute(TagAttributes::TYPE_KEY)) { 230 if (!$attributes->hasComponentAttribute(TagAttributes::TYPE_KEY) 231 && !$attributes->hasComponentAttribute(TagAttributes::CLASS_KEY)) { 251 if ($attributes->hasComponentAttribute(TagAttributes::CLASS_KEY)) { 290 if ($actualCall->hasAttribute(TagAttributes::CLASS_KEY)) { 435 …$attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::TAG); 445 $type = $attributes->getValue(TagAttributes::TYPE_KEY); 521 … $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
|
H A D | inote.php | 7 use ComboStrap\TagAttributes; alias 99 if (!isset($attributes[TagAttributes::TYPE_KEY])) { 100 $attributes[TagAttributes::TYPE_KEY] = "info"; 143 $tagAttributes = TagAttributes::createFromCallStackArray($attributes); 147 $type = $tagAttributes->getValue(TagAttributes::TYPE_KEY);
|
H A D | button.php | 14 use ComboStrap\TagAttributes; alias 165 TagAttributes::TYPE_KEY => ColorRgb::PRIMARY_VALUE 167 $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $types); 281 … $tagAttributes = TagAttributes::createFromCallStackArray($callStackAttributes, self::TAG) 326 * @param TagAttributes $tagAttributes 328 public static function processButtonAttributesToHtmlAttributes(TagAttributes &$tagAttributes) 334 $type = $tagAttributes->getValue(TagAttributes::TYPE_KEY, "primary");
|
H A D | tooltip.php | 8 use ComboStrap\TagAttributes; alias 139 $tagAttributes = TagAttributes::createFromTagMatch($match); 224 $tagAttributes = TagAttributes::createFromCallStackArray($callStackArray); 230 …$renderer->doc .= TagAttributes::createFromCallStackArray([Tooltip::TOOLTIP_ATTRIBUTE => $callStac… 248 $tagAttributes = TagAttributes::createFromCallStackArray($callStackArray);
|
H A D | console.php | 9 use ComboStrap\TagAttributes; alias 173 …$attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::TAG); 178 … $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]); 189 … $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
|
H A D | contentlist.php | 7 use ComboStrap\TagAttributes; alias 148 $attributes = TagAttributes::createFromTagMatch($match); 150 if ($attributes->hasComponentAttribute(TagAttributes::TYPE_KEY)) { 229 …$tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::M…
|
H A D | file.php | 12 use ComboStrap\TagAttributes; alias 176 …$attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::TAG); 181 … $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]); 192 … $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
|
H A D | heading.php | 10 use ComboStrap\TagAttributes; alias 138 $tagAttributes = TagAttributes::createFromCallStackArray($callStackArray); 159 $tagAttributes = TagAttributes::createFromCallStackArray($callStackArray); 280 * @param TagAttributes $tagAttributes 386 * @param TagAttributes $tagAttributes 389 public static function renderClosingTag(TagAttributes $tagAttributes): string 479 $tagAttributes = TagAttributes::createFromTagMatch($match); 581 …$tagAttributes = TagAttributes::createFromCallStackArray($attributes, syntax_plugin_combo_heading:… 589 $tagAttributes = TagAttributes::createFromCallStackArray($attributes);
|
H A D | itext.php | 6 use ComboStrap\TagAttributes; alias 90 $attributes = TagAttributes::createFromTagMatch($match); 130 … $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
|
H A D | pageexplorer.php | 20 use ComboStrap\TagAttributes; alias 212 TagAttributes::TYPE_KEY => self::LIST_TYPE 214 $tagAttributes = TagAttributes::createFromTagMatch($match, $default); 454 ->removeAttributeIfPresent(TagAttributes::WIKI_ID) 567 … $namespaceEnterTag = TagAttributes::createFromCallStackArray($data[self::NAMESPACE_ATTRIBUTES]) 571 … $pageEnterTag = TagAttributes::createFromCallStackArray($data[self::PAGE_ATTRIBUTES]) 813 $html .= TagAttributes::createEmpty() 815 ->addOutputAttributeValue("data-" . TagAttributes::WIKI_ID, $childDirectoryId) 847 $html .= TagAttributes::createEmpty() 849 ->addOutputAttributeValue(TagAttributes::ID_KEY, "$id") [all …]
|
H A D | cite.php | 8 use ComboStrap\TagAttributes; alias 97 $attributes = TagAttributes::createFromTagMatch($match)->toCallStackArray(); 137 … $tagAttributes = TagAttributes::createFromCallStackArray($attributes, self::TAG);
|
H A D | backgrounds.php | 9 use ComboStrap\TagAttributes; alias 102 $tagAttributes = TagAttributes::createFromTagMatch($match); 150 … $tagAttributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
|
H A D | code.php | 12 use ComboStrap\TagAttributes; alias 189 …$attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::CODE… 195 … $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]); 206 … $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES]);
|