Home
last modified time | relevance | path

Searched defs:PropertyInfo (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_property_info.go19 type PropertyInfo struct { struct
20 Name string `json:"Name" xml:"Name"`
21 Value string `json:"Value" xml:"Value"`
22 Description string `json:"Description" xml:"Description"`
23 FileName string `json:"FileName" xml:"FileName"`
24 DisplayName string `json:"DisplayName" xml:"DisplayName"`
25 ServiceName string `json:"ServiceName" xml:"ServiceName"`
26 Component string `json:"Component" xml:"Component"`
27 PropertyTypes PropertyTypes `json:"PropertyTypes" xml:"PropertyTypes"`
28 …ueAttributes PropertyValueAttributes `json:"PropertyValueAttributes" xml:"PropertyValueAttributes"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_property_info.go19 type PropertyInfo struct { struct
20 Name string `json:"Name" xml:"Name"`
21 Value string `json:"Value" xml:"Value"`
22 Description string `json:"Description" xml:"Description"`
23 FileName string `json:"FileName" xml:"FileName"`
24 DisplayName string `json:"DisplayName" xml:"DisplayName"`
25 ServiceName string `json:"ServiceName" xml:"ServiceName"`
26 Component string `json:"Component" xml:"Component"`
27 PropertyTypes PropertyTypes `json:"PropertyTypes" xml:"PropertyTypes"`
28 …ueAttributes PropertyValueAttributes `json:"PropertyValueAttributes" xml:"PropertyValueAttributes"`
[all …]
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/touchpad/backends/x11/
H A Dpropertyinfo.h21 struct PropertyInfo { struct
35 PropertyInfo(); argument
H A Dpropertyinfo.cpp22 PropertyInfo::PropertyInfo() in PropertyInfo() function in PropertyInfo
35 PropertyInfo::PropertyInfo(Display *display, int device, Atom prop, Atom floatType) in PropertyInfo() function in PropertyInfo
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_property_info.go19 type PropertyInfo struct { struct
20 Name string `json:"Name" xml:"Name"`
21 Value string `json:"Value" xml:"Value"`
22 Description string `json:"Description" xml:"Description"`
23 FileName string `json:"FileName" xml:"FileName"`
24 DisplayName string `json:"DisplayName" xml:"DisplayName"`
25 ServiceName string `json:"ServiceName" xml:"ServiceName"`
26 Component string `json:"Component" xml:"Component"`
27 PropertyTypes PropertyTypes `json:"PropertyTypes" xml:"PropertyTypes"`
28 …ueAttributes PropertyValueAttributes `json:"PropertyValueAttributes" xml:"PropertyValueAttributes"`
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A DPropertyInfoHash.hxx29 struct PropertyInfo struct
36PropertyInfo(OUString const & aName, sal_Int32 nHandle, css::uno::Type const & aType, sal_Int16 nA… in PropertyInfo() function
38PropertyInfo(OUString && aName, sal_Int32 nHandle, css::uno::Type const & aType, sal_Int16 nAttrib… in PropertyInfo() function
52 ::comphelper::PropertyInfo const * > PropertyInfoHash;
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/aws/credentials/
H A Dstatic_provider.go33 // NewStaticCredentialsFromCreds returns a pointer to a new Credentials object
34 // wrapping the static credentials value provide. Same as NewStaticCredentials
36 func NewStaticCredentialsFromCreds(creds Value) *Credentials {
37 return NewCredentials(&StaticProvider{Value: creds})
40 // Retrieve returns the credentials or error if the credentials are invalid.
41 func (s *StaticProvider) Retrieve() (Value, error) {
42 if s.AccessKeyID == "" || s.SecretAccessKey == "" {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/bridge/
H A Dqscriptstaticscopeobject_p.h46 struct PropertyInfo { struct
47 PropertyInfo(const JSC::Identifier& i, JSC::JSValue v, unsigned a) in PropertyInfo() function
50 PropertyInfo() {} in PropertyInfo() argument
58 int propertyCount, const PropertyInfo*); argument
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/bridge/
H A Dqscriptstaticscopeobject_p.h62 struct PropertyInfo { struct
63 PropertyInfo(const JSC::Identifier& i, JSC::JSValue v, unsigned a) in PropertyInfo() function
66 PropertyInfo() {} in PropertyInfo() argument
74 int propertyCount, const PropertyInfo*); argument
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/bridge/
H A Dqscriptstaticscopeobject_p.h62 struct PropertyInfo { struct
63 PropertyInfo(const JSC::Identifier& i, JSC::JSValue v, unsigned a) in PropertyInfo() argument
66 PropertyInfo() {} in PropertyInfo() function
74 int propertyCount, const PropertyInfo*); argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A DPropertyInfoHash.hxx29 struct PropertyInfo struct
47 ::comphelper::PropertyInfo const * > PropertyInfoHash;
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/iot/
H A Dstruct_property_info.go19 type PropertyInfo struct { struct
20 Time string `json:"Time" xml:"Time"`
21 Value string `json:"Value" xml:"Value"`
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/iot/
H A Dstruct_property_info.go19 type PropertyInfo struct { struct
20 Value string `json:"Value" xml:"Value"`
21 Time int64 `json:"Time" xml:"Time"`
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/reader/
H A DPLYReader.hh175 struct PropertyInfo struct in OpenMesh::IO::_PLYReader_
177 Property property;
178 ValueType value;
179 std::string name;//for custom properties
180 … listIndexType;//if type is unsupported, the poerty is not a list. otherwise, it the index type
181 PropertyInfo():property(UNSUPPORTED),value(Unsupported),name(""),listIndexType(Unsupported){} in PropertyInfo() argument
182PropertyInfo(Property _p, ValueType _v):property(_p),value(_v),name(""),listIndexType(Unsupported)… in PropertyInfo() argument
183PropertyInfo(Property _p, ValueType _v, const std::string& _n):property(_p),value(_v),name(_n),lis… in PropertyInfo() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/
H A DPropertyInfo.java34 public class PropertyInfo<PropType> { class
69 public PropertyInfo(String name, PropType value, String description) { in PropertyInfo() method in PropertyInfo
73 private PropertyInfo(String name, PropType value, short attributes, in PropertyInfo() method in PropertyInfo
/dports/editors/libreoffice6/libreoffice-6.4.7.2/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/
H A DPropertyInfo.java34 public class PropertyInfo<PropType> { class
68 public PropertyInfo(String name, PropType value, String description) { in PropertyInfo() method in PropertyInfo
72 private PropertyInfo(String name, PropType value, short attributes, in PropertyInfo() method in PropertyInfo
/dports/emulators/qemu/qemu-6.2.0/include/hw/
H A Dqdev-properties.h31 struct PropertyInfo { struct
48 extern const PropertyInfo qdev_prop_bit; argument
/dports/emulators/qemu60/qemu-6.0.0/include/hw/
H A Dqdev-properties.h31 struct PropertyInfo { struct
47 extern const PropertyInfo qdev_prop_bit; argument
/dports/devel/kf5-kfilemetadata/kfilemetadata-5.89.0/src/
H A Dpropertyinfo.cpp29 PropertyInfo::PropertyInfo() in PropertyInfo() function in PropertyInfo
39 PropertyInfo::PropertyInfo(Property::Property property) in PropertyInfo() function in PropertyInfo
579 PropertyInfo::PropertyInfo(const PropertyInfo& pi) in PropertyInfo() function in PropertyInfo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Convention/src/System/Composition/Convention/
H A DPartConventionBuilder.cs200 Action<PropertyInfo, ExportConventionBuilder> exportConfiguration) in ExportProperties()
209 Action<PropertyInfo, ExportConventionBuilder> exportConfiguration) in ExportPropertiesImpl()
237 Action<PropertyInfo, ExportConventionBuilder> exportConfiguration) in ExportProperties()
247 Action<PropertyInfo, ExportConventionBuilder> exportConfiguration) in ExportPropertiesImpl()
273 Action<PropertyInfo, ImportConventionBuilder> importConfiguration) in ImportProperties()
283 Action<PropertyInfo, ImportConventionBuilder> importConfiguration) in ImportPropertiesImpl()
311 Action<PropertyInfo, ImportConventionBuilder> importConfiguration) in ImportProperties()
321 Action<PropertyInfo, ImportConventionBuilder> importConfiguration) in ImportPropertiesImpl()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DScriptAPIDump.cpp39 struct PropertyInfo struct
42 PropertyInfo() : in PropertyInfo() argument
50 String name_;
52 String type_;
54 bool read_;
56 bool write_;
58 bool indexed_;
/dports/emulators/qemu42/qemu-4.2.1/include/hw/
H A Dqdev-core.h256 struct PropertyInfo { struct
257 const char *name;
258 const char *description;
259 const QEnumLookup *enum_table;
260 int (*print)(DeviceState *dev, Property *prop, char *dest, size_t len);
261 void (*set_default_value)(Object *obj, const Property *prop);
262 void (*create)(Object *obj, Property *prop, Error **errp);
263 ObjectPropertyAccessor *get;
264 ObjectPropertyAccessor *set;
265 ObjectPropertyRelease *release;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/
H A Dqdev-core.h238 struct PropertyInfo { struct
239 const char *name;
240 const char *description;
241 const QEnumLookup *enum_table;
242 int (*print)(DeviceState *dev, Property *prop, char *dest, size_t len);
243 void (*set_default_value)(Object *obj, const Property *prop);
244 void (*create)(Object *obj, Property *prop, Error **errp);
245 ObjectPropertyAccessor *get;
246 ObjectPropertyAccessor *set;
247 ObjectPropertyRelease *release;
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/
H A Dqdev-core.h256 struct PropertyInfo { struct
257 const char *name;
258 const char *description;
259 const QEnumLookup *enum_table;
260 int (*print)(DeviceState *dev, Property *prop, char *dest, size_t len);
261 void (*set_default_value)(Object *obj, const Property *prop);
262 void (*create)(Object *obj, Property *prop, Error **errp);
263 ObjectPropertyAccessor *get;
264 ObjectPropertyAccessor *set;
265 ObjectPropertyRelease *release;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/
H A Dqdev-core.h271 struct PropertyInfo { struct
272 const char *name;
273 const char *description;
274 const QEnumLookup *enum_table;
275 int (*print)(DeviceState *dev, Property *prop, char *dest, size_t len);
276 void (*set_default_value)(ObjectProperty *op, const Property *prop);
277 void (*create)(ObjectClass *oc, Property *prop, Error **errp);
278 ObjectPropertyAccessor *get;
279 ObjectPropertyAccessor *set;
280 ObjectPropertyRelease *release;

1234567891011