Searched refs:vlv (Results 1 – 5 of 5) sorted by relevance
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/ |
| H A D | VlvResponseControl.php | 88 $vlv = self::decodeEncodedValue($type); 90 if (!$vlv instanceof SequenceType) { 93 $offset = $vlv->getChild(0); 94 $count = $vlv->getChild(1); 95 $result = $vlv->getChild(2); 96 $contextId = $vlv->getChild(3);
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
| H A D | Controls.php | 188 …public static function vlv(int $before, int $after, int $offset = 1, int $count = 0, ?string $cont… function in FreeDSx\\Ldap\\Controls
|
| H A D | LdapClient.php | 281 public function vlv(SearchRequest $search, $sort, int $afterCount): Vlv function in FreeDSx\\Ldap\\LdapClient
|
| /plugin/pureldap/vendor/freedsx/ldap/ |
| H A D | README.md | 7 …ntrol Support ([draft-ietf-ldapext-ldapv3-vlv-09](https://www.ietf.org/archive/id/draft-ietf-ldape…
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
| H A D | Vlv.php | 322 return Controls::vlv($this->before, $this->after, $offset, $count, $contextId);
|