Home
last modified time | relevance | path

Searched refs:versions (Results 51 – 75 of 676) sorted by path

12345678910>>...28

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DArtifactRegistry.php524 'versions',
556 'path' => 'v1/{+parent}/versions',
H A DCloudMachineLearningEngine.php566 'versions',
570 'path' => 'v1/{+parent}/versions',
600 'path' => 'v1/{+parent}/versions',
H A DConnectors.php399 'versions',
417 'path' => 'v1/{+parent}/versions',
H A DDataFusion.php307 'versions',
311 'path' => 'v1/{+parent}/versions',
H A DDialogflow.php1090 'versions',
1104 'path' => 'v3/{+parent}/versions',
1134 'path' => 'v3/{+parent}/versions',
H A DScript.php376 'versions',
380 'path' => 'v1/projects/{scriptId}/versions',
390 'path' => 'v1/projects/{scriptId}/versions/{versionNumber}',
405 'path' => 'v1/projects/{scriptId}/versions',
H A DSecretManager.php235 'versions',
289 'path' => 'v1/{+parent}/versions',
H A DStorage.php1144 'versions' => [
1425 'versions' => [
H A DTagManager.php321 'versions',
349 'path' => 'tagmanager/v2/{+parent}/versions:live',
H A DVersionHistory.php119 'versions',
123 'path' => 'v1/{+parent}/versions',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DListVersionsResponse.php47 public function setVersions($versions) argument
49 $this->versions = $versions;
56 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DSecretVolume.php83 public function setVersions($versions) argument
85 $this->versions = $versions;
92 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ListVersionsResponse.php47 public function setVersions($versions) argument
49 $this->versions = $versions;
56 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceGroupManager.php379 public function setVersions($versions) argument
381 $this->versions = $versions;
388 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ListVersionsResponse.php47 public function setVersions($versions) argument
49 $this->versions = $versions;
56 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DListVersionsResponse.php47 public function setVersions($versions) argument
49 $this->versions = $versions;
56 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DListSecretVersionsResponse.php65 public function setVersions($versions) argument
67 $this->versions = $versions;
74 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DAndroidDeviceCatalog.php61 public function setVersions($versions) argument
63 $this->versions = $versions;
70 return $this->versions;
H A DIosDeviceCatalog.php63 public function setVersions($versions) argument
65 $this->versions = $versions;
72 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/
H A DListVersionsResponse.php47 public function setVersions($versions) argument
49 $this->versions = $versions;
56 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md109 …ub.com/googleapis/google-api-php-client/releases) page lists all stable versions. Download any file
439 …s rather than add them to the library, as they can then pin to specific versions of the library. I…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md18 * idn_to_ascii() fix for old PHP versions [#2489](https://github.com/guzzle/guzzle/pull/2489)
654 * Added the ability for Guzzle to work with older versions of cURL that do not support `CURLOPT_TIM…
H A DUPGRADING.md1202 properly handle gzip/deflate compressed responses from the server. In versions affected by this bug…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md103 …* Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (…
204 * Fixed ZendMonitorHandler to work with the latest Zend Server versions
205 …* Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php666 $versions = explode(',', $this->extensions['versions']);
673 if (in_array($ver, $versions)) {

12345678910>>...28