Home
last modified time | relevance | path

Searched refs:replaceAllText (Results 1 – 4 of 4) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DRequest.php384 public function setReplaceAllText(ReplaceAllTextRequest $replaceAllText) argument
386 $this->replaceAllText = $replaceAllText;
393 return $this->replaceAllText;
H A DResponse.php124 public function setReplaceAllText(ReplaceAllTextResponse $replaceAllText) argument
126 $this->replaceAllText = $replaceAllText;
133 return $this->replaceAllText;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DResponse.php204 public function setReplaceAllText(ReplaceAllTextResponse $replaceAllText) argument
206 $this->replaceAllText = $replaceAllText;
213 return $this->replaceAllText;
H A DRequest.php422 public function setReplaceAllText(ReplaceAllTextRequest $replaceAllText) argument
424 $this->replaceAllText = $replaceAllText;
431 return $this->replaceAllText;