Home
last modified time | relevance | path

Searched refs:attributes (Results 226 – 250 of 644) sorted by last modified time

12345678910>>...26

/plugin/tablewidth/
H A Daction.php68 $attributes = $match[2];
72 if (preg_match('/(.*?style\s*=\s*(["\']).*?)(\2.*)/', $attributes, $match) == 1) {
73 $attributes = $match[1] . '; ' . $widthStyle . $match[3];
76 $attributes .= ' style="' . $widthStyle . '"';
79 return $entry . $attributes . $exit;
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DUriTest.php35 'attributes' => [],
38 'attributes' => [],
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php131 $attributes = [];
225 $attributes = [];
228 $attributes = $this->parseAttributes();
253 'attributes' => $attributes,
269 $attributes = [];
H A DWriter.php119 $attributes = isset($item['attributes']) ? $item['attributes'] : [];
126 $attributes = isset($item['attributes']) ? $item['attributes'] : [];
133 $attributes = [];
137 $this->writeAttributes($attributes);
226 * @param array $attributes
229 function writeAttributes(array $attributes) { argument
231 foreach ($attributes as $name => $value) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DTraceSpan.php40 public function setAttributes(Attributes $attributes) argument
42 $this->attributes = $attributes;
49 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DCheckRequest.php39 public function setAttributes(AttributeContext $attributes) argument
41 $this->attributes = $attributes;
48 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1TimestampedObject.php37 public function setAttributes($attributes) argument
39 $this->attributes = $attributes;
46 return $this->attributes;
H A DGoogleCloudVideointelligenceV1Track.php37 public function setAttributes($attributes) argument
39 $this->attributes = $attributes;
46 return $this->attributes;
H A DGoogleCloudVideointelligenceV1beta2TimestampedObject.php37 public function setAttributes($attributes) argument
39 $this->attributes = $attributes;
46 return $this->attributes;
H A DGoogleCloudVideointelligenceV1beta2Track.php37 public function setAttributes($attributes) argument
39 $this->attributes = $attributes;
46 return $this->attributes;
H A DGoogleCloudVideointelligenceV1p2beta1Track.php37 public function setAttributes($attributes) argument
39 $this->attributes = $attributes;
46 return $this->attributes;
H A DGoogleCloudVideointelligenceV1p3beta1TimestampedObject.php37 public function setAttributes($attributes) argument
39 $this->attributes = $attributes;
46 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DPushConfig.php25 public $attributes; variable in Google\\Service\\Pubsub\\PushConfig
36 public function setAttributes($attributes) argument
38 $this->attributes = $attributes;
45 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DProduct.php53 public function setAttributes(Attributes $attributes) argument
55 $this->attributes = $attributes;
62 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DPubsubMessage.php25 public $attributes; variable in Google\\Service\\WorkflowExecutions\\PubsubMessage
46 public function setAttributes($attributes) argument
48 $this->attributes = $attributes;
55 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Product.php141 public function setAttributes($attributes) argument
143 $this->attributes = $attributes;
150 return $this->attributes;
H A DGoogleCloudRetailV2LocalInventory.php39 public function setAttributes($attributes) argument
41 $this->attributes = $attributes;
48 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DDevice.php26 public $attributes; variable in Google\\Service\\HomeGraphService\\Device
69 public function setAttributes($attributes) argument
71 $this->attributes = $attributes;
78 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Organization.php32 public $attributes; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Organization
139 public function setAttributes($attributes) argument
141 $this->attributes = $attributes;
148 return $this->attributes;
H A DGoogleCloudApigeeV1ApiProduct.php113 public function setAttributes($attributes) argument
115 $this->attributes = $attributes;
122 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DPubsubTarget.php25 public $attributes; variable in Google\\Service\\CloudScheduler\\PubsubTarget
38 public function setAttributes($attributes) argument
40 $this->attributes = $attributes;
47 return $this->attributes;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php118 private $attributes; variable in phpseclib3\\Net\\SFTP
428 $this->attributes = [
505 $this->attributes,
1112 $attributes = $this->parseAttributes($response);
1113 if (!isset($attributes['type']) && $this->version < 4) {
1116 $attributes['type'] = $fileType;
1119 $contents[$shortname] = $attributes + ['filename' => $shortname];
1121 …if (isset($attributes['type']) && $attributes['type'] == NET_SFTP_TYPE_DIRECTORY && ($shortname !=…
1129 $this->update_stat_cache($temp, (object) ['lstat' => $attributes]);
3053 foreach ($this->attributes as $key => $value) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DAnnotation.php30 public function setAttributes(Attributes $attributes) argument
32 $this->attributes = $attributes;
39 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DAttributes.php33 public function setAttributes($attributes) argument
35 $this->attributes = $attributes;
42 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DMyBusinessBusinessInformation.php41 public $attributes; variable in Google\\Service\\MyBusinessBusinessInformation
126 'attributes',
130 'path' => 'v1/attributes',
387 'attributes',

12345678910>>...26