Home
last modified time | relevance | path

Searched refs:vlv (Results 1 – 5 of 5) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php26 * Represents a VLV Response. draft-ietf-ldapext-ldapv3-vlv-09
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 DControls.php188 public static function vlv(int $before, int $after, int $offset = 1, int $count = 0, ?string $contextId = null): VlvControl
187 public static function vlv(int $before, int $after, int $offset = 1, int $count = 0, ?string $contextId = null): VlvControl global() function in FreeDSx\\Ldap\\Controls
H A DLdapClient.php281 public function vlv(SearchRequest $search, $sort, int $afterCount): Vlv
277 public function vlv(SearchRequest $search, $sort, int $afterCount): Vlv global() function in FreeDSx\\Ldap\\LdapClient
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md7 * VLV Control Support ([draft-ietf-ldapext-ldapv3-vlv-09](https://www.ietf.org/archive/id/draft-ietf-ldapext-ldapv3-vlv-09.txt))
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php322 return Controls::vlv($this->before, $this->after, $offset, $count, $contextId);