Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php250 …$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) argument
374 if (in_array($rel, $rel_values)) {
H A DSource.php317 * @param string $rel
320 public function get_link(int $key = 0, string $rel = 'alternate') argument
322 $links = $this->get_links($rel);
341 * @param string $rel
344 public function get_links(string $rel = 'alternate') argument
392 if (isset($this->data['links'][$rel])) {
393 return $this->data['links'][$rel];
H A DItem.php813 * @param string $rel The relationship of the link to return
816 public function get_link(int $key = 0, string $rel = 'alternate') argument
818 $links = $this->get_links($rel);
832 * @param string $rel The relationship of links to return
835 public function get_links(string $rel = 'alternate') argument
881 if (isset($this->data['links'][$rel])) {
882 return $this->data['links'][$rel];
H A DSimplePie.php2772 * @param string $rel The relationship of the link to return
2775 public function get_link(int $key = 0, string $rel = 'alternate') argument
2777 $links = $this->get_links($rel);
2807 * @param string $rel The relationship of links to return
2810 public function get_links(string $rel = 'alternate') argument
2863 …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];
/dokuwiki/inc/
H A Dtemplate.php623 $rel = $nofollow ? 'rel="nofollow" ' : '';
628 $akey . $rel .