Lines Matching refs:addOutputAttributeValue
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())
920 ->addOutputAttributeValue("id", TemplateForWebPage::TASK_RUNNER_ID)
922 ->addOutputAttributeValue('width', 2)
923 ->addOutputAttributeValue('height', 1)
924 ->addOutputAttributeValue('alt', 'Task Runner')
925 ->addOutputAttributeValue('src', $htmlUrl)