Home
last modified time | relevance | path

Searched refs:PropertyType (Results 76 – 100 of 3140) sorted by relevance

12345678910>>...126

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedListPropertyTearOff.h30 template<typename PropertyType>
33 template<typename PropertyType>
36 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType;
43 m_baseVal = SVGListPropertyTearOff<PropertyType>::create(this, BaseValRole); in baseVal()
50 m_animVal = SVGListPropertyTearOff<PropertyType>::create(this, AnimValRole); in animVal()
59 …typedef SVGPropertyTearOff<typename SVGPropertyTraits<PropertyType>::ListItemType> ListItemTearOff; in removeItemFromList()
82 PropertyType& values() { return m_values; } in values()
88 …nimatedListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName&… in create()
91 …return adoptRef(new SVGAnimatedListPropertyTearOff<PropertyType>(contextElement, attributeName, va… in create()
95 …opertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& values) in SVGAnimatedListPropertyTearOff()
[all …]
H A DSVGAnimatedStaticPropertyTearOff.h28 template<typename PropertyType>
31 PropertyType& baseVal() in baseVal()
36 PropertyType& animVal() in animVal()
42 void setBaseVal(const PropertyType& property) in setBaseVal()
49 void setAnimVal(const PropertyType&) { } in setAnimVal() argument
54 …matedStaticPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName&… in create()
57 …return adoptRef(new SVGAnimatedStaticPropertyTearOff<PropertyType>(contextElement, attributeName, … in create()
60 …ertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property) in SVGAnimatedStaticPropertyTearOff()
67 PropertyType& m_property;
H A DSVGAnimatedPropertyMacros.h66 template<typename PropertyType>
69 : value(SVGPropertyTraits<PropertyType>::initialValue())
88 PropertyType value;
97 AtomicString value(SVGPropertyTraits<PropertyType>::toString(LowerProperty##BaseValue())); \
109 #define DECLARE_ANIMATED_PROPERTY(TearOffType, PropertyType, UpperProperty, LowerProperty) \
111 PropertyType& LowerProperty() const \
116 PropertyType& LowerProperty##BaseValue() const \
121 void set##UpperProperty##BaseValue(const PropertyType& type) \
131 mutable SVGSynchronizableAnimatedProperty<PropertyType> m_##LowerProperty;
133 #define DECLARE_ANIMATED_LIST_PROPERTY(TearOffType, PropertyType, UpperProperty, LowerProperty) \
[all …]
H A DSVGPropertyTearOff.h30 template<typename PropertyType>
33 typedef SVGPropertyTearOff<PropertyType> Self;
37 …fPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value) in create()
44 static PassRefPtr<Self> create(const PropertyType& initialValue) in create()
49 PropertyType& propertyReference() { return *m_value; } in propertyReference()
53 void setValue(PropertyType& value) in setValue()
82 m_value = new PropertyType(*m_value); in detachWrapper()
97 …SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& valu… in SVGPropertyTearOff()
107 SVGPropertyTearOff(const PropertyType& initialValue) in SVGPropertyTearOff()
110 , m_value(new PropertyType(initialValue)) in SVGPropertyTearOff()
[all …]
H A DSVGListProperty.h31 template<typename PropertyType>
34 template<typename PropertyType>
37 typedef SVGListProperty<PropertyType> Self;
56 void clearValues(PropertyType& values, ExceptionCode& ec) in clearValues()
77 unsigned numberOfItemsValues(PropertyType& values) const in numberOfItemsValues()
117 PropertyType& values = animatedList->values(); in initializeValuesAndWrappers()
160 PropertyType& values = animatedList->values(); in getItemValuesAndWrappers()
214 PropertyType& values = animatedList->values(); in insertItemBeforeValuesAndWrappers()
277 PropertyType& values = animatedList->values(); in replaceItemValuesAndWrappers()
344 PropertyType& values = animatedList->values(); in removeItemValuesAndWrappers()
[all …]
H A DSVGStaticListPropertyTearOff.h28 template<typename PropertyType>
29 class SVGStaticListPropertyTearOff : public SVGListProperty<PropertyType> {
31 typedef SVGListProperty<PropertyType> Base;
33 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType;
36 …atic PassRefPtr<SVGStaticListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, Pr… in create()
39 return adoptRef(new SVGStaticListPropertyTearOff<PropertyType>(contextElement, values)); in create()
84 SVGStaticListPropertyTearOff(SVGElement* contextElement, PropertyType& values) in SVGStaticListPropertyTearOff()
85 : SVGListProperty<PropertyType>(UndefinedRole) in SVGStaticListPropertyTearOff()
108 PropertyType& m_values;
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/tools/defs/
H A Ddefs.go49 WithoutProperties: []*PropertyType{
67 WithoutProperties: []*PropertyType{
435 idPropertyType = &PropertyType{
443 typePropertyType = &PropertyType{
482 bccPropertyType = &PropertyType{
490 btoPropertyType = &PropertyType{
498 ccPropertyType = &PropertyType{
717 tagPropertyType = &PropertyType{
732 toPropertyType = &PropertyType{
740 urlPropertyType = &PropertyType{
[all …]
/dports/devel/py-aws-sam-translator/aws-sam-translator-1.39.0/samtranslator/model/
H A Devents.py1 from samtranslator.model import PropertyType, Resource
9 "Description": PropertyType(False, is_str()),
10 "EventBusName": PropertyType(False, is_str()),
11 "EventPattern": PropertyType(False, is_type(dict)),
12 "Name": PropertyType(False, is_str()),
13 "RoleArn": PropertyType(False, is_str()),
14 "ScheduleExpression": PropertyType(False, is_str()),
15 "State": PropertyType(False, is_str()),
16 "Targets": PropertyType(False, list_of(is_type(dict))),
H A Dcodedeploy.py1 from samtranslator.model import PropertyType, Resource
8 property_types = {"ComputePlatform": PropertyType(False, one_of(is_str(), is_type(dict)))}
16 "AlarmConfiguration": PropertyType(False, is_type(dict)),
17 "ApplicationName": PropertyType(True, one_of(is_str(), is_type(dict))),
18 "AutoRollbackConfiguration": PropertyType(False, is_type(dict)),
19 "DeploymentConfigName": PropertyType(False, one_of(is_str(), is_type(dict))),
20 "DeploymentStyle": PropertyType(False, is_type(dict)),
21 "ServiceRoleArn": PropertyType(True, one_of(is_str(), is_type(dict))),
22 "TriggerConfigurations": PropertyType(False, is_type(list)),
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/xml/generator/model/
H A DPropertyType.java58 public final class PropertyType { class
61 public static final PropertyType ATTRIBUTE = new PropertyType("ATTRIBUTE");
64 public static final PropertyType ELEMENT = new PropertyType("ELEMENT");
67 public static final PropertyType LOOKUP = new PropertyType("LOOKUP");
77 private PropertyType(final String name) { in PropertyType() method in PropertyType
/dports/devel/py-aws-sam-translator/aws-sam-translator-1.39.0/samtranslator/model/eventsources/
H A Dpull.py1 from samtranslator.model import ResourceMacro, PropertyType
22 "Stream": PropertyType(False, is_str()),
23 "Queue": PropertyType(False, is_str()),
24 "BatchSize": PropertyType(False, is_type(int)),
25 "StartingPosition": PropertyType(False, is_str()),
26 "Enabled": PropertyType(False, is_type(bool)),
31 "DestinationConfig": PropertyType(False, is_type(dict)),
33 "Topics": PropertyType(False, is_type(list)),
34 "Broker": PropertyType(False, is_str()),
35 "Queues": PropertyType(False, is_type(list)),
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/json_schema_compiler/
H A Dcc_generator.py6 from model import PropertyType
112 elif type_.property_type == PropertyType.ARRAY:
146 elif type_.property_type == PropertyType.ENUM:
159 if real_t.property_type == PropertyType.ENUM:
168 elif t.property_type == PropertyType.INTEGER:
170 elif t.property_type == PropertyType.DOUBLE:
172 elif t.property_type == PropertyType.BOOLEAN:
174 elif (t.property_type == PropertyType.ANY or
180 t.property_type == PropertyType.REF or
219 t.property_type == PropertyType.ANY or
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotsitewise/include/aws/iotsitewise/model/
H A DPropertyType.h36 class AWS_IOTSITEWISE_API PropertyType
39 PropertyType();
40 PropertyType(Aws::Utils::Json::JsonView jsonValue);
41 PropertyType& operator=(Aws::Utils::Json::JsonView jsonValue);
83 inline PropertyType& WithAttribute(const Attribute& value) { SetAttribute(value); return *this;} in WithAttribute()
91 …inline PropertyType& WithAttribute(Attribute&& value) { SetAttribute(std::move(value)); return *th… in WithAttribute()
127 …inline PropertyType& WithMeasurement(const Measurement& value) { SetMeasurement(value); return *th… in WithMeasurement()
170 inline PropertyType& WithTransform(const Transform& value) { SetTransform(value); return *this;} in WithTransform()
177 …inline PropertyType& WithTransform(Transform&& value) { SetTransform(std::move(value)); return *th… in WithTransform()
218 inline PropertyType& WithMetric(const Metric& value) { SetMetric(value); return *this;} in WithMetric()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/json_schema_compiler/
H A Dcc_generator.py6 from model import PropertyType, Property, Type
122 elif type_.property_type == PropertyType.ARRAY:
165 elif type_.property_type == PropertyType.ENUM:
522 PropertyType.ARRAY,
523 PropertyType.BOOLEAN,
524 PropertyType.DOUBLE,
525 PropertyType.INT64,
526 PropertyType.INTEGER,
527 PropertyType.OBJECT,
528 PropertyType.STRING,
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/AddressBook/Classes/
H A DProperty.php5 use RainLoop\Providers\AddressBook\Enumerations\PropertyType; alias
45 …$iType = \RainLoop\Providers\AddressBook\Enumerations\PropertyType::UNKNOWN, $sValue = '', $sTypeS…
58 $this->Type = PropertyType::UNKNOWN;
73 return \in_array($this->Type, array(PropertyType::FULLNAME, PropertyType::FIRST_NAME,
74 PropertyType::LAST_NAME, PropertyType::MIDDLE_NAME, PropertyType::NICK_NAME));
82 return PropertyType::EMAIl === $this->Type;
90 return PropertyType::PHONE === $this->Type;
98 return PropertyType::WEB_PAGE === $this->Type;
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/AddressBook/Classes/
H A DProperty.php5 use RainLoop\Providers\AddressBook\Enumerations\PropertyType; alias
45 …$iType = \RainLoop\Providers\AddressBook\Enumerations\PropertyType::UNKNOWN, $sValue = '', $sTypeS…
58 $this->Type = PropertyType::UNKNOWN;
73 return \in_array($this->Type, array(PropertyType::FULLNAME, PropertyType::FIRST_NAME,
74 PropertyType::LAST_NAME, PropertyType::MIDDLE_NAME, PropertyType::NICK_NAME));
82 return PropertyType::EMAIl === $this->Type;
90 return PropertyType::PHONE === $this->Type;
98 return PropertyType::WEB_PAGE === $this->Type;
/dports/graphics/goocanvasmm2/goocanvasmm-1.90.9/goocanvas/goocanvasmm/
H A Dstyle.h104 template<typename PropertyType>
105 void get_property(GQuark property_id, PropertyType& value) const;
108 template<typename PropertyType>
109 void set_property(GQuark property_id, const PropertyType& value);
156 template<typename PropertyType> inline
157 void Style::get_property(GQuark property_id, PropertyType& value) const in get_property()
159 …Glib::Value<PropertyType> property_value(goo_canvas_style_get_property(const_cast<GooCanvasStyle*>… in get_property()
163 template<typename PropertyType> inline
164 void Style::set_property(GQuark property_id, const PropertyType& value) in set_property()
166 Glib::Value<PropertyType> property_value; in set_property()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/e2e/terraform/packer/windows/
H A Dfix-tls.ps187 …Providers\SCHANNEL\Protocols\$protocol\Server -name Enabled -value 0 -PropertyType 'DWord' -Force …
88 …otocols\$protocol\Server -name DisabledByDefault -value '0xffffffff' -PropertyType 'DWord' -Force …
89 …Providers\SCHANNEL\Protocols\$protocol\Client -name Enabled -value 0 -PropertyType 'DWord' -Force …
97 …ANNEL\Protocols\$protocol\Server -name 'Enabled' -value '0xffffffff' -PropertyType 'DWord' -Force …
98 …HANNEL\Protocols\$protocol\Server -name 'DisabledByDefault' -value 0 -PropertyType 'DWord' -Force …
99 …ANNEL\Protocols\$protocol\Client -name 'Enabled' -value '0xffffffff' -PropertyType 'DWord' -Force …
100 …HANNEL\Protocols\$protocol\Client -name 'DisabledByDefault' -value 0 -PropertyType 'DWord' -Force …
116 …viders\SCHANNEL\Ciphers\$cipher" -name 'Enabled' -value '0xffffffff' -PropertyType 'DWord' -Force …
126 …\SecurityProviders\SCHANNEL\Hashes\$hash" -name 'Enabled' -value '0' -PropertyType 'DWord' -Force …
133 …Providers\SCHANNEL\Hashes\$hash" -name 'Enabled' -value '0xffffffff' -PropertyType 'DWord' -Force …
[all …]
/dports/sysutils/nomad/nomad-1.1.0/e2e/terraform/packer/windows-2016-amd64/
H A Dfix-tls.ps187 …Providers\SCHANNEL\Protocols\$protocol\Server -name Enabled -value 0 -PropertyType 'DWord' -Force …
88 …otocols\$protocol\Server -name DisabledByDefault -value '0xffffffff' -PropertyType 'DWord' -Force …
89 …Providers\SCHANNEL\Protocols\$protocol\Client -name Enabled -value 0 -PropertyType 'DWord' -Force …
97 …ANNEL\Protocols\$protocol\Server -name 'Enabled' -value '0xffffffff' -PropertyType 'DWord' -Force …
98 …HANNEL\Protocols\$protocol\Server -name 'DisabledByDefault' -value 0 -PropertyType 'DWord' -Force …
99 …ANNEL\Protocols\$protocol\Client -name 'Enabled' -value '0xffffffff' -PropertyType 'DWord' -Force …
100 …HANNEL\Protocols\$protocol\Client -name 'DisabledByDefault' -value 0 -PropertyType 'DWord' -Force …
116 …viders\SCHANNEL\Ciphers\$cipher" -name 'Enabled' -value '0xffffffff' -PropertyType 'DWord' -Force …
126 …\SecurityProviders\SCHANNEL\Hashes\$hash" -name 'Enabled' -value '0' -PropertyType 'DWord' -Force …
133 …Providers\SCHANNEL\Hashes\$hash" -name 'Enabled' -value '0xffffffff' -PropertyType 'DWord' -Force …
[all …]
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dpropertyproxy.h45 using PropertyType = T;
52 void set_value(const PropertyType& data);
57 PropertyType get_value() const;
63 PropertyProxy<T>& operator=(const PropertyType& data)
69 operator PropertyType() const { return this->get_value(); } in PropertyType() function
79 using PropertyType = T;
86 void set_value(const PropertyType& data);
92 PropertyProxy_WriteOnly<T>& operator=(const PropertyType& data)
106 using PropertyType = T;
117 PropertyType get_value() const;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Evaluation/
H A DProjectProperty.cs81 internal enum PropertyType { enum
90 public BaseProjectProperty (Project project, PropertyType propertyType, string name) in BaseProjectProperty()
100 PropertyType property_type;
108 get { return property_type == PropertyType.Environment; }
111 get { return property_type == PropertyType.Global; }
117 get { return property_type == PropertyType.Reserved; }
139 public MutableProjectProperty (Project project, PropertyType propertyType, string name) in MutableProjectProperty()
204 : base (project, PropertyType.Environment, name) in EnvironmentProjectProperty()
234 : base (project, PropertyType.Global, name) in GlobalProjectProperty()
253 : base (project, PropertyType.Normal, name) in ManuallyAddedProjectProperty()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/orchestration/v1/resourcetypes/
H A Dresults.go15 type PropertyType string type
19 StringProperty PropertyType = "string"
21 IntegerProperty PropertyType = "integer"
24 NumberProperty PropertyType = "number"
26 BooleanProperty PropertyType = "boolean"
28 MapProperty PropertyType = "map"
30 ListProperty PropertyType = "list"
32 UntypedProperty PropertyType = "any"
38 Type PropertyType `json:"type"`
69 Type PropertyType `json:"type"`
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/orchestration/v1/resourcetypes/
H A Dresults.go15 type PropertyType string type
19 StringProperty PropertyType = "string"
21 IntegerProperty PropertyType = "integer"
24 NumberProperty PropertyType = "number"
26 BooleanProperty PropertyType = "boolean"
28 MapProperty PropertyType = "map"
30 ListProperty PropertyType = "list"
32 UntypedProperty PropertyType = "any"
38 Type PropertyType `json:"type"`
69 Type PropertyType `json:"type"`
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/orchestration/v1/resourcetypes/
H A Dresults.go15 type PropertyType string type
19 StringProperty PropertyType = "string"
21 IntegerProperty PropertyType = "integer"
24 NumberProperty PropertyType = "number"
26 BooleanProperty PropertyType = "boolean"
28 MapProperty PropertyType = "map"
30 ListProperty PropertyType = "list"
32 UntypedProperty PropertyType = "any"
38 Type PropertyType `json:"type"`
69 Type PropertyType `json:"type"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/orchestration/v1/resourcetypes/
H A Dresults.go15 type PropertyType string type
19 StringProperty PropertyType = "string"
21 IntegerProperty PropertyType = "integer"
24 NumberProperty PropertyType = "number"
26 BooleanProperty PropertyType = "boolean"
28 MapProperty PropertyType = "map"
30 ListProperty PropertyType = "list"
32 UntypedProperty PropertyType = "any"
38 Type PropertyType `json:"type"`
69 Type PropertyType `json:"type"`

12345678910>>...126