Home
last modified time | relevance | path

Searched refs:PropertyType (Results 1 – 25 of 2756) sorted by relevance

12345678910>>...111

/dports/devel/py-aws-sam-translator/aws-sam-translator-1.39.0/samtranslator/model/
H A Dlambda_.py1 from samtranslator.model import PropertyType, Resource
9 "Code": PropertyType(True, is_type(dict)),
10 "PackageType": PropertyType(False, is_str()),
12 "Description": PropertyType(False, is_str()),
13 "FunctionName": PropertyType(False, is_str()),
14 "Handler": PropertyType(False, is_str()),
16 "Role": PropertyType(False, is_str()),
17 "Runtime": PropertyType(False, is_str()),
18 "Timeout": PropertyType(False, is_type(int)),
53 "Name": PropertyType(False, is_str()),
[all …]
H A Dcognito.py1 from samtranslator.model import PropertyType, Resource
11 "AliasAttributes": PropertyType(False, list_of(is_str())),
14 "EmailConfiguration": PropertyType(False, is_type(dict)),
17 "EnabledMfas": PropertyType(False, list_of(is_str())),
18 "LambdaConfig": PropertyType(False, is_type(dict)),
19 "MfaConfiguration": PropertyType(False, is_str()),
20 "Policies": PropertyType(False, is_type(dict)),
21 "Schema": PropertyType(False, list_of(dict)),
27 "UserPoolAddOns": PropertyType(False, list_of(dict)),
28 "UserPoolName": PropertyType(False, is_str()),
[all …]
H A Ds3.py1 from samtranslator.model import PropertyType, Resource
9 "AccessControl": PropertyType(False, any_type()),
10 "AccelerateConfiguration": PropertyType(False, any_type()),
11 "AnalyticsConfigurations": PropertyType(False, any_type()),
12 "BucketEncryption": PropertyType(False, any_type()),
13 "BucketName": PropertyType(False, is_str()),
14 "CorsConfiguration": PropertyType(False, any_type()),
18 "LoggingConfiguration": PropertyType(False, any_type()),
22 "ObjectLockEnabled": PropertyType(False, any_type()),
23 "OwnershipControls": PropertyType(False, any_type()),
[all …]
H A Dapigateway.py3 from samtranslator.model import PropertyType, Resource
14 "Body": PropertyType(False, is_type(dict)),
16 "CloneFrom": PropertyType(False, is_str()),
17 "Description": PropertyType(False, is_str()),
19 "Name": PropertyType(False, is_str()),
24 "Mode": PropertyType(False, is_str()),
40 "RestApiId": PropertyType(True, is_str()),
181 "Stage": PropertyType(False, is_str()),
201 "KeyId": PropertyType(True, is_str()),
214 "Name": PropertyType(False, is_str()),
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/System/Runtime/InteropServices/WindowsRuntime/
H A DPropertyValueImpl.cs20 public PropertyType get_Type() in get_Type()
22 return (PropertyType)m_type; in get_Type()
261 PropertyType scalarType = (PropertyType)(m_type - 1024); in CoerceArrayValue()
290 … static private object CoerceScalarValue(PropertyType type, object value, PropertyType unboxType) in CoerceScalarValue()
294 if ((type == PropertyType.Guid) && (unboxType == PropertyType.String)) in CoerceScalarValue()
299 else if ((type == PropertyType.String) && (unboxType == PropertyType.Guid)) in CoerceScalarValue()
329 else if (type == PropertyType.Boolean || type == PropertyType.Char16) in CoerceScalarValue()
419 PropertyType type, in CreateExceptionForInvalidCast()
420 PropertyType unboxType) in CreateExceptionForInvalidCast()
428 PropertyType type, in CreateExceptionForInvalidCoersion()
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/
H A DAddressBook.php5 use \RainLoop\Providers\AddressBook\Enumerations\PropertyType as PropertyType; alias
185 'Title' => PropertyType::FULLNAME,
186 'Name' => PropertyType::FULLNAME,
187 'FullName' => PropertyType::FULLNAME,
189 'GivenName' => PropertyType::FULLNAME,
190 'First' => PropertyType::FIRST_NAME,
194 'Last' => PropertyType::LAST_NAME,
242 'Notes' => PropertyType::NOTE,
243 'Web' => PropertyType::WEB_PAGE,
245 'WebPage' => PropertyType::WEB_PAGE,
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/
H A DAddressBook.php5 use \RainLoop\Providers\AddressBook\Enumerations\PropertyType as PropertyType; alias
185 'Title' => PropertyType::FULLNAME,
186 'Name' => PropertyType::FULLNAME,
187 'FullName' => PropertyType::FULLNAME,
189 'GivenName' => PropertyType::FULLNAME,
190 'First' => PropertyType::FIRST_NAME,
194 'Last' => PropertyType::LAST_NAME,
242 'Notes' => PropertyType::NOTE,
243 'Web' => PropertyType::WEB_PAGE,
245 'WebPage' => PropertyType::WEB_PAGE,
[all …]
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/ews/
H A DField.java35 … FIELD_MAP.put("etag", new ExtendedFieldURI(0x3008, ExtendedFieldURI.PropertyType.SystemTime));
36 … FIELD_MAP.put("displayname", new ExtendedFieldURI(0x3001, ExtendedFieldURI.PropertyType.String));
37 … FIELD_MAP.put("urlcompname", new ExtendedFieldURI(0x10f3, ExtendedFieldURI.PropertyType.String));
39 … FIELD_MAP.put("created", new ExtendedFieldURI(0x3007, ExtendedFieldURI.PropertyType.SystemTime));
64 FIELD_MAP.put("uid", new ExtendedFieldURI(0x0FF9, ExtendedFieldURI.PropertyType.Binary));
66 … FIELD_MAP.put("imapUid", new ExtendedFieldURI(0x0e23, ExtendedFieldURI.PropertyType.Integer));
76 FIELD_MAP.put("junk", new ExtendedFieldURI(0x1083, ExtendedFieldURI.PropertyType.Integer));
134 FIELD_MAP.put("cn", new ExtendedFieldURI(0x3001, ExtendedFieldURI.PropertyType.String));
171 FIELD_MAP.put("o", new ExtendedFieldURI(0x3A16, ExtendedFieldURI.PropertyType.String));
172 FIELD_MAP.put("pager", new ExtendedFieldURI(0x3A21, ExtendedFieldURI.PropertyType.String));
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/windowsruntime/
H A Dclripropertyvalueimpl.cs20 private PropertyType _type;
36 new Tuple<Type, PropertyType>(typeof(Byte), PropertyType.UInt8),
37 new Tuple<Type, PropertyType>(typeof(Int16), PropertyType.Int16),
38 new Tuple<Type, PropertyType>(typeof(UInt16), PropertyType.UInt16),
39 new Tuple<Type, PropertyType>(typeof(Int32), PropertyType.Int32),
40 new Tuple<Type, PropertyType>(typeof(UInt32), PropertyType.UInt32),
41 new Tuple<Type, PropertyType>(typeof(Int64), PropertyType.Int64),
42 new Tuple<Type, PropertyType>(typeof(UInt64), PropertyType.UInt64),
43 new Tuple<Type, PropertyType>(typeof(Single), PropertyType.Single),
44 new Tuple<Type, PropertyType>(typeof(Double), PropertyType.Double)
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/test/utils/
H A Dclass_properties.hpp46 template<class PropertyType>
58 class_property() : value( PropertyType() ) {} in class_property()
72 PropertyType value;
79 template<class PropertyType>
85 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
99 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
105 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
149 template<class PropertyType>
150 class readonly_property : public class_property<PropertyType> {
151 typedef class_property<PropertyType> base_prop;
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/test/utils/
H A Dclass_properties.hpp45 template<class PropertyType>
53 class_property() : value( PropertyType() ) {} in class_property()
67 PropertyType value;
74 template<class PropertyType>
80 template<typename CharT1, typename Tr,class PropertyType> in operator <<()
94 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
100 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
122 template<class PropertyType>
123 class readonly_property : public class_property<PropertyType> {
124 typedef class_property<PropertyType> base_prop;
[all …]

12345678910>>...111