Home
last modified time | relevance | path

Searched refs:exactTerms (Results 1 – 5 of 5) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php45 public $exactTerms; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
240 public function setExactTerms($exactTerms) argument
242 $this->exactTerms = $exactTerms;
249 return $this->exactTerms;
H A DSearchQueriesPreviousPage.php45 public $exactTerms; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
240 public function setExactTerms($exactTerms) argument
242 $this->exactTerms = $exactTerms;
249 return $this->exactTerms;
H A DSearchQueriesRequest.php45 public $exactTerms; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
240 public function setExactTerms($exactTerms) argument
242 $this->exactTerms = $exactTerms;
249 return $this->exactTerms;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCustomSearchAPI.php84 'exactTerms' => [
223 'exactTerms' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php262 public $exactTerms; variable in Google_Query
329 public function setExactTerms( $exactTerms) { argument
330 $this->exactTerms = $exactTerms;
333 return $this->exactTerms;