Searched refs:rel (Results 1 – 5 of 5) sorted by relevance
211 …$rel = array_unique($this->registry->call(Misc::class, 'space_separated_tokens', [strtolower($link…223 …_array($href, $done) && in_array('feed', $rel) || (in_array('alternate', $rel) && !in_array('style…279 public function get_rel_link($rel) argument315 if (in_array($rel, $rel_values)) {
297 public function get_link($key = 0, $rel = 'alternate') argument299 $links = $this->get_links($rel);315 public function get_links($rel = 'alternate') argument361 if (isset($this->data['links'][$rel])) {362 return $this->data['links'][$rel];
2569 * @param string $rel The relationship of the link to return2572 public function get_link($key = 0, $rel = 'alternate') argument2574 $links = $this->get_links($rel);2604 * @param string $rel The relationship of links to return2607 public function get_links($rel = 'alternate') argument2660 …preg_match_all('/<(?P<uri>[^>]+)>\s*;\s*rel\s*=\s*(?P<quote>"?)' . preg_quote($rel) . '(?P=quote)\…2665 if (isset($this->data['links'][$rel])) {2666 return $this->data['links'][$rel];
822 * @param string $rel The relationship of the link to return825 public function get_link($key = 0, $rel = 'alternate') argument827 $links = $this->get_links($rel);841 * @param string $rel The relationship of links to return844 public function get_links($rel = 'alternate') argument890 if (isset($this->data['links'][$rel])) {891 return $this->data['links'][$rel];
623 $rel = $nofollow ? 'rel="nofollow" ' : '';628 $akey . $rel .