Home
last modified time | relevance | path

Searched refs:addOutputAttributeValue (Results 26 – 32 of 32) sorted by last modified time

12

/plugin/combo/ComboStrap/
H A DPermalinkTag.php80 $attributes->addOutputAttributeValue("rel", "nofollow");
109 $attributes->addOutputAttributeValue("rel", "nofollow");
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 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 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 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 DLang.php44 $attributes->addOutputAttributeValue("lang", $langValue);
88 $attributes->addOutputAttributeValue("dir", "rtl");
90 $attributes->addOutputAttributeValue("dir", "ltr");
H A DTagAttributes.php742 * By default, {@link TagAttributes::addOutputAttributeValue()}
744 * {@link TagAttributes::addOutputAttributeValue()}
769 public function addOutputAttributeValue($key, $value): TagAttributes function in ComboStrap\\TagAttributes
795 $this->addOutputAttributeValue($key, $value);

12