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