Home
last modified time | relevance | path

Searched refs:server (Results 126 – 150 of 659) sorted by relevance

12345678910>>...27

/plugin/linkback/
H A Dhttp.php60 $server = $uri['host'];
75 $server = $this->proxy_host;
87 $server = 'ssl://' . $server;
112 $socket = @ fsockopen($server, $port, $errno, $errstr, $this->timeout);
115 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
177 // check server status code to follow redirect
/plugin/do/
H A Daction.php62 if ($INPUT->server->has('REMOTE_USER')) {
104 if (!$INPUT->server->has('REMOTE_USER')) {
109 $user = $INPUT->server->str('REMOTE_USER');
141 if ($INPUT->server->has('REMOTE_USER')) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServerPlugin.php24 * @param Server $server
27 abstract function initialize(Server $server); argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServerPlugin.php24 * @param Server $server
27 abstract function initialize(Server $server); argument
/plugin/openid/Auth/OpenID/
H A DServer.php821 private $server; variable in Auth_OpenID_CheckIDRequest
834 * @param Auth_OpenID_Server $server
840 if ($server === null) {
874 * @param Auth_OpenID_Server $server
892 $this->server = $server;
942 * @param Auth_OpenID_Server $server
1099 (!$this->server->op_endpoint)) {
1697 private $server; variable in Auth_OpenID_Decoder
1709 * @param Auth_OpenID_Server $server
1711 function __construct($server) argument
[all …]
/plugin/revealjs/plugin/notes-server/
H A Dindex.js9 var server = http.createServer(app); variable
11 io = io(server);
58 server.listen( opts.port || null );
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php69 * @param Server $server
72 function initialize(Server $server) { argument
74 $server->on('beforeMethod', [$this, 'beforeMethod'], 10);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsInfiniteDepthTest.php24 … $this->server->addPlugin(new Locks\Plugin(new Locks\Backend\File(SABRE_TEMPDIR . '/.locksdb')));
25 $this->server->enablePropfindDepthInfinity = true;
41 $this->server->httpRequest = $request;
42 $this->server->exec();
H A DCopyTest.php24 $server = new Server($dir);
33 $server->invokeMethod($request, $response);
H A DTestPlugin.php25 function initialize(Server $server) { argument
27 $server->on('beforeMethod', [$this,'beforeMethod']);
H A DServerPropsTest.php24 … $this->server->addPlugin(new Locks\Plugin(new Locks\Backend\File(SABRE_TEMPDIR . '/.locksdb')));
39 $this->server->httpRequest = $request;
40 $this->server->exec();
191 $result = $this->server->xml->parse($body);
/plugin/revealjs/plugin/multiplex/
H A Dindex.js9 var server = http.createServer(app); variable
11 io = io(server);
58 server.listen( opts.port || null );
/plugin/webdav/core/Plugin/
H A DDokuWiki.php40 public function initialize(Server $server) argument
42 $server->xml->namespaceMap[self::NS_DOKUWIKI] = 'dw';
43 $server->on('propFind', [$this, 'propFind']);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py98 server = httplib.HTTPSConnection(upload_host)
99 server.request('POST', upload_uri, body, headers)
100 resp = server.getresponse()
101 server.close()
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md11 This library is compatible with Selenium server version 2.x, 3.x and 4.x.
50 ### 1. Start server (aka. remote end)
52 To control a browser, you need to start a *remote end* (server), which will listen to the commands sent
55 This could be Selenium standalone server, but for local development, you can send them directly to so-called "browser driver" like Chromedriver or Geckodriver.
83 #### c) Selenium standalone server
85 Selenium server can be useful when you need to execute multiple tests at once,
86 when you run tests in several different browsers (like on your CI server), or when you need to distribute tests amongst
87 several machines in grid mode (where one Selenium server acts as a hub, and others connect to it as nodes).
89 Selenium server then act like a proxy and takes care of distributing commands to the respective nodes.
93 ? You can find [further Selenium server informatio
[all...]
/plugin/fedauth/Auth/OpenID/
H A DServer.php368 static function fromMessage($message, $server=null) argument
600 static function fromMessage($message, $server=null) argument
740 if ($server === null) {
781 $this->server = $server;
825 static function fromMessage($message, $server) argument
897 $server);
983 (!$this->server->op_endpoint)) {
989 $server_url = $this->server->op_endpoint;
1107 $this->server,
1524 function Auth_OpenID_Decoder($server) argument
[all …]
/plugin/groupmail/
H A Drecaptchalib.php113 $server = RECAPTCHA_API_SECURE_SERVER;
115 $server = RECAPTCHA_API_SERVER;
122 …return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . …
125 …<iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" fram…
/plugin/recaptcha/lib/
H A Drecaptchalib.php115 $server = PROTO_SECURE . RECAPTCHA_API_SECURE_SERVER;
117 $server = PROTO . RECAPTCHA_API_SERVER;
124 …return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . …
127 …<iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" fram…
/plugin/contactmodern/
H A Drecaptchalib.php113 $server = RECAPTCHA_API_SECURE_SERVER;
115 $server = RECAPTCHA_API_SERVER;
122 …return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . …
125 …<iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" fram…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php82 * @param Server $server
85 function initialize(Server $server) { argument
87 $server->on('beforeMethod', [$this, 'beforeMethod'], 10);
/plugin/redproject/
H A DREADME.md10 * Handle multiple redmine server
38 * redproject.url : Put your Redmine's url server, without a slash ending. Example : ``http://myredm…
58 …(https://github.com/algorys/redissue), select another redmine server in syntax. This server should…
75 Then simply add your server in redproject syntax:
78 <redproject proj="identifier_project" server="first" />
/plugin/gitlabapi/
H A Dsyntax.php37 function getServerFromJson($server) { argument
40 if (isset($json_data[$server]))
41 return $json_data[$server];
55 preg_match("/server *= *(['\"])(.*?)\\1/", $match, $server);
56 if (count($server) != 0) {
57 $server_data = $this->getServerFromJson($server[2]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DVCFExportTest.php32 $this->server->addPlugin(
40 …$this->assertInstanceOf('Sabre\\CardDAV\\VCFExportPlugin', $this->server->getPlugin('vcf-export'));
/plugin/webdav/
H A Dserver.php63 $server = new dokuwiki\plugin\webdav\core\Server($base_uri); variable
64 $server->exec();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNotRecognizedPrincipalTest.php13 $server = new DAV\Server();
18 $ex->serialize($server, $root);

12345678910>>...27