Home
last modified time | relevance | path

Searched defs:FILTER_TYPE (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DApproximateFilter.php24 protected const FILTER_TYPE = self::FILTER_APPROX; global() define in FreeDSx\\Ldap\\Search\\Filter\\ApproximateFilter
H A DEqualityFilter.php24 protected const FILTER_TYPE = self::FILTER_EQUAL; global() define in FreeDSx\\Ldap\\Search\\Filter\\EqualityFilter
H A DGreaterThanOrEqualFilter.php24 protected const FILTER_TYPE = self::FILTER_GTE; global() define in FreeDSx\\Ldap\\Search\\Filter\\GreaterThanOrEqualFilter
H A DLessThanOrEqualFilter.php24 protected const FILTER_TYPE = self::FILTER_LTE; global() define in FreeDSx\\Ldap\\Search\\Filter\\LessThanOrEqualFilter