/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/ |
H A D | ResponseHandlerInterface.php | 12 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 D | ClientStartTlsHandler.php | 12 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 D | MessageCreationTrait.php | 12 namespace FreeDSx\Ldap\Protocol\ClientProtocolHandler; 15 use FreeDSx\Ldap\Protocol\LdapMessageRequest; 16 use FreeDSx\Ldap\Protocol\LdapQueue;
|
H A D | ClientBasicHandler.php | 12 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 D | ClientProtocolContext.php | 12 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 D | ClientSearchHandler.php | 12 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 D | ClientExtendedOperationHandler.php | 12 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 D | ServerBindHandlerFactory.php | 12 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 D | ClientProtocolHandlerFactory.php | 12 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 D | ServerProtocolHandlerFactory.php | 12 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 D | ServerQueue.php | 12 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 D | ClientQueue.php | 12 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 D | CHANGELOG.md | 24 * 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 D | README.md | 19 # 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 D | ServerWhoAmIHandler.php | 12 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 D | ServerSearchHandler.php | 12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler; 14 use FreeDSx\Ldap\Protocol\LdapMessageRequest; 15 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
|
H A D | ServerStartTlsHandler.php | 12 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 D | BindHandlerInterface.php | 12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler; 15 use FreeDSx\Ldap\Protocol\LdapMessageRequest; 16 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
|
H A D | ServerUnbindHandler.php | 12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler; 14 use FreeDSx\Ldap\Protocol\LdapMessageRequest; 15 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
|
H A D | ServerProtocolHandlerInterface.php | 12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler; 15 use FreeDSx\Ldap\Protocol\LdapMessageRequest; 16 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
|
H A D | ServerAnonBindHandler.php | 12 namespace FreeDSx\Ldap\Protocol\ServerProtocolHandler; 18 use FreeDSx\Ldap\Protocol\LdapMessageRequest; 19 use FreeDSx\Ldap\Protocol\Queue\ServerQueue;
|
H A D | ServerRootDseHandler.php | 12 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 D | Node.php | 37 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 D | acronyms.conf | 28 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 D | Protocol.php | 37 namespace Hoa\Protocol\Test\Unit; 39 use Hoa\Protocol\Protocol as SUT; 50 class Protocol extends Test\Unit\Suite class
|