Home
last modified time | relevance | path

Searched refs:PAREN_LEFT (Results 1 – 8 of 8) sorted by last modified time

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAttributeValueAssertionTrait.php84 return self::PAREN_LEFT
H A DFilterContainerTrait.php120 return self::PAREN_LEFT
H A DFilterInterface.php23 public const PAREN_LEFT = '(';
22 public const PAREN_LEFT = '('; global() define
H A DMatchingRuleFilter.php186 return self::PAREN_LEFT . $filter . self::FILTER_EXT . Attribute::escape($this->value) . self::PAREN_RIGHT;
H A DNotFilter.php78 return self::PAREN_LEFT
H A DPresentFilter.php54 return self::PAREN_LEFT . $this->attribute . self::FILTER_EQUAL . '*' . self::PAREN_RIGHT;
H A DSubstringFilter.php175 $filter = self::PAREN_LEFT . $this->attribute . self::FILTER_EQUAL;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php105 if (!$this->startsWith(FilterInterface::PAREN_LEFT, $pos)) {
226 if ($isRoot && !$this->startsWith(FilterInterface::PAREN_LEFT, $startAt)) {
237 } elseif (!$isRoot && !$this->startsWith(FilterInterface::PAREN_LEFT, $startAt)) {
431 if ($this->filter[$i] === FilterInterface::PAREN_LEFT) {
495 } elseif (isset($this->filter[$i]) && $this->filter[$i] === FilterInterface::PAREN_LEFT) {