Home
last modified time | relevance | path

Searched refs:Server (Results 151 – 175 of 243) sorted by path

12345678910

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1183 Chess Server), and "TC" (general telecommunication).
1540 the ICS (Internet Chess Server). It can be found at the chess.uoknor.edu ftp
1690 and older versions of the GIICS (Graphical Interface - Internet Chess Server).
1755 The program "icsconv" can be used to convert Internet Chess Server games, both
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md29 * The Server RequestHandler interface now requires type-hints for all methods.
30 * Server request handlers can now return their own RootDSE if they choose to.
H A DREADME.md8 * Server Side Sort Control ([RFC 2891](https://tools.ietf.org/html/rfc2891))
27 * [LDAP Server](/docs/Server)
28 * [Configuration](/docs/Server/Configuration.md)
29 * [General Usage](/docs/Server/General-Usage.md)
/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/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;
H A DServerProtocolHandler.php25 use FreeDSx\Ldap\Server\HandlerFactoryInterface;
26 use FreeDSx\Ldap\Server\RequestHistory;
28 use FreeDSx\Ldap\Server\Token\TokenInterface;
/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 DServerAnonBindHandler.php20 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
21 use FreeDSx\Ldap\Server\Token\AnonToken;
22 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;
H A DServerProtocolHandlerInterface.php17 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
18 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 DServerStartTlsHandler.php22 use FreeDSx\Ldap\Server\RequestHandler\RequestHandlerInterface;
23 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 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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php12 namespace FreeDSx\Ldap\Server\RequestHandler;
23 use FreeDSx\Ldap\Server\RequestContext;
H A DProxyRequestHandler.php12 namespace FreeDSx\Ldap\Server\RequestHandler;
27 use FreeDSx\Ldap\Server\RequestContext;
H A DRequestHandlerInterface.php12 namespace FreeDSx\Ldap\Server\RequestHandler;
23 use FreeDSx\Ldap\Server\RequestContext;
H A DRootDseHandlerInterface.php12 namespace FreeDSx\Ldap\Server\RequestHandler;
16 use FreeDSx\Ldap\Server\RequestContext;
/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;
H A DServerRunnerInterface.php12 namespace FreeDSx\Ldap\Server\ServerRunner;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Token/
H A DAnonToken.php12 namespace FreeDSx\Ldap\Server\Token;

12345678910