Home
last modified time | relevance | path

Searched refs:proxy_port (Results 1 – 5 of 5) sorted by last modified time

/plugin/linkback/
H A Dhttp.php76 $port = $this->proxy_port;
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php28 $this->proxy_port = $conf['proxy']['port'];
H A DHTTPClient.php51 public $proxy_port; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
195 $port = $this->proxy_port;
/plugin/elwikiupgrade/
H A DHTTPClient.php61 var $proxy_port; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
203 $port = $this->proxy_port;
894 $this->proxy_port = $conf['proxy']['port'];
/plugin/eventum/XML/
H A DRPC.php661 var $proxy_port = 8080; variable in XML_RPC_Client
725 $proxy = '', $proxy_port = 0, argument
762 if ($proxy_port == 443) {
765 $this->proxy_port = 443;
768 if ($proxy_port) {
769 $this->proxy_port = $proxy_port;
780 if ($proxy_port) {
781 $this->proxy_port = $proxy_port;
783 $this->proxy_port = 443;
948 . $this->proxy . ':' . $this->proxy_port
[all …]