Home
last modified time | relevance | path

Searched refs:CHOICE_TAG (Results 1 – 11 of 11) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DNotFilter.php28 protected const CHOICE_TAG = 2; define in FreeDSx\\Ldap\\Search\\Filter\\NotFilter
67 return Asn1::context(self::CHOICE_TAG, Asn1::sequence($this->filter->toAsn1()));
H A DApproximateFilter.php22 protected const CHOICE_TAG = 8; define in FreeDSx\\Ldap\\Search\\Filter\\ApproximateFilter
H A DEqualityFilter.php22 protected const CHOICE_TAG = 3; define in FreeDSx\\Ldap\\Search\\Filter\\EqualityFilter
H A DGreaterThanOrEqualFilter.php22 protected const CHOICE_TAG = 5; define in FreeDSx\\Ldap\\Search\\Filter\\GreaterThanOrEqualFilter
H A DLessThanOrEqualFilter.php22 protected const CHOICE_TAG = 6; define in FreeDSx\\Ldap\\Search\\Filter\\LessThanOrEqualFilter
H A DAndFilter.php24 protected const CHOICE_TAG = 0; define in FreeDSx\\Ldap\\Search\\Filter\\AndFilter
H A DOrFilter.php24 protected const CHOICE_TAG = 1; define in FreeDSx\\Ldap\\Search\\Filter\\OrFilter
H A DMatchingRuleFilter.php36 protected const CHOICE_TAG = 9; define in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter
154 $matchingRule = Asn1::context(self::CHOICE_TAG, Asn1::sequence());
H A DSubstringFilter.php40 protected const CHOICE_TAG = 4; define in FreeDSx\\Ldap\\Search\\Filter\\SubstringFilter
162 return Asn1::context(self::CHOICE_TAG, Asn1::sequence(
H A DAttributeValueAssertionTrait.php70 return Asn1::context(self::CHOICE_TAG, Asn1::sequence(
H A DFilterContainerTrait.php102 return Asn1::context(self::CHOICE_TAG, Asn1::setOf(