Home
last modified time | relevance | path

Searched refs:sequenceOf (Results 1 – 8 of 8) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php103 $partialAttributes = Asn1::sequenceOf();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php136 $attributeList = Asn1::sequenceOf();
H A DModifyRequest.php133 $changes = Asn1::sequenceOf();
H A DSearchRequest.php449 Asn1::sequenceOf(...array_map(function ($attr) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php139 $this->controlValue = Asn1::sequenceOf();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php150 $substrings = Asn1::sequenceOf();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php122 $controls = Asn1::context(0, Asn1::sequenceOf());
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php64 public static function sequenceOf(AbstractType ...$types): SequenceOfType
63 public static function sequenceOf(AbstractType ...$types) : SequenceOfType global() function in FreeDSx\\Asn1\\Asn1