Home
last modified time | relevance | path

Searched refs:Server (Results 26 – 50 of 243) sorted by relevance

12345678910

/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php5 use Sabre\DAV\Server; alias
59 * @param Server $server
62 function initialize(Server $server) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php9 use Sabre\DAV\Server; alias
69 * @param Server $server
72 function initialize(Server $server) {
/plugin/webdav/
H A Dplugin.info.txt5 name WebDAV DokuWiki Server
6 desc WebDAV Server for DokuWiki
/plugin/authhiorgserver/
H A Dplugin.info.txt2 author HiOrg Server GmbH
6 desc uses HiOrg-Server as Auth-Provider (SSO)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRootDseHandlerInterface.php12 namespace FreeDSx\Ldap\Server\RequestHandler;
16 use FreeDSx\Ldap\Server\RequestContext;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DBindHandlerInterface.php17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
18 use FreeDSx\Ldap\Server\Token\TokenInterface;
H A DServerUnbindHandler.php16 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
17 use FreeDSx\Ldap\Server\Token\TokenInterface;
H A DServerProtocolHandlerInterface.php17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
18 use FreeDSx\Ldap\Server\Token\TokenInterface;
H A DServerWhoAmIHandler.php23 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
24 use FreeDSx\Ldap\Server\Token\TokenInterface;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
H A DRequestContext.php12 namespace FreeDSx\Ldap\Server;
15 use FreeDSx\Ldap\Server\Token\TokenInterface;
/plugin/blogtng/exe/
H A Dpingback.php11 use IXR\Server\Server; alias
33 class PingbackServer extends Server {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php6 use Sabre\DAV\Server; alias
82 * @param Server $server
85 function initialize(Server $server) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php21 use FreeDSx\Ldap\Server\Token\AnonToken;
22 use FreeDSx\Ldap\Server\Token\BindToken;
23 use FreeDSx\Ldap\Server\Token\TokenInterface;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DACLTest.php21 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl);
45 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl, '/');
95 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl, '/');
H A DSupportedPrivilegeSetTest.php30 $xml = (new DAV\Server())->xml->write('{DAV:}supported-privilege-set', $prop);
62 $xml = (new DAV\Server())->xml->write('{DAV:}supported-privilege-set', $prop);
H A DPrincipalTest.php45 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin);
61 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin);
77 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin, '/');
/plugin/webdav/core/Plugin/
H A DDummyGetResponse.php13 use Sabre\DAV\Server; alias
27 public function initialize(Server $server)
H A DException.php14 use Sabre\DAV\Server; alias
30 public function initialize(Server $server)
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php9 use Sabre\DAV\Server; alias
43 * @var Server
83 * @param Server $server
86 function initialize(Server $server) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php12 namespace FreeDSx\Ldap\Server\ServerRunner;
19 use FreeDSx\Ldap\Server\ChildProcess;
20 use FreeDSx\Ldap\Server\RequestHandler\HandlerFactory;
21 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DLockedTest.php24 $locked->serialize(new DAV\Server(), $root);
53 $locked->serialize(new DAV\Server(), $root);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DSpecificationTest.php6 use Sabre\DAV\Server; alias
24 $server = new Server($tree);
/plugin/backup/lang/de/
H A Dwindows.txt3 …n hat festgestellt, dass Sie versuchen, ein Backup auf einem Windows basierten Server zu erstellen.
7 ** Bitte beachten Sie, dass das Ausführen des Backup-Tools auf einem Windows-basierten Server nicht…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DIssue33Test.php22 $server = new Server($root);
94 $server = new Server($tree);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php89 * @param Server $server
92 function initialize(Server $server) {
273 '{' . Server::NS_SABREDAV . '}tempFile' => true,

12345678910