Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php1832 $locate = $this->registry->create(Locator::class, [&$file, $this->timeout, $this->useragent, $this->max_checked_feeds, $this->force_fsockopen, $this->curl_options]);
1834 if (!$locate->is_feed($file)) {
1852 $discovered = $locate->find(
1857 if ($hub = $locate->get_rel_link('hub')) {
1858 $self = $locate->get_rel_link('self');
1901 $locate = null;