Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAndFilter.php28 protected const CHOICE_TAG = 0;
24 protected const CHOICE_TAG = 0; global() define in FreeDSx\\Ldap\\Search\\Filter\\AndFilter
H A DApproximateFilter.php23 protected const CHOICE_TAG = 8;
22 protected const CHOICE_TAG = 8; global() define in FreeDSx\\Ldap\\Search\\Filter\\ApproximateFilter
H A DAttributeValueAssertionTrait.php73 return Asn1::context(self::CHOICE_TAG, Asn1::sequence(
H A DEqualityFilter.php23 protected const CHOICE_TAG = 3;
22 protected const CHOICE_TAG = 3; global() define in FreeDSx\\Ldap\\Search\\Filter\\EqualityFilter
H A DFilterContainerTrait.php107 return Asn1::context(self::CHOICE_TAG, Asn1::setOf(
H A DGreaterThanOrEqualFilter.php23 protected const CHOICE_TAG = 5;
22 protected const CHOICE_TAG = 5; global() define in FreeDSx\\Ldap\\Search\\Filter\\GreaterThanOrEqualFilter
H A DLessThanOrEqualFilter.php23 protected const CHOICE_TAG = 6;
22 protected const CHOICE_TAG = 6; global() define in FreeDSx\\Ldap\\Search\\Filter\\LessThanOrEqualFilter
H A DMatchingRuleFilter.php38 protected const CHOICE_TAG = 9;
156 $matchingRule = Asn1::context(self::CHOICE_TAG, Asn1::sequence());
36 protected const CHOICE_TAG = 9; global() define in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter
H A DNotFilter.php31 protected const CHOICE_TAG = 2;
70 return Asn1::context(self::CHOICE_TAG, Asn1::sequence($this->filter->toAsn1()));
28 protected const CHOICE_TAG = 2; global() define in FreeDSx\\Ldap\\Search\\Filter\\NotFilter
H A DOrFilter.php28 protected const CHOICE_TAG = 1;
24 protected const CHOICE_TAG = 1; global() define in FreeDSx\\Ldap\\Search\\Filter\\OrFilter
H A DSubstringFilter.php42 protected const CHOICE_TAG = 4;
164 return Asn1::context(self::CHOICE_TAG, Asn1::sequence(
40 protected const CHOICE_TAG = 4; global() define in FreeDSx\\Ldap\\Search\\Filter\\SubstringFilter