Searched refs:OPERATOR_AND (Results 1 – 7 of 7) sorted by relevance
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/ | ||
| H A D | FilterInterface.php | 27 public const OPERATOR_AND = '&'; define |
| H A D | AndFilter.php | 26 protected const FILTER_OPERATOR = self::OPERATOR_AND; |
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ | ||
| D | SimpleQueryString.php | 12 public const OPERATOR_AND = 'and'; define in Elastica\\Query\\SimpleQueryString |
| D | Common.php | 15 public const OPERATOR_AND = 'and'; define in Elastica\\Query\\Common |
| D | MultiMatch.php | 23 public const OPERATOR_AND = 'and'; define in Elastica\\Query\\MultiMatch |
| D | MatchQuery.php | 16 public const OPERATOR_AND = 'and'; define in Elastica\\Query\\MatchQuery |
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ | ||
| H A D | FilterParser.php | 147 $filter = $operator === FilterInterface::OPERATOR_AND ? new AndFilter() : new OrFilter(); |