Home
last modified time | relevance | path

Searched refs:Protocol (Results 26 – 50 of 98) sorted by relevance

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php12 namespace FreeDSx\Ldap\Protocol;
21 use FreeDSx\Ldap\Protocol\Factory\ResponseFactory;
22 use FreeDSx\Ldap\Protocol\Factory\ServerBindHandlerFactory;
23 use FreeDSx\Ldap\Protocol\Factory\ServerProtocolHandlerFactory;
24 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
H A DClientProtocolHandler.php12 namespace FreeDSx\Ldap\Protocol;
28 use FreeDSx\Ldap\Protocol\ClientProtocolHandler\ClientProtocolContext;
29 use FreeDSx\Ldap\Protocol\Factory\ClientProtocolHandlerFactory;
30 use FreeDSx\Ldap\Protocol\Queue\ClientQueue;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DBaseServerHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
14 use FreeDSx\Ldap\Protocol\Factory\ResponseFactory;
H A DServerBindHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
19 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
20 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
H A DServerDispatchHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
18 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
19 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php37 namespace Hoa\Protocol\Bin;
40 use Hoa\Protocol; alias
120 $protocol = Protocol::getInstance();
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DException.php37 namespace Hoa\Protocol\Test\Unit;
39 use Hoa\Protocol\Exception as SUT;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DRequestHandlerInterface.php12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler;
16 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
H A DClientReferralHandler.php12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler;
28 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
29 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
30 use FreeDSx\Ldap\Protocol\Queue\ClientQueue;
31 use FreeDSx\Ldap\Protocol\ReferralContext;
H A DClientUnbindHandler.php12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler;
15 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
H A DClientSaslBindHandler.php12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler;
26 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
27 use FreeDSx\Ldap\Protocol\Queue\ClientQueue;
28 use FreeDSx\Ldap\Protocol\Queue\MessageWrapper\SaslMessageWrapper;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php12 namespace FreeDSx\Ldap\Protocol\Factory;
32 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
33 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php17 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
18 use FreeDSx\Ldap\Protocol\ServerProtocolHandler;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php12 namespace FreeDSx\Ldap\Protocol\Queue\MessageWrapper;
14 use FreeDSx\Ldap\Protocol\Queue\MessageWrapperInterface;
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php37 namespace Hoa\Protocol
253 if (Protocol::NO_RESOLUTION === $path) {
540 if (Protocol::NO_RESOLUTION === $path) {
601 return Hoa\Protocol::getInstance()->resolve($path, $exists, $unfold);
H A DProtocol.php37 namespace Hoa\Protocol;
49 class Protocol extends Node class
H A DException.php37 namespace Hoa\Protocol;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DNotFilter.php21 use FreeDSx\Ldap\Protocol\Factory\FilterFactory;
22 use FreeDSx\Ldap\Protocol\LdapEncoder;
H A DFilterContainerTrait.php22 use FreeDSx\Ldap\Protocol\Factory\FilterFactory;
23 use FreeDSx\Ldap\Protocol\LdapEncoder;
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DLibrary.php37 namespace Hoa\Protocol\Test\Unit\Node;
39 use Hoa\Protocol\Node\Library as SUT;
H A DNode.php37 namespace Hoa\Protocol\Test\Unit\Node;
39 use Hoa\Protocol as LUT;
40 use Hoa\Protocol\Node\Node as SUT;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DResponseInterface.php14 use FreeDSx\Ldap\Protocol\ProtocolElementInterface;
H A DExtendedResponse.php21 use FreeDSx\Ldap\Protocol\LdapEncoder;
22 use FreeDSx\Ldap\Protocol\ProtocolElementInterface;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DRequestInterface.php14 use FreeDSx\Ldap\Protocol\ProtocolElementInterface;
H A DExtendedRequest.php20 use FreeDSx\Ldap\Protocol\LdapEncoder;
21 use FreeDSx\Ldap\Protocol\ProtocolElementInterface;

1234