Home
last modified time | relevance | path

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

12

/plugin/combo/ComboStrap/
H A DRasterImageLink.php120 $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, $targetHeight));
306 $attributes->addOutputAttributeValue("data-sizes", $sizes);
307 $attributes->addOutputAttributeValue("data-srcset", $srcSet);
314 $attributes->addOutputAttributeValue("dat
[all...]
H A DLinkMarkup.php156 $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());
236 $outputAttributes->addOutputAttributeValue("rel", 'nofollow');
266 $outputAttributes->addOutputAttributeValue("data{$dataAttributeNamespace}-toggle", "tooltip");
267 $outputAttributes->addOutputAttributeValue("data{$dataAttributeNamespace}-placement", "top");
268 $outputAttributes->addOutputAttributeValue("data{$dataAttributeNamespace}-html", "true");
269 $outputAttributes->addOutputAttributeValue("titl
[all...]
H A DSvgImageLink.php110 $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 DTooltip.php56 $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 DPrism.php297 $attributes->addOutputAttributeValue("data-prompt", $attributes->getValueAndRemove("prompt"));
302 $attributes->addOutputAttributeValue("data-prompt", $plugin->getConf(self::CONF_BASH_PROMPT));
312 $attributes->addOutputAttributeValue("data-prompt", $batch);
322 $attributes->addOutputAttributeValue("data-prompt", $powerShell);
328 $attributes->addOutputAttributeValue('data-download-link', true);
331 $attributes->addOutputAttributeValue('data-src', $fileSrc);
332 $attributes->addOutputAttributeValue('data-download-link-label', "Download " . $fileSrc);
335 $attributes->addOutputAttributeValue('data-src', $fileName);
H A DBrandButton.php568 $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("titl
[all...]
H A DTabsTag.php111 $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 DImageLink.php63 $linkTagAttributes->addOutputAttributeValue("rel", 'noopener');
93 $linkTagAttributes->addOutputAttributeValue("href", $href);
106 $linkTagAttributes->addOutputAttributeValue("href", $href);
124 $linkTagAttributes->addOutputAttributeValue("href", $url->toString());
H A DTemplateForWebPage.php386 ->addOutputAttributeValue("rel", "shortcut icon")
387 ->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($icoWikiPath)->getFetchUrl()->toAbsoluteUrl()->toString())
419 ->addOutputAttributeValue("rel", "icon")
420 ->addOutputAttributeValue("sizes", $sizeValue)
421 ->addOutputAttributeValue("type", Mime::PNG)
422 ->addOutputAttributeValue("href", FetcherRawLocalPath::createFromPath($iconPath)->getFetchUrl()->toAbsoluteUrl()->toString())
456 ->addOutputAttributeValue("rel", self::APPLE_TOUCH_ICON_REL_VALUE)
457 ->addOutputAttributeValue("sizes", $sizesValue)
458 ->addOutputAttributeValue("type", Mime::PNG)
459 ->addOutputAttributeValue("hre
[all...]
H A DCarrouselTag.php102 $tagAttributes->addOutputAttributeValue("data-" . CarrouselTag::CONTROL_ATTRIBUTE, $control);
109 $tagAttributes->addOutputAttributeValue("data-" . CarrouselTag::ELEMENTS_MIN_ATTRIBUTE, $elementsMin);
118 $tagAttributes->addOutputAttributeValue("data-" . CarrouselTag::ELEMENT_WIDTH_ATTRIBUTE, $slideMinimalWidth);
H A DSnippet.php1016 ->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("re
[all...]
H A DLang.php44 $attributes->addOutputAttributeValue("lang", $langValue);
88 $attributes->addOutputAttributeValue("dir", "rtl");
90 $attributes->addOutputAttributeValue("dir", "ltr");
H A DThirdMediaLink.php25 $tagAttributes->addOutputAttributeValue("href", $urlString);
32 $tagAttributes->addOutputAttributeValue("title", $label);
H A DPageExplorerTag.php616 $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 DEditButton.php302 ->addOutputAttributeValue("name", $key)
303 ->addOutputAttributeValue("value", $val)
304 ->addOutputAttributeValue("type", "hidden");
H A DPermalinkTag.php80 $attributes->addOutputAttributeValue("rel", "nofollow");
109 $attributes->addOutputAttributeValue("rel", "nofollow");
H A DHover.php96 $attributes->addOutputAttributeValue("data-hover-class", trim($comboDataHoverClasses));
H A DBrandTag.php103 $tagAttributes->addOutputAttributeValue("accesskey", "h");
252 $tagAttributes->addOutputAttributeValue("href", $url);
H A DPanelTag.php211 ->addOutputAttributeValue("role", "tabpanel")
212 ->addOutputAttributeValue("aria-labelledby", $ariaLabelledValue);
H A DLazyLoad.php124 $attributes->addOutputAttributeValue("data-placeholder-background", "$placeholderColor");
H A DButtonTag.php174 $tagAttributes->addOutputAttributeValue("type", "button");
H A DBreadcrumbTag.php74 $tagAttributes->addOutputAttributeValue("aria-label", "Hierarchical breadcrumb");
/plugin/combo/ComboStrap/TagAttribute/
H A DToggle.php121 $attributes->addOutputAttributeValue("data-{$bootstrapNamespace}toggle", "collapse");
122 $attributes->addOutputAttributeValue("data-{$bootstrapNamespace}target", $targetId);
H A DAnimation.php48 $attributes->addOutputAttributeValue("data-animated-class", $animationClass);
/plugin/combo/syntax/
H A Dnote.php184 $attributes->addOutputAttributeValue("role", "note");

12