Home
last modified time | relevance | path

Searched refs:rel (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
DLocator.php211 …$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) argument
315 if (in_array($rel, $rel_values)) {
DSource.php297 public function get_link($key = 0, $rel = 'alternate') argument
299 $links = $this->get_links($rel);
315 public function get_links($rel = 'alternate') argument
361 if (isset($this->data['links'][$rel])) {
362 return $this->data['links'][$rel];
DSimplePie.php2569 * @param string $rel The relationship of the link to return
2572 public function get_link($key = 0, $rel = 'alternate') argument
2574 $links = $this->get_links($rel);
2604 * @param string $rel The relationship of links to return
2607 public function get_links($rel = 'alternate') argument
2660 …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];
DItem.php822 * @param string $rel The relationship of the link to return
825 public function get_link($key = 0, $rel = 'alternate') argument
827 $links = $this->get_links($rel);
841 * @param string $rel The relationship of links to return
844 public function get_links($rel = 'alternate') argument
890 if (isset($this->data['links'][$rel])) {
891 return $this->data['links'][$rel];
/dokuwiki/inc/
Dtemplate.php623 $rel = $nofollow ? 'rel="nofollow" ' : '';
628 $akey . $rel .