| /plugin/combo/ComboStrap/ |
| H A D | RasterImageLink.php | 120 $attributes->addOutputAttributeValue("height", $targetHeight . $htmlLengthUnit); 164 $attributes->addOutputAttributeValue("width", $targetWidth . $htmlLengthUnit); 269 $attributes->addOutputAttributeValue("src", $srcValue); 272 $attributes->addOutputAttributeValue("srcset", $srcSet); 274 $attributes->addOutputAttributeValue("loading", "lazy"); 298 $attributes->addOutputAttributeValue("src", $srcValue); 299 …$attributes->addOutputAttributeValue("srcset", LazyLoad::getPlaceholder($targetWidth, $targetHeigh… 306 $attributes->addOutputAttributeValue("data-sizes", $sizes); 307 $attributes->addOutputAttributeValue("data-srcset", $srcSet); 314 $attributes->addOutputAttributeValue("data-src", $srcValue); [all …]
|
| H A D | LinkMarkup.php | 156 $outputAttributes->addOutputAttributeValue("href", $url->toString()); 201 $outputAttributes->addOutputAttributeValue('target', $interWikiConf); 202 $outputAttributes->addOutputAttributeValue('rel', 'noopener'); 214 $outputAttributes->addOutputAttributeValue('target', $target); 225 … $outputAttributes->addOutputAttributeValue(self::DATA_WIKI_ID, $dokuPath->getWikiId()); 242 $outputAttributes->addOutputAttributeValue("rel", 'nofollow'); 270 … $outputAttributes->addOutputAttributeValue("data{$dataAttributeNamespace}-toggle", "tooltip"); 271 … $outputAttributes->addOutputAttributeValue("data{$dataAttributeNamespace}-placement", "top"); 272 … $outputAttributes->addOutputAttributeValue("data{$dataAttributeNamespace}-html", "true"); 273 $outputAttributes->addOutputAttributeValue("title", $tooltipHtml); [all …]
|
| H A D | SvgImageLink.php | 110 $imgAttributes->addOutputAttributeValue("alt", $this->getAltNotEmpty()); 141 $imgAttributes->addOutputAttributeValue("data-src", $srcValue); 142 $imgAttributes->addOutputAttributeValue("src", LazyLoad::getPlaceholder( 148 … $imgAttributes->addOutputAttributeValue(LazyLoad::HTML_LOADING_ATTRIBUTE, "lazy"); 149 $imgAttributes->addOutputAttributeValue("src", $srcValue); 158 $imgAttributes->addOutputAttributeValue("src", $srcValue); 168 $imgAttributes->addOutputAttributeValue(Dimension::WIDTH_KEY, $svgFetch->getTargetWidth()); 169 … $imgAttributes->addOutputAttributeValue(Dimension::HEIGHT_KEY, $svgFetch->getTargetHeight());
|
| H A D | Tooltip.php | 56 … $tagAttributes->addOutputAttributeValue("data{$dataAttributeNamespace}-html", "true"); 65 $tagAttributes->addOutputAttributeValue("title", $title); 71 $tagAttributes->addOutputAttributeValue("data{$dataAttributeNamespace}-toggle", "tooltip"); 80 … $tagAttributes->addOutputAttributeValue("data{$dataAttributeNamespace}-placement", "{$position}"); 93 $tagAttributes->addOutputAttributeValue("tabindex", "0");
|
| H A D | BrandButton.php | 568 $buttonAttributes->addOutputAttributeValue("target", "_blank"); 569 …$buttonAttributes->addOutputAttributeValue("href", $this->getBrandEndpointForPage($requestedPage)); 570 $buttonAttributes->addOutputAttributeValue("title", $label); 580 $buttonAttributes->addOutputAttributeValue("rel", "noopener"); 587 $buttonAttributes->addOutputAttributeValue("aria-label", $label); 588 … $buttonAttributes->addOutputAttributeValue("data-sharer", $this->getBrand()); // the id 589 $buttonAttributes->addOutputAttributeValue("data-link", "false"); 590 … $buttonAttributes->addOutputAttributeValue("data-title", $this->getTextForPage($requestedPage)); 592 $buttonAttributes->addOutputAttributeValue("data-url", $urlToShare); 599 $buttonAttributes->addOutputAttributeValue("title", $label); [all …]
|
| H A D | Prism.php | 322 $attributes->addOutputAttributeValue("data-prompt", $promptValue); 351 $attributes->addOutputAttributeValue("data-prompt", $prompt); 362 $attributes->addOutputAttributeValue('data-line', $lineHighlight); 367 $attributes->addOutputAttributeValue('data-download-link', true); 370 $attributes->addOutputAttributeValue('data-src', $fileSrc); 371 … $attributes->addOutputAttributeValue('data-download-link-label', "Download " . $fileSrc); 374 $attributes->addOutputAttributeValue('data-src', $fileName);
|
| H A D | TabsTag.php | 111 $tagAttributes->addOutputAttributeValue('role', 'tablist'); 167 ->addOutputAttributeValue("role", "presentation") 177 $htmlAttributes->addOutputAttributeValue("aria-selected", "true"); 181 ->addOutputAttributeValue('id', $panel . "-tab") 182 ->addOutputAttributeValue("data{$namespace}-toggle", "tab") 183 ->addOutputAttributeValue('aria-controls', $panel) 184 ->addOutputAttributeValue("role", "tab") 185 ->addOutputAttributeValue('href', "#$panel")
|
| H A D | ImageLink.php | 63 $linkTagAttributes->addOutputAttributeValue("rel", 'noopener'); 93 $linkTagAttributes->addOutputAttributeValue("href", $href); 106 $linkTagAttributes->addOutputAttributeValue("href", $href); 124 $linkTagAttributes->addOutputAttributeValue("href", $url->toString());
|
| H A D | TemplateForWebPage.php | 389 ->addOutputAttributeValue("rel", "shortcut icon") 390 …->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($icoWikiPath)->getFetchUrl()… 422 ->addOutputAttributeValue("rel", "icon") 423 ->addOutputAttributeValue("sizes", $sizeValue) 424 ->addOutputAttributeValue("type", Mime::PNG) 425 …->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($iconPath)->getFetchUrl()->t… 459 ->addOutputAttributeValue("rel", self::APPLE_TOUCH_ICON_REL_VALUE) 460 ->addOutputAttributeValue("sizes", $sizesValue) 461 ->addOutputAttributeValue("type", Mime::PNG) 462 … ->addOutputAttributeValue("href", $fetcherLocalPath->getFetchUrl()->toAbsoluteUrl()->toString()) [all …]
|
| H A D | CarrouselTag.php | 102 … $tagAttributes->addOutputAttributeValue("data-" . CarrouselTag::CONTROL_ATTRIBUTE, $control); 109 …$tagAttributes->addOutputAttributeValue("data-" . CarrouselTag::ELEMENTS_MIN_ATTRIBUTE, $elementsM… 118 …$tagAttributes->addOutputAttributeValue("data-" . CarrouselTag::ELEMENT_WIDTH_ATTRIBUTE, $slideMin…
|
| H A D | Snippet.php | 1016 ->addOutputAttributeValue("src", $fetchUrl->toString()) 1017 ->addOutputAttributeValue("crossorigin", "anonymous"); 1020 $tagAttributes->addOutputAttributeValue("integrity", $integrity); 1057 ->addOutputAttributeValue("href", $fetchUrl->toString()) 1058 ->addOutputAttributeValue("crossorigin", "anonymous"); 1062 $tagAttributes->addOutputAttributeValue("integrity", $integrity); 1070 ->addOutputAttributeValue("rel", "preload") 1071 ->addOutputAttributeValue('as', self::STYLE_TAG); 1073 $tagAttributes->addOutputAttributeValue("rel", "stylesheet"); 1129 $tagAttributes->addOutputAttributeValue("rel", "stylesheet");
|
| H A D | Lang.php | 45 $attributes->addOutputAttributeValue("lang", $langValue); 89 $attributes->addOutputAttributeValue("dir", "rtl"); 91 $attributes->addOutputAttributeValue("dir", "ltr");
|
| H A D | ThirdMediaLink.php | 25 $tagAttributes->addOutputAttributeValue("href", $urlString); 32 $tagAttributes->addOutputAttributeValue("title", $label);
|
| H A D | PageExplorerTag.php | 616 …$pageExplorerTagAttributes->addOutputAttributeValue("data-" . TagAttributes::WIKI_ID, $namespaceId… 748 ->addOutputAttributeValue("data-bs-target", "#$id") 749 … ->addOutputAttributeValue("data-" . TagAttributes::WIKI_ID, $containerPath->getWikiId()) 750 ->addOutputAttributeValue("data-bs-toggle", "collapse") 751 ->addOutputAttributeValue("aria-expanded", "false") 782 ->addOutputAttributeValue(TagAttributes::ID_KEY, "$id")
|
| H A D | EditButton.php | 302 ->addOutputAttributeValue("name", $key) 303 ->addOutputAttributeValue("value", $val) 304 ->addOutputAttributeValue("type", "hidden");
|
| H A D | PermalinkTag.php | 80 $attributes->addOutputAttributeValue("rel", "nofollow"); 109 $attributes->addOutputAttributeValue("rel", "nofollow");
|
| H A D | Hover.php | 96 … $attributes->addOutputAttributeValue("data-hover-class", trim($comboDataHoverClasses));
|
| H A D | BrandTag.php | 103 $tagAttributes->addOutputAttributeValue("accesskey", "h"); 252 $tagAttributes->addOutputAttributeValue("href", $url);
|
| H A D | PanelTag.php | 211 ->addOutputAttributeValue("role", "tabpanel") 212 ->addOutputAttributeValue("aria-labelledby", $ariaLabelledValue);
|
| H A D | LazyLoad.php | 124 $attributes->addOutputAttributeValue("data-placeholder-background", "$placeholderColor");
|
| H A D | ButtonTag.php | 174 $tagAttributes->addOutputAttributeValue("type", "button");
|
| H A D | BreadcrumbTag.php | 74 $tagAttributes->addOutputAttributeValue("aria-label", "Hierarchical breadcrumb");
|
| /plugin/combo/ComboStrap/TagAttribute/ |
| H A D | Toggle.php | 121 $attributes->addOutputAttributeValue("data-{$bootstrapNamespace}toggle", "collapse"); 122 $attributes->addOutputAttributeValue("data-{$bootstrapNamespace}target", $targetId);
|
| H A D | Animation.php | 48 $attributes->addOutputAttributeValue("data-animated-class", $animationClass);
|
| /plugin/combo/syntax/ |
| H A D | note.php | 184 $attributes->addOutputAttributeValue("role", "note");
|