Home
last modified time | relevance | path

Searched refs:SetAttributeValue (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/hcl/v2/hclwrite/
H A Dexamples_test.go14 rootBody.SetAttributeValue("string", cty.StringVal("bar")) // this is overwritten later
16 rootBody.SetAttributeValue("object", cty.ObjectVal(map[string]cty.Value{
21 rootBody.SetAttributeValue("string", cty.StringVal("foo"))
22 rootBody.SetAttributeValue("bool", cty.False)
39 fooBody.SetAttributeValue("hello", cty.StringVal("world"))
43 bazBody.SetAttributeValue("foo", cty.NumberIntVal(10))
44 bazBody.SetAttributeValue("beep", cty.StringVal("boop"))
45 bazBody.SetAttributeValue("baz", cty.ListValEmpty(cty.String))
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/hcl/v2/hclwrite/
H A Dexamples_test.go14 rootBody.SetAttributeValue("string", cty.StringVal("bar")) // this is overwritten later
16 rootBody.SetAttributeValue("object", cty.ObjectVal(map[string]cty.Value{
21 rootBody.SetAttributeValue("string", cty.StringVal("foo"))
22 rootBody.SetAttributeValue("bool", cty.False)
39 fooBody.SetAttributeValue("hello", cty.StringVal("world"))
43 bazBody.SetAttributeValue("foo", cty.NumberIntVal(10))
44 bazBody.SetAttributeValue("beep", cty.StringVal("boop"))
45 bazBody.SetAttributeValue("baz", cty.ListValEmpty(cty.String))
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/hcl/v2/hclwrite/
H A Dexamples_test.go14 rootBody.SetAttributeValue("string", cty.StringVal("bar")) // this is overwritten later
16 rootBody.SetAttributeValue("object", cty.ObjectVal(map[string]cty.Value{
21 rootBody.SetAttributeValue("string", cty.StringVal("foo"))
22 rootBody.SetAttributeValue("bool", cty.False)
39 fooBody.SetAttributeValue("hello", cty.StringVal("world"))
43 bazBody.SetAttributeValue("foo", cty.NumberIntVal(10))
44 bazBody.SetAttributeValue("beep", cty.StringVal("boop"))
45 bazBody.SetAttributeValue("baz", cty.ListValEmpty(cty.String))
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/hashicorp/hcl2/hclwrite/
H A Dexamples_test.go14 rootBody.SetAttributeValue("string", cty.StringVal("bar")) // this is overwritten later
16 rootBody.SetAttributeValue("object", cty.ObjectVal(map[string]cty.Value{
21 rootBody.SetAttributeValue("string", cty.StringVal("foo"))
22 rootBody.SetAttributeValue("bool", cty.False)
39 fooBody.SetAttributeValue("hello", cty.StringVal("world"))
43 bazBody.SetAttributeValue("foo", cty.NumberIntVal(10))
44 bazBody.SetAttributeValue("beep", cty.StringVal("boop"))
45 bazBody.SetAttributeValue("baz", cty.ListValEmpty(cty.String))
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1svg.h1237 SetAttributeValue( in SetAttributeValue() function
1263 SetAttributeValue( in SetAttributeValue() function
1290 SetAttributeValue( in SetAttributeValue() function
1318 SetAttributeValue( in SetAttributeValue() function
1346 SetAttributeValue( in SetAttributeValue() function
1374 SetAttributeValue( in SetAttributeValue() function
1402 SetAttributeValue( in SetAttributeValue() function
1430 SetAttributeValue( in SetAttributeValue() function
1458 SetAttributeValue( in SetAttributeValue() function
1486 SetAttributeValue( in SetAttributeValue() function
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/include/aws/redshift/model/
H A DAttributeValueTarget.h55 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
60 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
65 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
70 …inline AttributeValueTarget& WithAttributeValue(const Aws::String& value) { SetAttributeValue(valu… in WithAttributeValue()
75 …inline AttributeValueTarget& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std::move… in WithAttributeValue()
80 …inline AttributeValueTarget& WithAttributeValue(const char* value) { SetAttributeValue(value); ret… in WithAttributeValue()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DAccountAttributeValue.h55 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
60 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
65 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
70 …inline AccountAttributeValue& WithAttributeValue(const Aws::String& value) { SetAttributeValue(val… in WithAttributeValue()
75 …inline AccountAttributeValue& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std::mov… in WithAttributeValue()
80 …inline AccountAttributeValue& WithAttributeValue(const char* value) { SetAttributeValue(value); re… in WithAttributeValue()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudtrail/include/aws/cloudtrail/model/
H A DLookupAttribute.h86 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
91 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
96 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
101 …inline LookupAttribute& WithAttributeValue(const Aws::String& value) { SetAttributeValue(value); r… in WithAttributeValue()
106 …inline LookupAttribute& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std::move(valu… in WithAttributeValue()
111 …inline LookupAttribute& WithAttributeValue(const char* value) { SetAttributeValue(value); return *… in WithAttributeValue()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-firehose/include/aws/firehose/model/
H A DHttpEndpointCommonAttribute.h95 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
100 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
105 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
110 …ointCommonAttribute& WithAttributeValue(const Aws::String& value) { SetAttributeValue(value); retu… in WithAttributeValue()
115 …inline HttpEndpointCommonAttribute& WithAttributeValue(Aws::String&& value) { SetAttributeValue(st… in WithAttributeValue()
120 …inline HttpEndpointCommonAttribute& WithAttributeValue(const char* value) { SetAttributeValue(valu… in WithAttributeValue()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-identitystore/include/aws/identitystore/model/
H A DFilter.h123 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
129 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
135 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
141 …inline Filter& WithAttributeValue(const Aws::String& value) { SetAttributeValue(value); return *th… in WithAttributeValue()
147 …inline Filter& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std::move(value)); retu… in WithAttributeValue()
153 inline Filter& WithAttributeValue(const char* value) { SetAttributeValue(value); return *this;} in WithAttributeValue()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticloadbalancing/include/aws/elasticloadbalancing/model/
H A DPolicyAttribute.h96 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
101 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
106 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
111 …inline PolicyAttribute& WithAttributeValue(const Aws::String& value) { SetAttributeValue(value); r… in WithAttributeValue()
116 …inline PolicyAttribute& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std::move(valu… in WithAttributeValue()
121 …inline PolicyAttribute& WithAttributeValue(const char* value) { SetAttributeValue(value); return *… in WithAttributeValue()
H A DPolicyAttributeDescription.h96 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
101 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
106 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
111 …ttributeDescription& WithAttributeValue(const Aws::String& value) { SetAttributeValue(value); retu… in WithAttributeValue()
116 …inline PolicyAttributeDescription& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std… in WithAttributeValue()
121 …inline PolicyAttributeDescription& WithAttributeValue(const char* value) { SetAttributeValue(value… in WithAttributeValue()
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/mesh/
H A Dtriangle_soup_mesh_builder.cc41 att->SetAttributeValue(AttributeValueIndex(start_index), corner_value_0); in SetAttributeValuesForFace()
42 att->SetAttributeValue(AttributeValueIndex(start_index + 1), corner_value_1); in SetAttributeValuesForFace()
43 att->SetAttributeValue(AttributeValueIndex(start_index + 2), corner_value_2); in SetAttributeValuesForFace()
56 att->SetAttributeValue(AttributeValueIndex(start_index), value); in SetPerFaceAttributeValueForFace()
57 att->SetAttributeValue(AttributeValueIndex(start_index + 1), value); in SetPerFaceAttributeValueForFace()
58 att->SetAttributeValue(AttributeValueIndex(start_index + 2), value); in SetPerFaceAttributeValueForFace()
/dports/archivers/draco/draco-1.4.3/src/draco/mesh/
H A Dtriangle_soup_mesh_builder.cc41 att->SetAttributeValue(AttributeValueIndex(start_index), corner_value_0); in SetAttributeValuesForFace()
42 att->SetAttributeValue(AttributeValueIndex(start_index + 1), corner_value_1); in SetAttributeValuesForFace()
43 att->SetAttributeValue(AttributeValueIndex(start_index + 2), corner_value_2); in SetAttributeValuesForFace()
54 att->SetAttributeValue(AttributeValueIndex(start_index), value); in SetPerFaceAttributeValueForFace()
55 att->SetAttributeValue(AttributeValueIndex(start_index + 1), value); in SetPerFaceAttributeValueForFace()
56 att->SetAttributeValue(AttributeValueIndex(start_index + 2), value); in SetPerFaceAttributeValueForFace()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/mesh/
H A Dtriangle_soup_mesh_builder.cc41 att->SetAttributeValue(AttributeValueIndex(start_index), corner_value_0); in SetAttributeValuesForFace()
42 att->SetAttributeValue(AttributeValueIndex(start_index + 1), corner_value_1); in SetAttributeValuesForFace()
43 att->SetAttributeValue(AttributeValueIndex(start_index + 2), corner_value_2); in SetAttributeValuesForFace()
56 att->SetAttributeValue(AttributeValueIndex(start_index), value); in SetPerFaceAttributeValueForFace()
57 att->SetAttributeValue(AttributeValueIndex(start_index + 1), value); in SetPerFaceAttributeValueForFace()
58 att->SetAttributeValue(AttributeValueIndex(start_index + 2), value); in SetPerFaceAttributeValueForFace()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/include/aws/lightsail/model/
H A DUpdateLoadBalancerAttributeRequest.h131 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
136 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
141 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
146 …cerAttributeRequest& WithAttributeValue(const Aws::String& value) { SetAttributeValue(value); retu… in WithAttributeValue()
151 …BalancerAttributeRequest& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std::move(va… in WithAttributeValue()
156 …adBalancerAttributeRequest& WithAttributeValue(const char* value) { SetAttributeValue(value); retu… in WithAttributeValue()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sns/include/aws/sns/model/
H A DSetSubscriptionAttributesRequest.h337 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
342 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
347 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
352 …onAttributesRequest& WithAttributeValue(const Aws::String& value) { SetAttributeValue(value); retu… in WithAttributeValue()
357 …riptionAttributesRequest& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std::move(va… in WithAttributeValue()
362 …scriptionAttributesRequest& WithAttributeValue(const char* value) { SetAttributeValue(value); retu… in WithAttributeValue()
H A DSetTopicAttributesRequest.h385 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
390 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
395 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
400 …icAttributesRequest& WithAttributeValue(const Aws::String& value) { SetAttributeValue(value); retu… in WithAttributeValue()
405 …inline SetTopicAttributesRequest& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std:… in WithAttributeValue()
410 …inline SetTopicAttributesRequest& WithAttributeValue(const char* value) { SetAttributeValue(value)… in WithAttributeValue()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opsworkscm/include/aws/opsworkscm/model/
H A DUpdateServerEngineAttributesRequest.h132 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
137 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
142 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
147 …neAttributesRequest& WithAttributeValue(const Aws::String& value) { SetAttributeValue(value); retu… in WithAttributeValue()
152 …rEngineAttributesRequest& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std::move(va… in WithAttributeValue()
157 …verEngineAttributesRequest& WithAttributeValue(const char* value) { SetAttributeValue(value); retu… in WithAttributeValue()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/include/aws/ecs/model/
H A DListAttributesRequest.h175 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
181 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
187 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
193 …inline ListAttributesRequest& WithAttributeValue(const Aws::String& value) { SetAttributeValue(val… in WithAttributeValue()
199 …inline ListAttributesRequest& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std::mov… in WithAttributeValue()
205 …inline ListAttributesRequest& WithAttributeValue(const char* value) { SetAttributeValue(value); re… in WithAttributeValue()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/include/aws/iot/model/
H A DListThingsRequest.h176 …inline void SetAttributeValue(const Aws::String& value) { m_attributeValueHasBeenSet = true; m_att… in SetAttributeValue() function
181 …inline void SetAttributeValue(Aws::String&& value) { m_attributeValueHasBeenSet = true; m_attribut… in SetAttributeValue() function
186 …inline void SetAttributeValue(const char* value) { m_attributeValueHasBeenSet = true; m_attributeV… in SetAttributeValue() function
191 …inline ListThingsRequest& WithAttributeValue(const Aws::String& value) { SetAttributeValue(value);… in WithAttributeValue()
196 …inline ListThingsRequest& WithAttributeValue(Aws::String&& value) { SetAttributeValue(std::move(va… in WithAttributeValue()
201 …inline ListThingsRequest& WithAttributeValue(const char* value) { SetAttributeValue(value); return… in WithAttributeValue()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/xml/
H A DModelClassMembersXmlizeSource.vm12 parentNode.SetAttributeValue("${xmlnsKey}", "${shape.xmlNamespace.uri}");
33 …${spaces}parentNode.SetAttributeValue("${serializationName}", ${member.shape.name}Mapper::GetNameF…
41 ${spaces}parentNode.SetAttributeValue("${serializationName}", ss.str());
51 ${spaces}parentNode.SetAttributeValue("${serializationName}", ss.str());
60 ${spaces}parentNode.SetAttributeValue("${serializationName}", ${memberVarName});
91 …${spaces}parentNode.SetAttributeValue("${serializationName}", ${memberVarName}.ToGmtString(DateFor…
98 …${spaces}parentNode.SetAttributeValue("${serializationName}", HashingUtils::Base64Encode(${memberV…
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/attributes/
H A Dpoint_attribute_test.cc36 pa.SetAttributeValue(draco::AttributeValueIndex(i), &i); in TEST_F()
66 pa.SetAttributeValue(draco::AttributeValueIndex(i), &points); in TEST_F()
89 pa.SetAttributeValue(draco::AttributeValueIndex(i), &points); in TEST_F()
121 pa.SetAttributeValue(draco::AttributeValueIndex(i), &points); in TEST_F()
/dports/archivers/draco/draco-1.4.3/src/draco/attributes/
H A Dpoint_attribute_test.cc33 pa.SetAttributeValue(draco::AttributeValueIndex(i), &i); in TEST_F()
62 pa.SetAttributeValue(draco::AttributeValueIndex(i), &points); in TEST_F()
81 pa.SetAttributeValue(draco::AttributeValueIndex(i), &points); in TEST_F()
109 pa.SetAttributeValue(draco::AttributeValueIndex(i), &points); in TEST_F()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/attributes/
H A Dpoint_attribute_test.cc33 pa.SetAttributeValue(draco::AttributeValueIndex(i), &i); in TEST_F()
62 pa.SetAttributeValue(draco::AttributeValueIndex(i), &points); in TEST_F()
81 pa.SetAttributeValue(draco::AttributeValueIndex(i), &points); in TEST_F()
109 pa.SetAttributeValue(draco::AttributeValueIndex(i), &points); in TEST_F()

12345678910>>...25