Searched defs:server (Results 1 – 14 of 14) sorted by relevance
/dokuwiki/_test/tests/inc/ |
D | httpclient_https.test.php | 6 protected $server = 'https://httpbingo.org'; variable in httpclient_https_test
|
D | httpclient_http.test.php | 10 protected $server = 'http://httpbingo.org'; variable in httpclient_http_test
|
/dokuwiki/lib/exe/ |
D | xmlrpc.php | 14 $server = new XmlRpcServer(true); variable
|
D | jsonrpc.php | 12 $server = new JsonRpcServer(); variable
|
/dokuwiki/_test/tests/Remote/ |
D | XmlRpcServerTest.php | 10 protected $server; variable in dokuwiki\\test\\Remote\\XmlRpcServerTest
|
D | JsonRpcServerTest.php | 13 protected $server; variable in dokuwiki\\test\\Remote\\JsonRpcServerTest
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/ |
D | ClientMulticall.php | 14 public function __construct($server, $path = false, $port = 80)
|
D | Client.php | 17 protected $server; variable in IXR\\Client\\Client 38 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
|
D | ClientSSL.php | 55 …public function __construct($server, $path = false, $port = 443, $timeout = false, $timeout_io = n…
|
/dokuwiki/inc/Remote/IXR/ |
D | Client.php | 24 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
|
/dokuwiki/inc/ |
D | deprecated.php | 20 … 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/ |
D | Input.php | 21 public $server; variable in dokuwiki\\Input\\Input
|
/dokuwiki/_test/core/ |
D | TestRequest.php | 17 protected $server = array(); variable in TestRequest
|
/dokuwiki/inc/HTTP/ |
D | HTTPClient.php | 889 protected function uniqueConnectionId($server, $port)
|