Lines Matching refs:rel
386 ->addOutputAttributeValue("rel", "shortcut icon")
419 ->addOutputAttributeValue("rel", "icon")
456 ->addOutputAttributeValue("rel", self::APPLE_TOUCH_ICON_REL_VALUE)
793 $htmlLink = '<link rel="stylesheet" href="' . $link['href'] . '" ';
1138 if (isset($headAttributes['rel'])) {
1139 $rel = $headAttributes['rel'];
1140 if (in_array($rel, $deletedRel)) {
1143 if ($rel === "stylesheet") {
1156 $rel = $headAttributes['name'] ?? null;
1157 if ($rel === null) {
1158 $rel = $headAttributes['property'] ?? null;
1160 if (in_array($rel, $deletedMeta)) {