Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php828 $links = $this->get_links($rel);
845 public function get_links($rel = 'alternate') function in SimplePie\\Item
H A DLocator.php124 if ($type & (\SimplePie\SimplePie::LOCATOR_LOCAL_EXTENSION | \SimplePie\SimplePie::LOCATOR_LOCAL_BODY | \SimplePie\SimplePie::LOCATOR_REMOTE_EXTENSION | \SimplePie\SimplePie::LOCATOR_REMOTE_BODY) && $this->get_links()) {
241 public function get_links() function in SimplePie\\Locator
H A DSimplePie.php2576 $links = $this->get_links($rel);
2609 public function get_links($rel = 'alternate') function in SimplePie\\SimplePie
3176 * so they are added to the headers when found, to be used later by get_links.
H A DSource.php300 $links = $this->get_links($rel);
316 public function get_links($rel = 'alternate') function in SimplePie\\Source