Searched refs:FILTER_EQUAL (Results 1 – 7 of 7) sorted by relevance
33 public const FILTER_EQUAL = '=';50 self::FILTER_EQUAL,32 public const FILTER_EQUAL = '='; global() define
25 protected const FILTER_TYPE = self::FILTER_EQUAL;
54 return self::PAREN_LEFT . $this->attribute . self::FILTER_EQUAL . '*' . self::PAREN_RIGHT;
175 $filter = self::PAREN_LEFT . $this->attribute . self::FILTER_EQUAL;
19 const FILTER_EQUAL = 'equal';272 abstract public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL);16 const FILTER_EQUAL = 'equal'; global() define in dokuwiki\\plugin\\pureldap\\classes\\Client
101 public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL)148 public function getFilteredUsers($match, $filtermethod = self::FILTER_EQUAL)