Home
last modified time | relevance | path

Searched defs:server (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dhttpclient_https.test.php6 protected $server = 'https://httpbingo.org'; variable in httpclient_https_test
H A Dhttpclient_http.test.php10 protected $server = 'http://httpbingo.org'; variable in httpclient_http_test
/dokuwiki/lib/exe/
H A Dxmlrpc.php14 $server = new XmlRpcServer(true); variable
H A Djsonrpc.php12 $server = new JsonRpcServer(); variable
/dokuwiki/_test/tests/Remote/
H A DXmlRpcServerTest.php10 protected $server; variable in dokuwiki\\test\\Remote\\XmlRpcServerTest
H A DJsonRpcServerTest.php13 protected $server; variable in dokuwiki\\test\\Remote\\JsonRpcServerTest
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientMulticall.php14 public function __construct($server, $path = false, $port = 80)
H A DClient.php17 protected $server; variable in IXR\\Client\\Client
38 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
H A DClientSSL.php55 …public function __construct($server, $path = false, $port = 443, $timeout = false, $timeout_io = n…
/dokuwiki/inc/Remote/IXR/
H A DClient.php24 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
/dokuwiki/inc/
H A Ddeprecated.php20 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
35 public function __construct($server, $path = false, $port = 80)
/dokuwiki/_test/core/
H A DTestRequest.php17 protected $server = array(); variable in TestRequest
/dokuwiki/inc/Input/
H A DInput.php21 public $server; variable in dokuwiki\\Input\\Input
/dokuwiki/inc/HTTP/
H A DHTTPClient.php889 protected function uniqueConnectionId($server, $port)