Home
last modified time | relevance | path

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

/plugin/linkback/
H A Dhttp.php105 $headers['Proxy-Authorization'] = 'BASIC ' . base64_encode($this->proxy_user . ':' . $this->proxy_pass);
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php30 $this->proxy_pass = conf_decodeString($conf['proxy']['pass']);
H A DHTTPClient.php53 public $proxy_pass; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
248 $headers['Proxy-Authorization'] = 'Basic '.base64_encode($this->proxy_user.':'.$this->proxy_pass);
528 $request .= 'Proxy-Authorization: Basic '.base64_encode($this->proxy_user.':'.$this->proxy_pass).HTTP_NL;
/plugin/elwikiupgrade/
H A DHTTPClient.php63 var $proxy_pass; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
256 … $headers['Proxy-Authorization'] = 'Basic '.base64_encode($this->proxy_user.':'.$this->proxy_pass);
520 …st .= 'Proxy-Authorization: Basic '.base64_encode($this->proxy_user.':'.$this->proxy_pass).HTTP_NL;
896 $this->proxy_pass = conf_decodeString($conf['proxy']['pass']);
/plugin/codemirror/dist/modes/
H A Dnginx.min.js.map1 …irectiveImportant */ \"include root server server_name listen internal proxy_pass memcached_pass f…
/plugin/eventum/XML/
H A DRPC.php673 var $proxy_pass = ''; variable in XML_RPC_Client
720 * @param string $proxy_pass a password for accessing the proxy server
726 $proxy_user = '', $proxy_pass = '') argument
730 $this->proxy_pass = $proxy_pass;
1015 . base64_encode("$this->proxy_user:$this->proxy_pass")