Searched refs:rel (Results 1 – 5 of 5) sorted by relevance
250 …$rel = array_unique($this->registry->call(Misc::class, 'space_separated_tokens', [strtolower($link…262 …_array($href, $done) && in_array('feed', $rel) || (in_array('alternate', $rel) && !in_array('style…334 public function get_rel_link(string $rel) argument374 if (in_array($rel, $rel_values)) {
317 * @param string $rel320 public function get_link(int $key = 0, string $rel = 'alternate') argument322 $links = $this->get_links($rel);341 * @param string $rel344 public function get_links(string $rel = 'alternate') argument392 if (isset($this->data['links'][$rel])) {393 return $this->data['links'][$rel];
813 * @param string $rel The relationship of the link to return816 public function get_link(int $key = 0, string $rel = 'alternate') argument818 $links = $this->get_links($rel);832 * @param string $rel The relationship of links to return835 public function get_links(string $rel = 'alternate') argument881 if (isset($this->data['links'][$rel])) {882 return $this->data['links'][$rel];
2772 * @param string $rel The relationship of the link to return2775 public function get_link(int $key = 0, string $rel = 'alternate') argument2777 $links = $this->get_links($rel);2807 * @param string $rel The relationship of links to return2810 public function get_links(string $rel = 'alternate') argument2863 …preg_match_all('/<(?P<uri>[^>]+)>\s*;\s*rel\s*=\s*(?P<quote>"?)' . preg_quote($rel) . '(?P=quote)\…2868 if (isset($this->data['links'][$rel])) {2869 return $this->data['links'][$rel];
623 $rel = $nofollow ? 'rel="nofollow" ' : '';628 $akey . $rel .