Searched defs:CHOICE_TAG (Results 1 – 9 of 9) sorted by relevance
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/ | ||
H A D | AndFilter.php | 24 protected const CHOICE_TAG = 0; global() define in FreeDSx\\Ldap\\Search\\Filter\\AndFilter |
H A D | ApproximateFilter.php | 22 protected const CHOICE_TAG = 8; global() define in FreeDSx\\Ldap\\Search\\Filter\\ApproximateFilter |
H A D | EqualityFilter.php | 22 protected const CHOICE_TAG = 3; global() define in FreeDSx\\Ldap\\Search\\Filter\\EqualityFilter |
H A D | GreaterThanOrEqualFilter.php | 22 protected const CHOICE_TAG = 5; global() define in FreeDSx\\Ldap\\Search\\Filter\\GreaterThanOrEqualFilter |
H A D | LessThanOrEqualFilter.php | 22 protected const CHOICE_TAG = 6; global() define in FreeDSx\\Ldap\\Search\\Filter\\LessThanOrEqualFilter |
H A D | OrFilter.php | 24 protected const CHOICE_TAG = 1; global() define in FreeDSx\\Ldap\\Search\\Filter\\OrFilter |
H A D | NotFilter.php | 28 protected const CHOICE_TAG = 2; global() define in FreeDSx\\Ldap\\Search\\Filter\\NotFilter |
H A D | SubstringFilter.php | 40 protected const CHOICE_TAG = 4; global() define in FreeDSx\\Ldap\\Search\\Filter\\SubstringFilter |
H A D | MatchingRuleFilter.php | 36 protected const CHOICE_TAG = 9; global() define in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter |