Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DCommon.php15 public const OPERATOR_AND = 'and'; define in Elastica\\Query\\Common
H A DMatchQuery.php16 public const OPERATOR_AND = 'and'; define in Elastica\\Query\\MatchQuery
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
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAndFilter.php22 protected const FILTER_OPERATOR = self::OPERATOR_AND;
H A DFilterInterface.php26 public const OPERATOR_AND = '&'; define
45 self::OPERATOR_AND,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php142 $filter = $operator === FilterInterface::OPERATOR_AND ? new AndFilter() : new OrFilter();