Home
last modified time | relevance | path

Searched refs:Protocol (Results 1 – 25 of 98) sorted by relevance

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DResponseHandlerInterface.php12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler;
14 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
15 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
16 use FreeDSx\Ldap\Protocol\Queue\ClientQueue;
H A DClientStartTlsHandler.php12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler;
17 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
18 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
19 use FreeDSx\Ldap\Protocol\Queue\ClientQueue;
H A DMessageCreationTrait.php12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler;
15 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
16 use FreeDSx\Ldap\Protocol\LdapQueue;
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 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;
H A DClientSearchHandler.php12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler;
25 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
26 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
27 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;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerBindHandlerFactory.php12 namespace FreeDSx\Ldap\Protocol\Factory;
19 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\BindHandlerInterface;
20 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\ServerAnonBindHandler;
21 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\ServerBindHandler;
H A DClientProtocolHandlerFactory.php12 namespace FreeDSx\Ldap\Protocol\Factory;
18 use FreeDSx\Ldap\Protocol\ClientProtocolHandler;
19 use FreeDSx\Ldap\Protocol\ClientProtocolHandler\RequestHandlerInterface;
20 use FreeDSx\Ldap\Protocol\ClientProtocolHandler\ResponseHandlerInterface;
H A DServerProtocolHandlerFactory.php12 namespace FreeDSx\Ldap\Protocol\Factory;
20 use FreeDSx\Ldap\Protocol\ServerProtocolHandler;
21 use FreeDSx\Ldap\Protocol\ServerProtocolHandler\ServerProtocolHandlerInterface;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DServerQueue.php12 namespace FreeDSx\Ldap\Protocol\Queue;
19 use FreeDSx\Ldap\Protocol\LdapMessage;
20 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
21 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
22 use FreeDSx\Ldap\Protocol\LdapQueue;
H A DClientQueue.php12 namespace FreeDSx\Ldap\Protocol\Queue;
20 use FreeDSx\Ldap\Protocol\LdapMessage;
21 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
22 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
23 use FreeDSx\Ldap\Protocol\LdapQueue;
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DCHANGELOG.md24 * Protocol: Add a trailing slash to `Application`. (Ivan Enderlin, 2016-01-06T08:43:29+01:00)
31 * Test: Write test suite of `…a\Protocol\Node\Node`. (Ivan Enderlin, 2016-01-05T17:11:20+01:00)
32 * Test: Write test suite of `Hoa\Protocol\Protocol`. (Ivan Enderlin, 2015-12-18T11:30:56+01:00)
33 * Test: Write test suite of `…a\Protocol\Exception`. (Ivan Enderlin, 2015-12-18T08:07:59+01:00)
34 * Test: Write test suite of `Hoa\Protocol\Wrapper`. (Ivan Enderlin, 2015-12-16T08:39:00+01:00)
H A DREADME.md19 # Hoa\Protocol
29 [Learn more](https://central.hoa-project.net/Documentation/Library/Protocol).
69 static `getInstance` method on the `Hoa\Protocol\Protocol` class which
73 echo Hoa\Protocol\Protocol::getInstance();
105 Thus, `hoa://Library/Protocol/README.md` represents the abstract path to this
117 `Hoa\Protocol\Protocol::resolve` method:
121 resolve('hoa://Library/Protocol/README.md')
126 * string(37) "/usr/local/lib/Hoa/Protocol/README.md"
139 $protocol = Hoa\Protocol\Protocol::getInstance();
140 $protocol[] = new Hoa\Protocol\Node('Usb', '/Volumes/');
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerWhoAmIHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
20 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
21 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
22 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
H A DServerSearchHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
14 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
15 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
H A DServerStartTlsHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
19 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
20 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
21 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
H A DBindHandlerInterface.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
15 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
16 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
H A DServerUnbindHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
14 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
15 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
H A DServerProtocolHandlerInterface.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
15 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
16 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
H A DServerAnonBindHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
18 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
19 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
H A DServerRootDseHandler.php12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler;
22 use FreeDSx\Ldap\Protocol\LdapMessageRequest;
23 use FreeDSx\Ldap\Protocol\LdapMessageResponse;
24 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php37 namespace Hoa\Protocol\Node;
40 use Hoa\Protocol; alias
114 throw new Protocol\Exception(
126 throw new Protocol\Exception(
147 throw new Protocol\Exception(
322 throw new Protocol\Exception(
380 return Protocol::getInstance();
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf28 ESMTP Extended Simple Mail Transfer Protocol
31 FTP File Transfer Protocol
41 HTTP Hyper Text Transfer Protocol
50 IMAP Internet Message Access Protocol
94 POP3 Post Office Protocol 3
95 POP Post Office Protocol
108 SMTP Simple Mail Transfer Protocol
109 SOAP Simple Object Access Protocol
127 WAP Wireless Access Protocol
/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

1234