Home
last modified time | relevance | path

Searched refs:http_base (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php64 public $http_base; variable in SimplePie\\Locator
169 $this->http_base = $this->file->url;
170 $this->base = $this->http_base;
174 $base = $this->registry->call(Misc::class, 'absolutize_url', [trim($element->getAttribute('href')), $this->http_base]);
218 $href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->http_base]);
256 $href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->http_base]);
309 [trim($link->getAttribute('href')), $this->http_base]