Home
last modified time | relevance | path

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

/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php32 $this->proxy_except = $conf['proxy']['except'];
H A DHTTPClient.php55 public $proxy_except; // regexp of URLs to exclude from proxy variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
891 return $this->proxy_host && (!$this->proxy_except || !preg_match('/' . $this->proxy_except . '/i', $url));
/plugin/elwikiupgrade/
H A DHTTPClient.php65 var $proxy_except; // regexp of URLs to exclude from proxy variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
200 …if($this->proxy_host && (!$this->proxy_except || !preg_match('/'.$this->proxy_except.'/i',$url)) ){
898 $this->proxy_except = $conf['proxy']['except'];