Home
last modified time | relevance | path

Searched refs:FILTER_APPROX (Results 1 – 3 of 3) sorted by last modified time

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DApproximateFilter.php25 protected const FILTER_TYPE = self::FILTER_APPROX;
H A DFilterInterface.php35 public const FILTER_APPROX = '~=';
51 self::FILTER_APPROX,
34 public const FILTER_APPROX = '~='; global() define
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php289 } elseif ($operator === FilterInterface::FILTER_APPROX) {