Home
last modified time | relevance | path

Searched refs:range (Results 51 – 75 of 874) sorted by path

12345678910>>...35

/plugin/authgoogle2fa/
H A DLICENSE220 generous contributions to the wide range of software distributed
/plugin/authgooglesheets/
H A DLICENSE220 generous contributions to the wide range of software distributed
H A Dhelper.php123 $range = $this->getConf('sheetName') . '!A2';
138 … $this->service->spreadsheets_values->append($this->spreadsheetId, $range, $body, $params);
306 $range = $this->getConf('sheetName') . '!A1:Z';
307 $response = $this->service->spreadsheets_values->get($this->spreadsheetId, $range);
326 $range = $this->getConf('sheetName') . '!1:1';
327 $response = $this->service->spreadsheets_values->get($this->spreadsheetId, $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;
H A DGoogleSheetsOptions.php25 public $range; variable in Google\\Service\\Bigquery\\GoogleSheetsOptions
34 public function setRange($range) argument
36 $this->range = $range;
43 return $this->range;
H A DIntHparamSearchSpace.php44 public function setRange(IntRange $range) argument
46 $this->range = $range;
53 return $this->range;
H A DRangePartitioning.php46 public function setRange(RangePartitioningRange $range) argument
48 $this->range = $range;
55 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBlogger.php376 'range' => [
H A DSheets.php194 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:append',
202 'range' => [
306 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:clear',
314 'range' => [
321 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}',
329 'range' => [
348 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}',
356 'range' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompensationEntry.php79 public function setRange(CompensationRange $range) argument
81 $this->range = $range;
88 return $this->range;
H A DCompensationFilter.php55 public function setRange(CompensationRange $range) argument
57 $this->range = $range;
64 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRouterAdvertisedIpRange.php29 public $range; variable in Google\\Service\\Compute\\RouterAdvertisedIpRange
48 public function setRange($range) argument
50 $this->range = $range;
57 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 DDeleteContentRangeRequest.php28 public function setRange(Range $range) argument
30 $this->range = $range;
37 return $this->range;
H A DDeleteParagraphBulletsRequest.php28 public function setRange(Range $range) argument
30 $this->range = $range;
37 return $this->range;
H A DUpdateParagraphStyleRequest.php62 public function setRange(Range $range) argument
64 $this->range = $range;
71 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;
/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/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;
H A DMetricRange.php32 public function setRange(GoogleMonitoringV3Range $range) argument
34 $this->range = $range;
41 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DAddDimensionGroupRequest.php28 public function setRange(DimensionRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DAutoFillRequest.php34 public function setRange(GridRange $range) argument
36 $this->range = $range;
43 return $this->range;

12345678910>>...35