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.php123 …Pie::LOCATOR_REMOTE_EXTENSION | \SimplePie\SimplePie::LOCATOR_REMOTE_BODY) && $this->get_links()) {
240 public function get_links() function in SimplePie\\Locator
H A DSource.php299 $links = $this->get_links($rel);
315 public function get_links($rel = 'alternate') function in SimplePie\\Source
H A DItem.php827 $links = $this->get_links($rel);
844 public function get_links($rel = 'alternate') function in SimplePie\\Item
H A DSimplePie.php2574 $links = $this->get_links($rel);
2607 public function get_links($rel = 'alternate') function in SimplePie\\SimplePie