Home
last modified time | relevance | path

Searched refs:FILTER_EQUAL (Results 1 – 7 of 7) sorted by path

/plugin/pureldap/_test/
H A DADClient.test.php
/plugin/pureldap/classes/
H A DADClient.php105 public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL)
152 public function getFilteredUsers($match, $filtermethod = self::FILTER_EQUAL)
H A DClient.php17 public const FILTER_EQUAL = 'equal';
277 abstract public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL);
16 const FILTER_EQUAL = 'equal'; global() define in dokuwiki\\plugin\\pureldap\\classes\\Client
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DEqualityFilter.php25 protected const FILTER_TYPE = self::FILTER_EQUAL;
H A DFilterInterface.php33 public const FILTER_EQUAL = '=';
50 self::FILTER_EQUAL,
32 public const FILTER_EQUAL = '='; global() define
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;