Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterInterface.php41 public const FILTER_EXT = ':=';
54 self::FILTER_EXT,
40 public const FILTER_EXT = ':='; global() define
H A DMatchingRuleFilter.php186 return self::PAREN_LEFT . $filter . self::FILTER_EXT . Attribute::escape($this->value) . self::PAREN_RIGHT;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php291 } elseif ($operator === FilterInterface::FILTER_EXT) {