Searched refs:setAbsoluteUrl (Results 1 – 13 of 13) sorted by relevance
93 function setAbsoluteUrl($url) { function in Sabre\\HTTP\\RequestDecorator95 $this->inner->setAbsoluteUrl($url);
57 function setAbsoluteUrl($url); function
197 $r->setAbsoluteUrl($protocol . '://' . $hostName . $url);
125 function setAbsoluteUrl($url) { function in Sabre\\HTTP\\Request
189 $r->setAbsoluteUrl($protocol . '://' . $hostName . $url);
35 $this->outer->setAbsoluteUrl('http://example.org/foo');
220 * Added: Request::setAbsoluteUrl and Request::getAbsoluteUrl.
383 function setAbsoluteUrl($url);
253 * Added: Request::setAbsoluteUrl and Request::getAbsoluteUrl.