Lines Matching refs:proxy
712 * @param string $proxy the URL of the proxy server to use, if any.
725 $proxy = '', $proxy_port = 0, argument
759 if ($proxy) {
760 preg_match('@^(http://|https://|ssl://)?(.*)$@', $proxy, $match);
763 $this->proxy = $match[2];
767 $this->proxy = $match[2];
914 if ($this->proxy) {
946 if (!$fp && $this->proxy) {
948 . $this->proxy . ':' . $this->proxy_port
1000 if ($this->proxy) {
1013 if ($this->proxy && $this->proxy_user) {