Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterInterface.php31 public const OPERATOR_NOT = '!';
44 self::OPERATOR_NOT,
30 public const OPERATOR_NOT = '!'; global() define
H A DNotFilter.php79 . self::OPERATOR_NOT
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php142 if ($operator === FilterInterface::OPERATOR_NOT) {