Home
last modified time | relevance | path

Searched refs:types (Results 26 – 50 of 570) sorted by path

12345678910>>...23

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DTypesListResponse.php47 public function setTypes($types) argument
49 $this->types = $types;
56 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDfareporting.php1948 'types' => [
H A DKgsearch.php93 'types' => [
H A DScript.php161 'userProcessFilter.types' => [
209 'scriptProcessFilter.types' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DFileUploadQuestion.php38 public $types; variable in Google\\Service\\Forms\\FileUploadQuestion
85 public function setTypes($types) argument
87 $this->types = $types;
94 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayableLocations/
H A DGoogleMapsPlayablelocationsV3SamplePlayableLocation.php30 public $types; variable in Google\\Service\\PlayableLocations\\GoogleMapsPlayablelocationsV3SamplePlayableLocation
84 public function setTypes($types) argument
86 $this->types = $types;
90 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DCustomError.php28 public $types; variable in Google\\Service\\ServiceConsumerManagement\\CustomError
47 public function setTypes($types) argument
49 $this->types = $types;
56 return $this->types;
H A DService.php441 public function setTypes($types) argument
443 $this->types = $types;
450 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DCustomError.php28 public $types; variable in Google\\Service\\ServiceManagement\\CustomError
47 public function setTypes($types) argument
49 $this->types = $types;
56 return $this->types;
H A DService.php441 public function setTypes($types) argument
443 $this->types = $types;
450 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DCustomError.php28 public $types; variable in Google\\Service\\ServiceNetworking\\CustomError
47 public function setTypes($types) argument
49 $this->types = $types;
56 return $this->types;
H A DService.php441 public function setTypes($types) argument
443 $this->types = $types;
450 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DCustomError.php28 public $types; variable in Google\\Service\\ServiceUsage\\CustomError
47 public function setTypes($types) argument
49 $this->types = $types;
56 return $this->types;
H A DGoogleApiService.php441 public function setTypes($types) argument
443 $this->types = $types;
450 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE33 and conversions to other media types.
H A DREADME.md445 ### How do I deal with non-JSON response types? ###
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING34 and conversions to other media types.
H A DLICENSE33 and conversions to other media types.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md906 * Bug fix: Fixed "array to string" error when validating a union of types in a service description
1077 * Removed custom types
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md121 - `3gp` and `mkv` mime types
H A DREADME.md484 This method accepts the following `$resource` types:
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md12 * Added support for keeping native BSON types as is in MongoDBFormatter (#1620)
109 …ds log/debug/info/notice/warning/error/critical/alert/emergency now have explicit void return types
545 * Fixed normalization of exotic resource types
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php188 if (!in_array($candidate, static::$types)) {
189 …ew \RuntimeException("The key type ($candidate) is not equal to: " . implode(',', static::$types));
H A DPuTTY.php201 if (!in_array($type, static::$types)) {
202 $error = count(static::$types) == 1 ?
203 'Only ' . static::$types[0] . ' keys are supported. ' :
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php38 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH

12345678910>>...23