Home
last modified time | relevance | path

Searched refs:FILTER_GTE (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterInterface.php37 public const FILTER_GTE = '>=';
52 self::FILTER_GTE,
36 public const FILTER_GTE = '>='; global() define
H A DGreaterThanOrEqualFilter.php25 protected const FILTER_TYPE = self::FILTER_GTE;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php287 } elseif ($operator === FilterInterface::FILTER_GTE) {