Home
last modified time | relevance | path

Searched refs:addOutputAttributeValue (Results 26 – 32 of 32) sorted by path

12

/plugin/combo/ComboStrap/
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 DThirdMediaLink.php25 $tagAttributes->addOutputAttributeValue("href", $urlString);
32 $tagAttributes->addOutputAttributeValue("title", $label);
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");
/plugin/combo/action/
H A Droutermessage.php237 ->addOutputAttributeValue("rel", "nofollow");
/plugin/combo/syntax/
H A Dlink.php448 ->addOutputAttributeValue("href", $url->toString())
471 $tagAttributes->addOutputAttributeValue("role", "button");
H A Dmenubar.php246 $tagAttributes->addOutputAttributeValue("data-type", $fixedTopClass);
H A Dnote.php184 $attributes->addOutputAttributeValue("role", "note");

12