Home
last modified time | relevance | path

Searched refs:attributes (Results 101 – 125 of 644) sorted by relevance

12345678910>>...26

/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/CloudRetail/
H A DGoogleCloudRetailV2LocalInventory.php39 public function setAttributes($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;
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;
H A DGoogleCloudVideointelligenceV1p2beta1TimestampedObject.php37 public function setAttributes($attributes) argument
39 $this->attributes = $attributes;
46 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1GraphQLOperationConfig.php51 public function setAttributes($attributes) argument
53 $this->attributes = $attributes;
60 return $this->attributes;
H A DGoogleCloudApigeeV1OperationConfig.php51 public function setAttributes($attributes) argument
53 $this->attributes = $attributes;
60 return $this->attributes;
H A DGoogleCloudApigeeV1DeveloperAppKey.php75 public function setAttributes($attributes) argument
77 $this->attributes = $attributes;
84 return $this->attributes;
H A DGoogleCloudApigeeV1Credential.php69 public function setAttributes($attributes) argument
71 $this->attributes = $attributes;
78 return $this->attributes;
/plugin/bootswrapper/syntax/
H A Dtooltip.php50 list($state, $match, $pos, $attributes) = $data;
53 $placement = $attributes['placement'];
54 $title = $attributes['title'];
55 $html = $attributes['html'];
H A Dbutton.php75 list($state, $match, $pos, $attributes) = $data;
78 $html_attributes = $this->mergeCoreAttributes($attributes);
82 if (isset($attributes[$attribute])) {
83 $html_attributes["data-btn-$attribute"] = $attributes[$attribute];
/plugin/quizlib/
H A Dsyntax.php45 $attributes = array();
48 foreach ($xml->attributes() as $key => $value) {
49 $attributes[$key] = (string) $value;
52 $this->quizattributes = $attributes; // saved for DOKU_LEXER_EXIT
53 return array($state, $attributes);
87 foreach ($question->attributes() as $attribute=>$attributevalue){
/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/combo/syntax/
H A Dmetadata.php21 * The default attributes
46 $attributes = PluginUtility::mergeAttributes($inlineAttributes, $defaultAttributes);
50 if (array_key_exists(self::TITLE_ATTRIBUTE, $attributes)) {
51 $content .= '<h2 class="alert-heading" ">' . $attributes[self::TITLE_ATTRIBUTE] . '</h2>';
58 if (array_key_exists(self::EXCLUDE_ATTRIBUTE, $attributes)) {
59 $filter = $attributes[self::EXCLUDE_ATTRIBUTE];
/plugin/codemirror/dist/modes/
H A Dmscgen.min.js1attributes:["label","idurl","id","url","linecolor","linecolour","textcolor","textcolour","textbgco… property in AnonymousFunctionf90549c60100.b.mscgen
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php51 * @param TagAttributes $attributes
53 public static function handleEnterAndSpecial(TagAttributes $attributes) argument
56 $color = $attributes->getValueAndRemoveIfPresent(ColorRgb::COLOR);
58 $attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, $color);
78 * Set the backgrounds attributes
217 $attributes = $data[PluginUtility::ATTRIBUTES];
218 if (isset($attributes[BackgroundAttribute::BACKGROUND_IMAGE])) {
219 $image = $attributes[BackgroundAttribute::BACKGROUND_IMAGE];
/plugin/components/syntax/
H A Dslice.php31 $attributes = array();
32 foreach ($xml->firstChild->attributes as $attribute)
33 $attributes[$attribute->name] = $attribute->value;
34 return $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;

12345678910>>...26