Home
last modified time | relevance | path

Searched refs:range (Results 251 – 275 of 874) sorted by last modified time

1...<<11121314151617181920>>...35

/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php175 $range = $response->getHeaderLine('range');
176 if ($range) {
177 $range_array = explode('-', $range);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDoubleHparamSearchSpace.php44 public function setRange(DoubleRange $range) argument
46 $this->range = $range;
53 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DEventBatchRecordFailure.php64 public function setRange(EventPeriodRange $range) argument
66 $this->range = $range;
73 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DCreateNamedRangeRequest.php46 public function setRange(Range $range) argument
48 $this->range = $range;
55 return $this->range;
H A DCreateParagraphBulletsRequest.php46 public function setRange(Range $range) argument
48 $this->range = $range;
55 return $this->range;
H A DDeleteParagraphBulletsRequest.php28 public function setRange(Range $range) argument
30 $this->range = $range;
37 return $this->range;
H A DUpdateSectionStyleRequest.php48 public function setRange(Range $range) argument
50 $this->range = $range;
57 return $this->range;
H A DUpdateTextStyleRequest.php48 public function setRange(Range $range) argument
50 $this->range = $range;
57 return $this->range;
H A DDeleteContentRangeRequest.php28 public function setRange(Range $range) argument
30 $this->range = $range;
37 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBlogger.php376 'range' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDeleteDimensionGroupRequest.php28 public function setRange(DimensionRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DProtectedRange.php109 public function setRange(GridRange $range) argument
111 $this->range = $range;
118 return $this->range;
H A DRandomizeRangeRequest.php28 public function setRange(GridRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DTrimWhitespaceRequest.php28 public function setRange(GridRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DUpdateBordersRequest.php96 public function setRange(GridRange $range) argument
98 $this->range = $range;
105 return $this->range;
H A DUpdateDimensionPropertiesRequest.php78 public function setRange(DimensionRange $range) argument
80 $this->range = $range;
87 return $this->range;
H A DValueRange.php30 public $range; variable in Google\\Service\\Sheets\\ValueRange
53 public function setRange($range) argument
55 $this->range = $range;
62 return $this->range;
H A DDataSourceParameter.php64 public function setRange(GridRange $range) argument
66 $this->range = $range;
73 return $this->range;
H A DSetDataValidationRequest.php30 public function setRange(GridRange $range) argument
32 $this->range = $range;
39 return $this->range;
H A DSortRangeRequest.php31 public function setRange(GridRange $range) argument
33 $this->range = $range;
40 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/Resource/
H A DSpreadsheetsValues.php60 * @param string $range The [A1 notation](/sheets/api/guides/concepts#cell) of a
79 public function append($spreadsheetId, $range, ValueRange $postBody, $optParams = []) argument
81 $params = ['spreadsheetId' => $spreadsheetId, 'range' => $range, 'postBody' => $postBody];
203 * @param string $range The [A1 notation or R1C1
209 public function clear($spreadsheetId, $range, ClearValuesRequest $postBody, $optParams = []) argument
211 $params = ['spreadsheetId' => $spreadsheetId, 'range' => $range, 'postBody' => $postBody];
220 * @param string $range The [A1 notation or R1C1
236 public function get($spreadsheetId, $range, $optParams = []) argument
238 $params = ['spreadsheetId' => $spreadsheetId, 'range' => $range];
247 * @param string $range The [A1 notation](/sheets/api/guides/concepts#cell) of
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DDistribution.php107 public function setRange(Range $range) argument
109 $this->range = $range;
116 return $this->range;
H A DDistributionCut.php46 public function setRange(GoogleMonitoringV3Range $range) argument
48 $this->range = $range;
55 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DDoubleMatcher.php37 public function setRange(DoubleRange $range) argument
39 $this->range = $range;
46 return $this->range;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md86 - Added more validation of values according to PSR-7 and RFC standards, e.g. status code range (#25…

1...<<11121314151617181920>>...35