/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
H A D | Controls.php | 15 use FreeDSx\Ldap\Control\Ad\DirSyncRequestControl; 16 use FreeDSx\Ldap\Control\Ad\ExpectedEntryCountControl; 17 use FreeDSx\Ldap\Control\Ad\ExtendedDnControl; 18 use FreeDSx\Ldap\Control\Ad\PolicyHintsControl; 19 use FreeDSx\Ldap\Control\Ad\SdFlagsControl; 20 use FreeDSx\Ldap\Control\Ad\SetOwnerControl; alias 21 use FreeDSx\Ldap\Control\Control; 22 use FreeDSx\Ldap\Control\PagingControl; 23 use FreeDSx\Ldap\Control\Sortin [all...] |
H A D | LdapClient.php | 14 use FreeDSx\Ldap\Control\Control; 15 use FreeDSx\Ldap\Control\ControlBag; 16 use FreeDSx\Ldap\Control\Sorting\SortingControl; 17 use FreeDSx\Ldap\Control\Sorting\SortKey; 118 * @param Control ...$controls 122 public function compare($dn, string $attributeName, string $value, Control ...$controls): bool 134 * @param Control ...$controls 138 public function create(Entry $entry, Control ...$controls): LdapMessageResponse 151 * @param Control 13 use FreeDSx\Ldap\Control\Control; global() alias [all...] |
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/ |
H A D | ControlBag.php | 12 namespace FreeDSx\Ldap\Control; 30 * @var Control[] 36 * @param Control ...$controls 38 public function __construct(Control ...$controls) 44 * Check if a specific control exists by either the OID string or the Control object (strict check). 46 * @param string|Control $control 68 * @return null|Control 70 public function get(string $oid): ?Control 84 * @param Control ...$controls 87 public function add(Control [all...] |
H A D | Control.php | 12 namespace FreeDSx\Ldap\Control; 29 * Control ::= SEQUENCE { 36 class Control implements ProtocolElementInterface 203 * @param Control $control 208 protected static function mergeControlData(Control $control, AbstractType $type) 32 class Control implements ProtocolElementInterface global() class
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
H A D | LdapMessage.php | 23 use FreeDSx\Ldap\Control; 24 use FreeDSx\Ldap\Control\ControlBag; 82 * @param Control\Control ...$controls 84 public function __construct(int $messageId, Control\Control ...$controls) 171 case Control\Control::OID_PAGING: 172 $controls[] = Control\PagingControl::fromAsn1($control); 174 case Control\Contro 20 use FreeDSx\Ldap\Control; global() alias [all...] |
H A D | LdapMessageRequest.php | 15 use FreeDSx\Ldap\Control\Control; 34 * @param Control ...$controls 36 public function __construct(int $messageId, RequestInterface $request, Control ...$controls) 14 use FreeDSx\Ldap\Control\Control; global() alias
|
H A D | LdapMessageResponse.php | 15 use FreeDSx\Ldap\Control\Control; 35 * @param Control ...$controls 37 public function __construct(int $messageId, ResponseInterface $response, Control ...$controls) 14 use FreeDSx\Ldap\Control\Control; global() alias
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
H A D | SdFlagsControl.php | 12 namespace FreeDSx\Ldap\Control\Ad; 16 use FreeDSx\Ldap\Control\Control; 19 * Represents a SD Flags Control for Active Directory. 28 class SdFlagsControl extends Control 15 use FreeDSx\Ldap\Control\Control; global() alias
|
H A D | SetOwnerControl.php | 12 namespace FreeDSx\Ldap\Control\Ad; 19 use FreeDSx\Ldap\Control\Control; 30 class SetOwnerControl extends Control 77 * @return Control 16 use FreeDSx\Ldap\Control\Control; global() alias
|
H A D | PolicyHintsControl.php | 12 namespace FreeDSx\Ldap\Control\Ad; 20 use FreeDSx\Ldap\Control\Control; 33 class PolicyHintsControl extends Control 80 * @return Control 17 use FreeDSx\Ldap\Control\Control; global() alias
|
H A D | ExtendedDnControl.php | 12 namespace FreeDSx\Ldap\Control\Ad; 20 use FreeDSx\Ldap\Control\Control; 30 class ExtendedDnControl extends Control 17 use FreeDSx\Ldap\Control\Control; global() alias
|
H A D | DirSyncResponseControl.php | 12 namespace FreeDSx\Ldap\Control\Ad; 21 use FreeDSx\Ldap\Control\Control; 36 class DirSyncResponseControl extends Control 100 * @return Control 18 use FreeDSx\Ldap\Control\Control; global() alias
|
H A D | ExpectedEntryCountControl.php | 12 namespace FreeDSx\Ldap\Control\Ad; 20 use FreeDSx\Ldap\Control\Control; 34 class ExpectedEntryCountControl extends Control 97 * @return Control 17 use FreeDSx\Ldap\Control\Control; global() alias
|
H A D | DirSyncRequestControl.php | 12 namespace FreeDSx\Ldap\Control\Ad; 21 use FreeDSx\Ldap\Control\Control; 36 class DirSyncRequestControl extends Control 150 * @return Control 18 use FreeDSx\Ldap\Control\Control; global() alias
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/ |
H A D | SortingResponseControl.php | 12 namespace FreeDSx\Ldap\Control\Sorting; 20 use FreeDSx\Ldap\Control\Control; 52 class SortingResponseControl extends Control 93 * @return Control 17 use FreeDSx\Ldap\Control\Control; global() alias
|
H A D | SortingControl.php | 12 namespace FreeDSx\Ldap\Control\Sorting; 21 use FreeDSx\Ldap\Control\Control; 35 class SortingControl extends Control 85 * @return Control 18 use FreeDSx\Ldap\Control\Control; global() alias
|
/plugin/stellarium/ |
H A D | README.md | 14 2. Make sure that the Stellarium Plugin `Remote Control` is installed and the server running 15 3. In the `Remote Control` plugin configuration, enable CORS and add your DokuWiki instance's URL 16 4. If you have changed the `Remote Control` port or set a password, make sure to set them in your D… 18 ### Note regarding the Remote Control password
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/ |
H A D | VlvResponseControl.php | 12 namespace FreeDSx\Ldap\Control\Vlv; 22 use FreeDSx\Ldap\Control\Control; 48 class VlvResponseControl extends Control 82 * @return Control 19 use FreeDSx\Ldap\Control\Control; global() alias
|
H A D | VlvControl.php | 12 namespace FreeDSx\Ldap\Control\Vlv; 17 use FreeDSx\Ldap\Control\Control; 36 class VlvControl extends Control 15 use FreeDSx\Ldap\Control\Control; global() alias
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
H A D | Paging.php | 14 use FreeDSx\Ldap\Control\Control; 15 use FreeDSx\Ldap\Control\PagingControl; 166 ->get(Control::OID_PAGING); 13 use FreeDSx\Ldap\Control\Control; global() alias
|
H A D | Vlv.php | 14 use FreeDSx\Ldap\Control\Control; 15 use FreeDSx\Ldap\Control\Sorting\SortingControl; 16 use FreeDSx\Ldap\Control\Sorting\SortKey; 17 use FreeDSx\Ldap\Control\Vlv\VlvControl; 18 use FreeDSx\Ldap\Control\Vlv\VlvResponseControl; 282 $control = $message->controls()->get(Control::OID_VLV_RESPONSE); 13 use FreeDSx\Ldap\Control\Control; global() alias
|
H A D | DirSync.php | 15 use FreeDSx\Ldap\Control\Ad\DirSyncRequestControl; alias 16 use FreeDSx\Ldap\Control\Ad\DirSyncResponseControl; 17 use FreeDSx\Ldap\Control\Control; 153 $lastResponse = $response->controls()->get(Control::OID_DIR_SYNC);
|
/plugin/osm/ |
H A D | script.js | 10 new OpenLayers.Control.Navigation(), 11 new OpenLayers.Control.PanZoomBar(), 12 new OpenLayers.Control.LayerSwitcher(), 13 new OpenLayers.Control.Attribution()],
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
H A D | Control.php | 20 class Control extends \Google\Model class 44 class_alias(Control::class, 'Google_Service_ServiceManagement_Control');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
H A D | Control.php | 20 class Control extends \Google\Model class 44 class_alias(Control::class, 'Google_Service_ServiceNetworking_Control');
|