Searched refs:http_base (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Locator.php | 63 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]
|