Home
last modified time | relevance | path

Searched refs:OPERATOR_AND (Results 1 – 7 of 7) sorted by last modified time

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DCommon.php15 public const OPERATOR_AND = 'and'; define in Elastica\\Query\\Common
H A DMultiMatch.php23 public const OPERATOR_AND = 'and'; define in Elastica\\Query\\MultiMatch
H A DSimpleQueryString.php12 public const OPERATOR_AND = 'and'; define in Elastica\\Query\\SimpleQueryString
H A DMatchQuery.php16 public const OPERATOR_AND = 'and'; define in Elastica\\Query\\MatchQuery
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAndFilter.php26 protected const FILTER_OPERATOR = self::OPERATOR_AND;
H A DFilterInterface.php27 public const OPERATOR_AND = '&';
46 self::OPERATOR_AND,
26 public const OPERATOR_AND = '&'; global() define
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php147 $filter = $operator === FilterInterface::OPERATOR_AND ? new AndFilter() : new OrFilter();