Home
last modified time | relevance | path

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

/dokuwiki/inc/HTTP/
H A DHTTPClient.php189 if ($this->useProxyForUrl($url)) {
287 if ($this->keep_alive && !$this->useProxyForUrl($request_url)) {
520 if (!$this->useProxyForUrl($requesturl)) return false;
902 protected function useProxyForUrl($url)
880 protected function useProxyForUrl($url) { global() function in dokuwiki\\HTTP\\HTTPClient