Home
last modified time | relevance | path

Searched refs:attributes (Results 251 – 275 of 644) sorted by last modified time

1...<<11121314151617181920>>...26

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DeveloperApp.php117 public function setAttributes($attributes) argument
119 $this->attributes = $attributes;
126 return $this->attributes;
H A DGoogleCloudApigeeV1DeveloperAppKey.php75 public function setAttributes($attributes) argument
77 $this->attributes = $attributes;
84 return $this->attributes;
H A DGoogleCloudApigeeV1GraphQLOperationConfig.php51 public function setAttributes($attributes) argument
53 $this->attributes = $attributes;
60 return $this->attributes;
H A DGoogleCloudApigeeV1App.php101 public function setAttributes($attributes) argument
103 $this->attributes = $attributes;
110 return $this->attributes;
H A DGoogleCloudApigeeV1Credential.php69 public function setAttributes($attributes) argument
71 $this->attributes = $attributes;
78 return $this->attributes;
H A DGoogleCloudApigeeV1DeploymentConfig.php25 public $attributes; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeploymentConfig
54 public function setAttributes($attributes) argument
56 $this->attributes = $attributes;
63 return $this->attributes;
H A DGoogleCloudApigeeV1Developer.php123 public function setAttributes($attributes) argument
125 $this->attributes = $attributes;
132 return $this->attributes;
H A DGoogleCloudApigeeV1OperationConfig.php51 public function setAttributes($attributes) argument
53 $this->attributes = $attributes;
60 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2UserEvent.php97 public function setAttributes($attributes) argument
99 $this->attributes = $attributes;
106 return $this->attributes;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md41 - Issue modifying ServerRequest lost all its attributes
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php341 'attributes' => [
342 'path' => 'v1/{+name}/attributes',
428 'attributes',
452 'path' => 'v1/{+parent}/attributes',
929 'attributes' => [
930 'path' => 'v1/{+parent}/attributes',
1071 'attributes' => [
1072 'path' => 'v1/{+name}/attributes',
1176 'attributes',
1200 'path' => 'v1/{+parent}/attributes',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DColumn.php25 public $attributes; variable in Google\\Service\\Analytics\\Column
38 public function setAttributes($attributes) argument
40 $this->attributes = $attributes;
47 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DPubsubMessage.php25 public $attributes; variable in Google\\Service\\CloudScheduler\\PubsubMessage
46 public function setAttributes($attributes) argument
48 $this->attributes = $attributes;
55 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DLink.php40 public function setAttributes(Attributes $attributes) argument
42 $this->attributes = $attributes;
49 return $this->attributes;
H A DSpan.php70 public function setAttributes(Attributes $attributes) argument
72 $this->attributes = $attributes;
79 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1p3beta1Track.php37 public function setAttributes($attributes) argument
39 $this->attributes = $attributes;
46 return $this->attributes;
H A DGoogleCloudVideointelligenceV1p1beta1TimestampedObject.php37 public function setAttributes($attributes) argument
39 $this->attributes = $attributes;
46 return $this->attributes;
H A DGoogleCloudVideointelligenceV1p1beta1Track.php37 public function setAttributes($attributes) argument
39 $this->attributes = $attributes;
46 return $this->attributes;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md687 * Bug fix: Visiting XML attributes first before visiting XML children when serializing requests
1010 * Added `extends` attributes to service description parameters
1032 * Added support for XML attributes in service description responses
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php30 private $attributes = []; variable in GuzzleHttp\\Psr7\\ServerRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsApiproducts.php52 public function attributes($name, GoogleCloudApigeeV1Attributes $postBody, $optParams = []) function in Google\\Service\\Apigee\\Resource\\OrganizationsApiproducts
H A DOrganizationsDevelopers.php56 public function attributes($parent, GoogleCloudApigeeV1Attributes $postBody, $optParams = []) function in Google\\Service\\Apigee\\Resource\\OrganizationsDevelopers
H A DOrganizationsDevelopersApps.php45 public function attributes($name, GoogleCloudApigeeV1Attributes $postBody, $optParams = []) function in Google\\Service\\Apigee\\Resource\\OrganizationsDevelopersApps
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DCreative.php48 public $attributes; variable in Google\\Service\\AdExchangeBuyerII\\Creative
203 public function setAttributes($attributes) argument
205 $this->attributes = $attributes;
212 return $this->attributes;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php754 if (is_array($attributes)) {
794 if (is_array($attributes)) {
795 $size = count($attributes);
803 unset($attributes[$i]);
3295 if (is_array($attributes)) {
3507 if (!is_array($attributes)) {
3529 $attributes[$key]['value'] = array_values($attributes[$key]['value']);
3539 $attributes = array_values($attributes);
3562 if (!is_array($attributes)) {
3603 if (is_array($attributes)) {
[all …]

1...<<11121314151617181920>>...26