Home
last modified time | relevance | path

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

/plugin/poldek/
Dhelper.php155 $http_proxy = $this->getConf('http_proxy');
156 if ($http_proxy) {
157 $poldek .= ' -O '.escapeshellarg("proxy=http: {$http_proxy}");
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php182 * @param string|null $http_proxy
185 public function __construct($url, $http_proxy = null, $http_proxy_port = null) argument
192 if (!empty($http_proxy)) {
193 curl_setopt($this->curl, CURLOPT_PROXY, $http_proxy);
H A DRemoteWebDriver.php81 …* @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);
/plugin/asciidocjs/node_modules/clean-css/lib/options/
Dinline-request.js8 proxyOptionsFrom(process.env.HTTP_PROXY || process.env.http_proxy),
/plugin/combo/vendor/php-webdriver/webdriver/lib/Local/
H A DLocalWebDriver.php19 * @param null $http_proxy