Home
last modified time | relevance | path

Searched refs:FILTER_LTE (Results 1 – 3 of 3) sorted by path

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterInterface.php39 public const FILTER_LTE = '<=';
53 self::FILTER_LTE,
38 public const FILTER_LTE = '<='; global() define
H A DLessThanOrEqualFilter.php25 protected const FILTER_TYPE = self::FILTER_LTE;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php285 if ($operator === FilterInterface::FILTER_LTE) {