Home
last modified time | relevance | path

Searched refs:Server (Results 1 – 25 of 243) sorted by relevance

12345678910

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPreconditionTest.php17 $server = new Server($root);
29 $server = new Server($root);
42 $server = new Server($root);
54 $server = new Server($root);
69 $server = new Server($root);
81 $server = new Server($root);
93 $server = new Server($root);
106 $server = new Server($root);
118 $server = new Server($root);
130 $server = new Server($root);
[all …]
H A DServerSimpleTest.php15 $server = new Server($nodes);
30 $server = new Server($nodes);
39 $server = new Server(1);
237 $server = new Server();
255 $server = new Server();
290 $server = new Server();
304 $server = new Server();
318 $server = new Server();
337 $server = new Server();
356 $server = new Server();
H A DServerUpdatePropertiesTest.php13 $server = new Server($tree);
31 $server = new Server($tree);
54 $server = new Server($tree);
89 $server = new Server($tree);
H A DHTTPPreferParsingTest.php15 $server = new Server();
33 $server = new Server();
51 $server = new Server();
69 $server = new Server();
88 $server = new Server();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DACLMethodTest.php16 $server = new DAV\Server();
34 $server = new DAV\Server($tree);
52 $server = new DAV\Server($tree);
75 $server = new DAV\Server($tree);
103 $server = new DAV\Server($tree);
128 $server = new DAV\Server($tree);
153 $server = new DAV\Server($tree);
186 $server = new DAV\Server($tree);
219 $server = new DAV\Server($tree);
252 $server = new DAV\Server($tree);
[all …]
H A DPluginPropertiesTest.php22 $server = new DAV\Server(new DAV\SimpleCollection('root'));
45 $fakeServer = new DAV\Server();
81 $server = new DAV\Server();
95 $server = new DAV\Server();
155 $server = new DAV\Server($nodes);
193 $server = new DAV\Server($nodes);
222 $fakeServer = new DAV\Server($tree);
250 $fakeServer = new DAV\Server($tree);
279 $fakeServer = new DAV\Server($tree);
308 $fakeServer = new DAV\Server($tree);
[all …]
H A DPluginUpdatePropertiesTest.php18 $server = new DAV\Server($tree);
38 $server = new DAV\Server($tree);
59 $server = new DAV\Server($tree);
83 $server = new DAV\Server($tree);
97 $server = new DAV\Server($tree);
H A DSimplePluginTest.php126 $server = new DAV\Server();
135 $server = new DAV\Server();
153 $server = new DAV\Server($tree);
180 $server = new DAV\Server($tree);
221 $server = new DAV\Server($tree);
256 $server = new DAV\Server($tree);
310 $server = new DAV\Server($tree);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DException.php34 * @param Server $server
38 function serialize(Server $server, \DOMElement $errorNode) {
48 * @param Server $server
51 function getHTTPHeaders(Server $server) {
H A DServerPlugin.php24 * @param Server $server
27 abstract function initialize(Server $server);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DException.php34 * @param Server $server
38 function serialize(Server $server, \DOMElement $errorNode) {
48 * @param Server $server
51 function getHTTPHeaders(Server $server) {
H A DServerPlugin.php24 * @param Server $server
27 abstract function initialize(Server $server);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/
H A DPluginTest.php14 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
28 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
43 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
58 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
80 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
93 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
108 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
121 $fakeServer = new DAV\Server( new DAV\SimpleCollection('bla'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DICSExportPluginTest.php24 $s = new DAV\Server();
47 $s = new DAV\Server($tree);
95 $s = new DAV\Server($tree);
133 $s = new DAV\Server();
159 $s = new DAV\Server($tree);
197 $s = new DAV\Server($tree);
252 $s = new DAV\Server($tree);
288 $s = new DAV\Server($tree);
324 $s = new DAV\Server($tree);
364 $s = new DAV\Server($tree);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapServer.php15 use FreeDSx\Ldap\Server\RequestHandler\PagingHandlerInterface;
16 use FreeDSx\Ldap\Server\RequestHandler\ProxyHandler;
17 use FreeDSx\Ldap\Server\RequestHandler\ProxyPagingHandler;
18 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
19 use FreeDSx\Ldap\Server\RequestHandler\RootDseHandlerInterface;
20 use FreeDSx\Ldap\Server\ServerRunner\PcntlServerRunner;
21 use FreeDSx\Ldap\Server\ServerRunner\ServerRunnerInterface;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php7 use Sabre\DAV\Server; alias
30 * @param Server $server
33 function initialize(Server $server) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php8 use Sabre\DAV\Server; alias
30 * @param Server $server
33 function initialize(Server $server) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerAnonBindHandler.php20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
21 use FreeDSx\Ldap\Server\Token\AnonToken;
22 use FreeDSx\Ldap\Server\Token\TokenInterface;
H A DServerRootDseHandler.php25 use FreeDSx\Ldap\Server\RequestContext;
26 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
27 use FreeDSx\Ldap\Server\RequestHandler\RootDseHandlerInterface;
28 use FreeDSx\Ldap\Server\Token\TokenInterface;
H A DServerSearchHandler.php16 use FreeDSx\Ldap\Server\RequestContext;
17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
18 use FreeDSx\Ldap\Server\Token\TokenInterface;
H A DServerBindHandler.php21 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
22 use FreeDSx\Ldap\Server\Token\BindToken;
23 use FreeDSx\Ldap\Server\Token\TokenInterface;
H A DServerDispatchHandler.php20 use FreeDSx\Ldap\Server\RequestContext;
21 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
22 use FreeDSx\Ldap\Server\Token\TokenInterface;
/plugin/sqlcomp/
H A Dsyntax.php382 private function _sqlaccess($Server,$User,$Pass,$Database,$Query,$Opts){ argument
398 private function _postgresql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
400 …if(!$connection = pg_connect("host=".$Server." dbname=".$Database." user=".$User." password=".$Pas…
411 private function _mysql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
412 if(!$connection = mysqli_connect($Server, $User, $Pass) or false)
433 private function _mssql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
435 if(!$dbhandle = mssql_connect($Server, $User, $Pass))
455 private function _oracle($Server,$User,$Pass,$Database,$Query,$Opts){ argument
456 if(!$connection = oci_connect($User, $Pass, $Server) or false)
479 private function _sqlcsv($Server,$User,$Pass,$Database,$Query,$Opts){ argument
[all …]
/plugin/authhiorgserver/
H A DREADME.md4 DokuWiki Plugin: Single-Sign-On mit HiOrg-Server (http://www.hiorg-server.de)
16 Admin -> Konfiguration -> Plugins: Auth: SSO mit HiOrg-Server
22 Geben Sie im Feld "Organisationskürzel" das Org.-Kürzel Ihres HiOrg-Server
24 HiOrg-Server ein.
45 Copyright (C) HiOrg Server GmbH <support@hiorg-server.de>
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php8 use Sabre\DAV\Server; alias
64 * @param Server $server
67 function initialize(Server $server) {

12345678910