Home
last modified time | relevance | path

Searched refs:PAREN_RIGHT (Results 1 – 8 of 8) sorted by path

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAttributeValueAssertionTrait.php88 . self::PAREN_RIGHT;
H A DFilterContainerTrait.php126 . self::PAREN_RIGHT;
H A DFilterInterface.php25 public const PAREN_RIGHT = ')';
24 public const PAREN_RIGHT = ')'; global() define
H A DMatchingRuleFilter.php186 return self::PAREN_LEFT . $filter . self::FILTER_EXT . Attribute::escape($this->value) . self::PAREN_RIGHT;
H A DNotFilter.php81 . self::PAREN_RIGHT;
H A DPresentFilter.php54 return self::PAREN_LEFT . $this->attribute . self::FILTER_EQUAL . '*' . self::PAREN_RIGHT;
H A DSubstringFilter.php193 return $filter . $value . self::PAREN_RIGHT;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php434 } elseif ($this->filter[$i] === FilterInterface::PAREN_RIGHT) {
457 if ($this->filter[$i] === FilterInterface::PAREN_RIGHT) {
498 } elseif (isset($this->filter[$i]) && $this->filter[$i] === FilterInterface::PAREN_RIGHT) {