Home
last modified time | relevance | path

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

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