Home
last modified time | relevance | path

Searched refs:setTerms (Results 1 – 10 of 10) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTermsSet.php29 $this->setTerms($terms);
43 public function setTerms(array $terms): self function in Elastica\\Query\\TermsSet
H A DTerms.php32 $this->setTerms($terms);
40 public function setTerms(array $terms): self function in Elastica\\Query\\Terms
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DListPopulationClause.php29 public function setTerms($terms) function in Google\\Service\\Dfareporting\\ListPopulationClause
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DHeldGroupsQuery.php66 public function setTerms($terms) function in Google\\Service\\Vault\\HeldGroupsQuery
H A DHeldMailQuery.php66 public function setTerms($terms) function in Google\\Service\\Vault\\HeldMailQuery
H A DQuery.php272 public function setTerms($terms) function in Google\\Service\\Vault\\Query
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DProduct.php247 public function setTerms(DealTerms $terms) function in Google\\Service\\AdExchangeBuyerII\\Product
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DMarketplaceDeal.php281 public function setTerms(DealTerms $terms) function in Google\\Service\\AdExchangeBuyer\\MarketplaceDeal
H A DProduct.php311 public function setTerms(DealTerms $terms) function in Google\\Service\\AdExchangeBuyer\\Product
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md279 * Changed `Terms::setTerms()` signature: it now accepts a list of strings only [#1765](https://github.com/ruflin/Elastica/pull/1765)
2003 - Renaming of functions in Elastica_Query_Terms and Ela-stica_Query_Filter to fit new naming convention. setTerms, addTerm have different API now!