Home
last modified time | relevance | path

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

1234

/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
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/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DProtocol.php37 namespace Hoa\Protocol\Test\Unit;
39 use Hoa\Protocol\Protocol as SUT;
50 class Protocol extends Test\Unit\Suite class
H A DWrapper.php37 namespace Hoa\Protocol\Test\Unit;
39 use Hoa\Protocol as LUT;
40 use Hoa\Protocol\Wrapper as SUT;
/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);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md86 * Protocol: Use `Hoa\Protocol`. (Ivan Enderlin, 2015-12-13T22:58:59+01:00)
H A DREADME.md411 [the `Hoa\Protocol` library](https://central.hoa-project.net/Resource/Library/Protocol).
H A DStream.php41 use Hoa\Protocol; alias
661 class _Protocol extends Protocol\Node
698 $protocol = Protocol::getInstance();
/plugin/openlayersmapoverlays/
H A Dscript.js124 protocol: new OpenLayers.Protocol.HTTP({
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php22 use FreeDSx\Ldap\Protocol\LdapEncoder;
23 use FreeDSx\Ldap\Protocol\ProtocolElementInterface;
194 'Protocol encoding issue. Expected a sequence type but received: %s',
H A DPwdPolicyResponseControl.php21 use FreeDSx\Ldap\Protocol\LdapEncoder;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php23 use FreeDSx\Ldap\Protocol\LdapEncoder;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php26 use FreeDSx\Ldap\Protocol\ProtocolElementInterface;
H A DLdapClient.php27 use FreeDSx\Ldap\Protocol\ClientProtocolHandler;
28 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
466 $this->handler = new Protocol\ClientProtocolHandler($this->options);
H A DOperations.php35 use FreeDSx\Ldap\Protocol\ProtocolElementInterface;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php24 use FreeDSx\Ldap\Protocol\LdapEncoder;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCancelRequest.php
H A DExtendedRequest.php20 use FreeDSx\Ldap\Protocol\LdapEncoder;
21 use FreeDSx\Ldap\Protocol\ProtocolElementInterface;
H A DRequestInterface.php14 use FreeDSx\Ldap\Protocol\ProtocolElementInterface;
H A DSearchRequest.php25 use FreeDSx\Ldap\Protocol\Factory\FilterFactory;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php21 use FreeDSx\Ldap\Protocol\LdapEncoder;
22 use FreeDSx\Ldap\Protocol\ProtocolElementInterface;
H A DResponseInterface.php14 use FreeDSx\Ldap\Protocol\ProtocolElementInterface;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
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/ClientProtocolHandler/
H A DClientBasicHandler.php12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler;
22 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
23 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
24 use FreeDSx\Ldap\Protocol\Queue\ClientQueue;
H A DClientExtendedOperationHandler.php12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler;
20 use FreeDSx\Ldap\Protocol\Factory\ExtendedResponseFactory;
21 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
H A DClientProtocolContext.php12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler;
24 use FreeDSx\Ldap\Protocol\ClientProtocolHandler;
25 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
26 use FreeDSx\Ldap\Protocol\Queue\ClientQueue;

1234