Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php63 public $http_base; variable in SimplePie\\Locator
168 $this->http_base = $this->file->url;
169 $this->base = $this->http_base;
173 …try->call(Misc::class, 'absolutize_url', [trim($element->getAttribute('href')), $this->http_base]);
217 …gistry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->http_base]);
255 …gistry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->http_base]);
308 [trim($link->getAttribute('href')), $this->http_base]