Home
last modified time | relevance | path

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

/dokuwiki/inc/HTTP/
H A DHTTPClient.php183 $uriPort = empty($uri['port']) ? null : $uri['port'];
197 $port = $uriPort ?: ($uri['scheme'] == 'https' ? 443 : 80);
213 . ($uriPort ? ':' . $uriPort : '');
370 $this->resp_headers['location'] = $uri['scheme'] . '://' . $uri['host'] . ':' . $uriPort .
373 $this->resp_headers['location'] = $uri['scheme'] . '://' . $uri['host'] . ':' . $uriPort .