Searched refs:http_proxy (Results 1 – 5 of 5) sorted by relevance
155 $http_proxy = $this->getConf('http_proxy');156 if ($http_proxy) {157 $poldek .= ' -O '.escapeshellarg("proxy=http: {$http_proxy}");
182 * @param string|null $http_proxy185 public function __construct($url, $http_proxy = null, $http_proxy_port = null) argument192 if (!empty($http_proxy)) {193 curl_setopt($this->curl, CURLOPT_PROXY, $http_proxy);
81 …* @param string|null $http_proxy The proxy to tunnel requests to the remote Selenium WebDriver thr…100 $executor = new HttpCommandExecutor($selenium_server_url, $http_proxy, $http_proxy_port);
8 proxyOptionsFrom(process.env.HTTP_PROXY || process.env.http_proxy),
19 * @param null $http_proxy