Home
last modified time | relevance | path

Searched refs:get_links (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php142 …Pie::LOCATOR_REMOTE_EXTENSION | \SimplePie\SimplePie::LOCATOR_REMOTE_BODY) && $this->get_links()) {
288 public function get_links() function in SimplePie\\Locator
H A DSource.php322 $links = $this->get_links($rel);
344 public function get_links(string $rel = 'alternate') function in SimplePie\\Source
H A DItem.php818 $links = $this->get_links($rel);
835 public function get_links(string $rel = 'alternate') function in SimplePie\\Item
H A DSimplePie.php2777 $links = $this->get_links($rel);
2810 public function get_links(string $rel = 'alternate') function in SimplePie\\SimplePie