Searched refs:http_base (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Locator.php | 41 public $http_base; variable in SimplePie\\Locator 197 $this->http_base = $this->file->get_final_requested_uri(); 198 $this->base = $this->http_base; 202 …try->call(Misc::class, 'absolutize_url', [trim($element->getAttribute('href')), $this->http_base]); 256 …gistry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->http_base]); 305 …gistry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->http_base]); 367 [trim($link->getAttribute('href')), $this->http_base]
|