Home
last modified time | relevance | path

Searched defs:PropertyValue (Results 1 – 25 of 1034) sorted by relevance

12345678910>>...42

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/
H A DPropertyValue.cs40 public struct Scalar
83 readonly object _reference;
84 readonly Scalar _scalar;
85 readonly int _scalarLength;
87 private PropertyValue(object value) in PropertyValue() argument
94 private PropertyValue(Scalar scalar, int scalarLength) in PropertyValue() method
102 private PropertyValue(Byte value) : this(new Scalar() { AsByte = value }, sizeof(Byte)) { } in PropertyValue() method
104 private PropertyValue(Char value) : this(new Scalar() { AsChar = value }, sizeof(Char)) { } in PropertyValue() argument
156 public Scalar ScalarValue
165 public int ScalarLength
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/
H A DPropertyValue.cs40 public struct Scalar
83 readonly object _reference;
84 readonly Scalar _scalar;
85 readonly int _scalarLength;
87 private PropertyValue(object value) in PropertyValue() argument
94 private PropertyValue(Scalar scalar, int scalarLength) in PropertyValue() argument
102 private PropertyValue(Byte value) : this(new Scalar() { AsByte = value }, sizeof(Byte)) { } in PropertyValue() argument
104 private PropertyValue(Char value) : this(new Scalar() { AsChar = value }, sizeof(Char)) { } in PropertyValue() method
156 public Scalar ScalarValue
165 public int ScalarLength
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/market/
H A Dstruct_property_value.go19 type PropertyValue struct { struct
20 Value string `json:"Value" xml:"Value"`
21 Min string `json:"Min" xml:"Min"`
22 Remark string `json:"Remark" xml:"Remark"`
23 Max string `json:"Max" xml:"Max"`
24 Step string `json:"Step" xml:"Step"`
25 DisplayName string `json:"DisplayName" xml:"DisplayName"`
26 Type string `json:"Type" xml:"Type"`
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DPropertiesI.h49 struct PropertyValue struct
51 PropertyValue() : in PropertyValue() argument
56 PropertyValue(const std::string& v, bool u) : in PropertyValue() function
65 std::map<std::string, PropertyValue> _properties; argument
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DPropertiesI.h49 struct PropertyValue struct
51 PropertyValue() : in PropertyValue() function
56 PropertyValue(const std::string& v, bool u) : in PropertyValue() function
65 std::map<std::string, PropertyValue> _properties; argument
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DPropertiesI.h49 struct PropertyValue struct
51 PropertyValue() : in PropertyValue() function
56 PropertyValue(const std::string& v, bool u) : in PropertyValue() argument
65 std::map<std::string, PropertyValue> _properties; argument
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/conf/
H A DRadiusAuthenticationProtocol.java42 @PropertyValue("pap") enumConstant
48 @PropertyValue("chap") enumConstant
54 @PropertyValue("mschapv1") enumConstant
60 @PropertyValue("mschapv2") enumConstant
66 @PropertyValue("eap-md5") enumConstant
72 @PropertyValue("eap-tls") enumConstant
78 @PropertyValue("eap-ttls") enumConstant
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx81 struct PropertyValue struct
83 OUString sPropertyName;
85 PropsSet nPropsSet;
86 PropsSet nOrigValue;
90 sal_Int8 nByte; // getByte
91 sal_Int16 nShort; // getShort
92 sal_Int32 nInt; // getInt
93 sal_Int64 nLong; // getLong
94 float nFloat; // getFloat
109 PropertyValue() in PropertyValue() function
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx81 struct PropertyValue struct
83 OUString sPropertyName;
85 PropsSet nPropsSet;
86 PropsSet nOrigValue;
90 sal_Int8 nByte; // getByte
91 sal_Int16 nShort; // getShort
92 sal_Int32 nInt; // getInt
93 sal_Int64 nLong; // getLong
94 float nFloat; // getFloat
109 PropertyValue() in PropertyValue() function
[all …]
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-postgresql/src/main/java/org/apache/guacamole/auth/postgresql/conf/
H A DPostgreSQLSSLMode.java32 @PropertyValue("disable") enumConstant
38 @PropertyValue("allow") enumConstant
44 @PropertyValue("prefer") enumConstant
50 @PropertyValue("require") enumConstant
56 @PropertyValue("verify-ca") enumConstant
62 @PropertyValue("verify-full") enumConstant
/dports/graphics/tiled/tiled-1.7.2/src/plugins/tbin/tbin/
H A DPropertyValue.hpp37 struct PropertyValue struct
40 enum Type
48 Type type;
50 {
54 } data;
55 std::string dataStr;
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/java/org/apache/guacamole/auth/mysql/conf/
H A DMySQLSSLMode.java32 @PropertyValue("disabled") enumConstant
38 @PropertyValue("preferred") enumConstant
44 @PropertyValue("required") enumConstant
50 @PropertyValue("verify-ca") enumConstant
57 @PropertyValue("verify-identity") enumConstant
/dports/www/guacamole-client/guacamole-client-1.3.0/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/src/main/java/org/apache/guacamole/auth/sqlserver/conf/
H A DSQLServerDriver.java32 @PropertyValue("jtds") enumConstant
38 @PropertyValue("datadirect") enumConstant
44 @PropertyValue("microsoft") enumConstant
50 @PropertyValue("microsoft2005") enumConstant
/dports/cad/openroad/OpenROAD-2.0/src/sta/search/
H A DProperty.cc102 PropertyValue::PropertyValue() : in PropertyValue() function in sta::PropertyValue
119 PropertyValue::PropertyValue(float value) : in PropertyValue() function in sta::PropertyValue
125 PropertyValue::PropertyValue(bool value) : in PropertyValue() function in sta::PropertyValue
149 PropertyValue::PropertyValue(Library *value) : in PropertyValue() function in sta::PropertyValue
155 PropertyValue::PropertyValue(Cell *value) : in PropertyValue() function in sta::PropertyValue
161 PropertyValue::PropertyValue(Port *value) : in PropertyValue() function in sta::PropertyValue
173 PropertyValue::PropertyValue(Pin *value) : in PropertyValue() function in sta::PropertyValue
179 PropertyValue::PropertyValue(PinSeq *value) : in PropertyValue() function in sta::PropertyValue
185 PropertyValue::PropertyValue(PinSet *value) : in PropertyValue() function in sta::PropertyValue
196 PropertyValue::PropertyValue(Net *value) : in PropertyValue() function in sta::PropertyValue
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/apz/src/
H A DCheckerboardEvent.h115 struct PropertyValue { struct
121 bool operator<(const PropertyValue& aOther) const; argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/src/
H A DCheckerboardEvent.h115 struct PropertyValue { struct
121 bool operator<(const PropertyValue& aOther) const; argument
/dports/www/firefox/firefox-99.0/gfx/layers/apz/src/
H A DCheckerboardEvent.h114 struct PropertyValue { struct
120 bool operator<(const PropertyValue& aOther) const; argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/apz/src/
H A DCheckerboardEvent.h115 struct PropertyValue { struct
121 bool operator<(const PropertyValue& aOther) const; argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/src/
H A DCheckerboardEvent.h115 struct PropertyValue { struct
121 bool operator<(const PropertyValue& aOther) const; argument
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/apz/src/
H A DCheckerboardEvent.h115 struct PropertyValue struct
122 bool operator<(const PropertyValue& aOther) const; argument
/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole-ext/src/test/java/org/apache/guacamole/properties/
H A DEnumGuacamolePropertyTest.java44 @PropertyValue("salmon") enumConstant
53 @PropertyValue("trout") enumConstant
62 @PropertyValue("mackerel") enumConstant
72 @PropertyValue("tuna") enumConstant
82 @PropertyValue("sardine") enumConstant
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/dav/
H A DPropertyValue.java24 public class PropertyValue { class
36 public PropertyValue(String namespaceUri, String name) { in PropertyValue() method in PropertyValue
47 public PropertyValue(String namespaceUri, String name, String xmlEncodedValue) { in PropertyValue() method in PropertyValue
59 …public PropertyValue(String namespaceUri, String name, String xmlEncodedValue, String typeString) { in PropertyValue() method in PropertyValue
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_worklet_input.h42 struct CC_PAINT_EXPORT PropertyValue { struct
50 base::Optional<float> float_value;
51 base::Optional<SkColor> color_value;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dpaint_worklet_input.h42 struct CC_PAINT_EXPORT PropertyValue { struct
50 base::Optional<float> float_value;
51 base::Optional<SkColor> color_value;
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/materialsystem/
H A Dshaderdata_p.h78 struct PropertyValue { struct
87 QHash<QString, PropertyValue> properties() const { return m_originalProperties; } in properties() argument

12345678910>>...42