Home
last modified time | relevance | path

Searched refs:data (Results 501 – 525 of 5080) sorted by path

1...<<21222324252627282930>>...204

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DImage.php25 public $data; variable in Google\\Service\\SearchConsole\\Image
34 public function setData($data) argument
36 $this->data = $data;
43 return $this->data;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DSecretPayload.php25 public $data; variable in Google\\Service\\SecretManager\\SecretPayload
34 public function setData($data) argument
36 $this->data = $data;
43 return $this->data;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DDnsRecordSet.php26 public $data; variable in Google\\Service\\ServiceNetworking\\DnsRecordSet
43 public function setData($data) argument
45 $this->data = $data;
52 return $this->data;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBatchUpdateValuesByDataFilterRequest.php45 public function setData($data) argument
47 $this->data = $data;
54 return $this->data;
H A DBatchUpdateValuesRequest.php45 public function setData($data) argument
47 $this->data = $data;
54 return $this->data;
H A DCandlestickChartSpec.php31 public function setData($data) argument
33 $this->data = $data;
40 return $this->data;
H A DCandlestickDomain.php32 public function setData(ChartData $data) argument
34 $this->data = $data;
41 return $this->data;
H A DCandlestickSeries.php28 public function setData(ChartData $data) argument
30 $this->data = $data;
37 return $this->data;
H A DHistogramSeries.php60 public function setData(ChartData $data) argument
62 $this->data = $data;
69 return $this->data;
H A DPasteDataRequest.php27 public $data; variable in Google\\Service\\Sheets\\PasteDataRequest
58 public function setData($data) argument
60 $this->data = $data;
67 return $this->data;
H A DSheet.php123 public function setData($data) argument
125 $this->data = $data;
132 return $this->data;
H A DWaterfallChartDomain.php32 public function setData(ChartData $data) argument
34 $this->data = $data;
41 return $this->data;
H A DWaterfallChartSeries.php57 public function setData(ChartData $data) argument
59 $this->data = $data;
66 return $this->data;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DScanData.php36 public function setData(VisualizationData $data) argument
38 $this->data = $data;
45 return $this->data;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DThumbnail.php29 public $data; variable in Google\\Service\\ToolResults\\Thumbnail
56 public function setData($data) argument
58 $this->data = $data;
65 return $this->data;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Verifiedaccess/
H A DSignedData.php25 public $data; variable in Google\\Service\\Verifiedaccess\\SignedData
34 public function setData($data) argument
36 $this->data = $data;
43 return $this->data;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DPubsubMessage.php29 public $data; variable in Google\\Service\\WorkflowExecutions\\PubsubMessage
60 public function setData($data) argument
62 $this->data = $data;
69 return $this->data;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php42 private $data; variable in Google\\Http\\MediaFileUpload
78 * @param string $data The bytes you want to upload.
87 $data, argument
94 $this->data = $data;
130 $chunk = substr($this->data, $this->progress, $this->chunkSize);
241 $postBody = $this->data;
253 $related .= "\r\n" . base64_encode($this->data) . "\r\n";
282 if (false == $meta && $this->data) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php215 $data = $parameters['data']['value'];
216 $upload = new MediaFileUpload($this->client, $request, $mimeType, $data);
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php94 $data = substr($data, 1);
101 $data = $this->replaceVars($data, $parameters, ",", null, true);
107 $data = $this->replaceVars($data, $parameters, ",", null, true);
112 $data =$this->replaceVars($data, $parameters, "/");
118 $data = $this->replaceVars($data, $parameters, ".");
128 $data = $this->replaceVars($data, $parameters, "&", "=");
133 $data = $this->replaceVars($data, $parameters, "&", "=");
138 if ($data || ($data !== false && $prefix_on_missing)) {
139 $data = $prefix . $data;
144 $data = $this->replaceVars($data, $parameters);
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DSysVCacheItemPool.php236 $data = @shm_get_var($shmid, $this->options['variableKey']);
237 if (!empty($data)) {
238 $this->items = $data;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md344 * Added a trailing `\r\n` to multipart/form-data payloads. See
492 * You can now set the `Content-Type` header to `multipart/form-data`
509 * Fixed a bug where multipart/form-data POST fields were not correctly
537 * Various fixes to multipart/form-data POST uploads
735 * ServiceBuilders now support storing and retrieving arbitrary data
757 * Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$da…
1004 * Bug: Fixing the serialization of a service description with custom data
1041 … xml methods to Response to make it easier to parse JSON and XML response data into data structures
1237 * BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data
1270 * Adding more POST data operations for easier manipulation of POST data.
[all …]
H A DREADME.md12 uploads, streaming large downloads, using HTTP cookies, uploading JSON data,
H A DUPGRADING.md147 option is now used to send a multipart/form-data POST request.
150 POST files to a multipart/form-data request.
455 $data = $stream->read(1024);
459 // Read some data off of the stream in the response body
460 $data = $response->getBody()->read(1024);
644 removed. This data is accessible when
731 - Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$da…
975 <param name="data" type="array" location="body" filters="json_encode" doc="Group JSON"/>
988 <param name="data" type="array" location="body" filters="json_encode" doc="Group JSON"/>
1026 "data": {
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php82 $data = \GuzzleHttp\json_decode($json, true);
83 if (is_array($data)) {
87 } elseif (strlen($data)) {

1...<<21222324252627282930>>...204