Home
last modified time | relevance | path

Searched refs:propertyType (Results 1 – 25 of 1264) sorted by relevance

12345678910>>...51

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkDeviceProperties.inl52 propertyType.subgroupSize = allPropertiesBlobs.vk11.subgroupSize;
53 propertyType.supportedStages = allPropertiesBlobs.vk11.subgroupSupportedStages;
59 propertyType.pointClippingBehavior = allPropertiesBlobs.vk11.pointClippingBehavior;
63 propertyType.maxMultiviewViewCount = allPropertiesBlobs.vk11.maxMultiviewViewCount;
68 propertyType.protectedNoFault = allPropertiesBlobs.vk11.protectedNoFault;
75 propertyType.deviceNodeMask = allPropertiesBlobs.vk11.deviceNodeMask;
76 propertyType.deviceLUIDValid = allPropertiesBlobs.vk11.deviceLUIDValid;
80 propertyType.maxPerSetDescriptors = allPropertiesBlobs.vk11.maxPerSetDescriptors;
85 propertyType.driverID = allPropertiesBlobs.vk12.driverID;
88 propertyType.conformanceVersion = allPropertiesBlobs.vk12.conformanceVersion;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.Windows/
H A DDependencyProperty.cs37 private DependencyProperty (bool isAttached, string name, Type propertyType, Type ownerType, in DependencyProperty() argument
45 PropertyType = propertyType; in DependencyProperty()
151 public static DependencyProperty Register(string name, Type propertyType, Type ownerType) in Register() argument
153 return Register(name, propertyType, ownerType, null, null); in Register()
156 public static DependencyProperty Register(string name, Type propertyType, Type ownerType, in Register() argument
159 return Register(name, propertyType, ownerType, typeMetadata, null); in Register()
169 DependencyProperty dp = new DependencyProperty(false, name, propertyType, ownerType, in Register()
180 return RegisterAttached(name, propertyType, ownerType, null, null); in RegisterAttached()
186 return RegisterAttached(name, propertyType, ownerType, defaultMetadata, null); in RegisterAttached()
193 DependencyProperty dp = new DependencyProperty(true, name, propertyType, ownerType, in RegisterAttached()
[all …]
/dports/science/cdk/cdk-cdk-2.3/storage/io/src/main/java/org/openscience/cdk/io/iterator/event/
H A DEventCMLHandler.java170 logger.debug("propType: " + propertyType); in setObjectProperty()
177 if (propertyType == null) { in setObjectProperty()
187 if (propertyType.equals("id")) { in setObjectProperty()
193 if (propertyType.equals("label")) { in setObjectProperty()
200 if (propertyType.equals("type")) { in setObjectProperty()
205 } else if (propertyType.equals("x2")) { in setObjectProperty()
210 } else if (propertyType.equals("y2")) { in setObjectProperty()
215 } else if (propertyType.equals("x3")) { in setObjectProperty()
220 } else if (propertyType.equals("y3")) { in setObjectProperty()
247 } else if (propertyType.equals("charge") || propertyType.equals("partialCharge")) { in setObjectProperty()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/
H A DDependencyProperty.cs52 private System.Type propertyType = null; field in System.Workflow.ComponentModel.DependencyProperty
172 if (propertyType == null) in ValidateAndRegister()
204 defaultValue = GetDefaultValue(name, propertyType, ownerType); in ValidateAndRegister()
234 if (propertyType == null) in GetDefaultValue()
241 if (propertyType.IsValueType) in GetDefaultValue()
245 if (propertyType.IsEnum) in GetDefaultValue()
247 Array values = Enum.GetValues(propertyType); in GetDefaultValue()
254 defaultValue = Activator.CreateInstance(propertyType); in GetDefaultValue()
266 this.propertyType = propertyType; in DependencyProperty()
271 this.defaultMetadata.Seal(this, propertyType); in DependencyProperty()
[all …]
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dsharepoint-property.cxx49 PropertyTypePtr propertyType( new PropertyType( ) ); in SharePointProperty() local
51 propertyType->setId( convertedKey ); in SharePointProperty()
52 propertyType->setLocalName( convertedKey ); in SharePointProperty()
53 propertyType->setLocalNamespace( convertedKey ); in SharePointProperty()
54 propertyType->setQueryName( convertedKey ); in SharePointProperty()
55 propertyType->setDisplayName( key ); in SharePointProperty()
56 propertyType->setTypeFromJsonType( json.getStrType( ) ); in SharePointProperty()
57 propertyType->setUpdatable( false ); in SharePointProperty()
58 propertyType->setMultiValued( false ); in SharePointProperty()
59 propertyType->setType( SharePointUtils::getPropertyType( convertedKey ) ); in SharePointProperty()
[all …]
H A Donedrive-property.cxx49 PropertyTypePtr propertyType( new PropertyType( ) ); in OneDriveProperty() local
51 propertyType->setId( convertedKey ); in OneDriveProperty()
52 propertyType->setLocalName( convertedKey ); in OneDriveProperty()
53 propertyType->setLocalNamespace( convertedKey ); in OneDriveProperty()
54 propertyType->setQueryName( convertedKey ); in OneDriveProperty()
55 propertyType->setDisplayName( key ); in OneDriveProperty()
56 propertyType->setTypeFromJsonType( json.getStrType( ) ); in OneDriveProperty()
57 propertyType->setUpdatable( OneDriveUtils::checkUpdatable( key ) ); in OneDriveProperty()
58 propertyType->setMultiValued( OneDriveUtils::checkMultiValued( key ) ); in OneDriveProperty()
60 setPropertyType( propertyType ); in OneDriveProperty()
H A Dgdrive-property.cxx49 PropertyTypePtr propertyType( new PropertyType( ) ); in GDriveProperty() local
51 propertyType->setId( convertedKey ); in GDriveProperty()
52 propertyType->setLocalName( convertedKey ); in GDriveProperty()
53 propertyType->setLocalNamespace( convertedKey ); in GDriveProperty()
54 propertyType->setQueryName( convertedKey ); in GDriveProperty()
55 propertyType->setDisplayName( key ); in GDriveProperty()
56 propertyType->setTypeFromJsonType( json.getStrType( ) ); in GDriveProperty()
57 propertyType->setUpdatable( GdriveUtils::checkUpdatable( key ) ); in GDriveProperty()
58 propertyType->setMultiValued( GdriveUtils::checkMultiValued( key ) ); in GDriveProperty()
60 setPropertyType( propertyType ); in GDriveProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DFastPropertyAccessor.cs69 Type propertyType; in GetPropertyAccessorTypeWithAssert()
76 propertyType = propInfo.PropertyType; in GetPropertyAccessorTypeWithAssert()
80 propertyType = fieldInfo.FieldType; in GetPropertyAccessorTypeWithAssert()
142 il.Emit(OpCodes.Box, propertyType); in GetPropertyAccessorTypeWithAssert()
179 if (propertyType.IsPrimitive) { in GetPropertyAccessorTypeWithAssert()
181 il.Emit(OpCodes.Unbox, propertyType); in GetPropertyAccessorTypeWithAssert()
184 if (propertyType == typeof(sbyte)) { in GetPropertyAccessorTypeWithAssert()
199 else if (propertyType == typeof(int)) { in GetPropertyAccessorTypeWithAssert()
227 else if (propertyType.IsValueType) { in GetPropertyAccessorTypeWithAssert()
229 il.Emit(OpCodes.Unbox, propertyType); in GetPropertyAccessorTypeWithAssert()
[all …]
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/ews/
H A DExtendedFieldURI.java45 protected final PropertyType propertyType; field in ExtendedFieldURI
53 public ExtendedFieldURI(int intPropertyTag, PropertyType propertyType) { in ExtendedFieldURI() argument
55 this.propertyType = propertyType; in ExtendedFieldURI()
65 …stinguishedPropertySetType distinguishedPropertySetId, int propertyId, PropertyType propertyType) { in ExtendedFieldURI() argument
68 this.propertyType = propertyType; in ExtendedFieldURI()
80 this.propertyType = PropertyType.String; in ExtendedFieldURI()
90 …uishedPropertySetType distinguishedPropertySetId, String propertyName, PropertyType propertyType) { in ExtendedFieldURI() argument
93 this.propertyType = propertyType; in ExtendedFieldURI()
110 if (propertyType != null) { in appendTo()
111 buffer.append(" PropertyType=\"").append(propertyType.toString()).append('"'); in appendTo()
[all …]
/dports/net/ns3/ns-allinone-3.35/netanim-3.108/qtpropertybrowser/src/
H A Dvariantmanager.cpp37 bool VariantManager::isPropertyTypeSupported(int propertyType) const in isPropertyTypeSupported()
39 if (propertyType == filePathTypeId()) in isPropertyTypeSupported()
41 return QtVariantPropertyManager::isPropertyTypeSupported(propertyType); in isPropertyTypeSupported()
44 int VariantManager::valueType(int propertyType) const in valueType()
46 if (propertyType == filePathTypeId()) in valueType()
48 return QtVariantPropertyManager::valueType(propertyType); in valueType()
58 QStringList VariantManager::attributes(int propertyType) const in attributes()
60 if (propertyType == filePathTypeId()) { in attributes()
65 return QtVariantPropertyManager::attributes(propertyType); in attributes()
70 if (propertyType == filePathTypeId()) { in attributeType()
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/samples/Reading_workbook_data/
H A DCustom_properties.php24 $propertyType = $spreadsheet->getProperties()->getCustomPropertyType($customPropertyName); variable
27 switch ($propertyType) {
29 $propertyType = 'integer number'; variable
33 $propertyType = 'floating point number'; variable
37 $propertyType = 'string'; variable
42 $propertyType = 'date'; variable
47 $propertyType = 'boolean'; variable
52 $helper->log($propertyValue . ' (' . $propertyType . ')');
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Documentation/Examples/Reading WorkBook Data/
H A DexampleWorkBookReader03.php50 $propertyType = $objPHPExcel->getProperties()->getCustomPropertyType($customPropertyName); variable
53 switch($propertyType) {
55 $propertyType = 'integer number'; variable
58 $propertyType = 'floating point number'; variable
61 $propertyType = 'string'; variable
65 $propertyType = 'date'; variable
69 $propertyType = 'boolean'; variable
73 echo $propertyValue,' (',$propertyType,')<br />';
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/beans/
H A DPropertyDescriptor.java66 Class propertyType; field in PropertyDescriptor
128 propertyType = checkMethods(getMethod, setMethod); in PropertyDescriptor()
180 propertyType = checkMethods(getMethod, setMethod); in PropertyDescriptor()
207 propertyType = checkMethods(getMethod, setMethod); in PropertyDescriptor()
216 return propertyType; in getPropertyType()
388 if (propertyType == Void.TYPE) in findMethods()
455 Class newPropertyType = propertyType; in checkMethods()
531 return ((propertyType == null ? 0 : propertyType.hashCode()) in hashCode()
560 (propertyType == null) in equals()
561 ? that.propertyType == null in equals()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/
H A DProperties.php449 * @param string $propertyType
461 ($propertyType === null) || (!in_array($propertyType, [self::PROPERTY_TYPE_INTEGER,
469 $propertyType = self::PROPERTY_TYPE_STRING;
471 $propertyType = self::PROPERTY_TYPE_FLOAT;
473 $propertyType = self::PROPERTY_TYPE_INTEGER;
475 $propertyType = self::PROPERTY_TYPE_BOOLEAN;
477 $propertyType = self::PROPERTY_TYPE_STRING;
483 'type' => $propertyType,
506 switch ($propertyType) {
573 public static function convertPropertyType($propertyType) argument
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Document/
H A DProperties.php449 * @param string $propertyType
460 if (($propertyType === null) || (!in_array($propertyType, [self::PROPERTY_TYPE_INTEGER,
466 $propertyType = self::PROPERTY_TYPE_STRING;
468 $propertyType = self::PROPERTY_TYPE_FLOAT;
470 $propertyType = self::PROPERTY_TYPE_INTEGER;
472 $propertyType = self::PROPERTY_TYPE_BOOLEAN;
474 $propertyType = self::PROPERTY_TYPE_STRING;
480 'type' => $propertyType,
503 switch ($propertyType) {
570 public static function convertPropertyType($propertyType) argument
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/
H A DProperties.php449 * @param string $propertyType
460 if (($propertyType === null) || (!in_array($propertyType, [self::PROPERTY_TYPE_INTEGER,
466 $propertyType = self::PROPERTY_TYPE_STRING;
468 $propertyType = self::PROPERTY_TYPE_FLOAT;
470 $propertyType = self::PROPERTY_TYPE_INTEGER;
472 $propertyType = self::PROPERTY_TYPE_BOOLEAN;
474 $propertyType = self::PROPERTY_TYPE_STRING;
480 'type' => $propertyType,
503 switch ($propertyType) {
570 public static function convertPropertyType($propertyType) argument
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/
H A DProperties.php449 * @param string $propertyType
460 if (($propertyType === null) || (!in_array($propertyType, [self::PROPERTY_TYPE_INTEGER,
466 $propertyType = self::PROPERTY_TYPE_STRING;
468 $propertyType = self::PROPERTY_TYPE_FLOAT;
470 $propertyType = self::PROPERTY_TYPE_INTEGER;
472 $propertyType = self::PROPERTY_TYPE_BOOLEAN;
474 $propertyType = self::PROPERTY_TYPE_STRING;
480 'type' => $propertyType,
503 switch ($propertyType) {
570 public static function convertPropertyType($propertyType) argument
[all …]
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/
H A DProperties.php449 * @param string $propertyType
460 if (($propertyType === null) || (!in_array($propertyType, [self::PROPERTY_TYPE_INTEGER,
466 $propertyType = self::PROPERTY_TYPE_STRING;
468 $propertyType = self::PROPERTY_TYPE_FLOAT;
470 $propertyType = self::PROPERTY_TYPE_INTEGER;
472 $propertyType = self::PROPERTY_TYPE_BOOLEAN;
474 $propertyType = self::PROPERTY_TYPE_STRING;
480 'type' => $propertyType,
503 switch ($propertyType) {
570 public static function convertPropertyType($propertyType) argument
[all …]
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/
H A DProperties.php449 * @param string $propertyType
461 ($propertyType === null) || (!in_array($propertyType, [self::PROPERTY_TYPE_INTEGER,
469 $propertyType = self::PROPERTY_TYPE_STRING;
471 $propertyType = self::PROPERTY_TYPE_FLOAT;
473 $propertyType = self::PROPERTY_TYPE_INTEGER;
475 $propertyType = self::PROPERTY_TYPE_BOOLEAN;
477 $propertyType = self::PROPERTY_TYPE_STRING;
483 'type' => $propertyType,
506 switch ($propertyType) {
573 public static function convertPropertyType($propertyType) argument
[all …]
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Document/
H A DProperties.php449 * @param string $propertyType
460 if (($propertyType === null) || (!in_array($propertyType, [self::PROPERTY_TYPE_INTEGER,
466 $propertyType = self::PROPERTY_TYPE_STRING;
468 $propertyType = self::PROPERTY_TYPE_FLOAT;
470 $propertyType = self::PROPERTY_TYPE_INTEGER;
472 $propertyType = self::PROPERTY_TYPE_BOOLEAN;
474 $propertyType = self::PROPERTY_TYPE_STRING;
480 'type' => $propertyType,
503 switch ($propertyType) {
570 public static function convertPropertyType($propertyType) argument
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/
H A DExtendedBeanInfo.java261 private Class<?> propertyType; field in SimpleNonIndexedPropertyDescriptor
304 if (this.propertyType == null) { in getPropertyType()
311 return this.propertyType; in getPropertyType()
343 private Class<?> propertyType; field in SimpleIndexedPropertyDescriptor
398 if (this.propertyType == null) { in getPropertyType()
405 return this.propertyType; in getPropertyType()
525 Class<?> propertyType = null; in findPropertyType() local
543 if (propertyType != null in findPropertyType()
547 propertyType = params[0]; in findPropertyType()
549 return propertyType; in findPropertyType()
[all …]
/dports/finance/weberp/webERP/Classes/PHPExcel/
H A DDocumentProperties.php432 * @param string $propertyType
441 if (($propertyType === NULL) || (!in_array($propertyType,array(self::PROPERTY_TYPE_INTEGER,
447 $propertyType = self::PROPERTY_TYPE_STRING;
449 $propertyType = self::PROPERTY_TYPE_FLOAT;
451 $propertyType = self::PROPERTY_TYPE_INTEGER;
453 $propertyType = self::PROPERTY_TYPE_BOOLEAN;
455 $propertyType = self::PROPERTY_TYPE_STRING;
477 public static function convertProperty($propertyValue,$propertyType) { argument
478 switch ($propertyType) {
535 public static function convertPropertyType($propertyType) { argument
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/
H A DDocumentProperties.php450 * @param string $propertyType
460 if (($propertyType === null) || (!in_array($propertyType, array(self::PROPERTY_TYPE_INTEGER,
466 $propertyType = self::PROPERTY_TYPE_STRING;
468 $propertyType = self::PROPERTY_TYPE_FLOAT;
470 $propertyType = self::PROPERTY_TYPE_INTEGER;
472 $propertyType = self::PROPERTY_TYPE_BOOLEAN;
474 $propertyType = self::PROPERTY_TYPE_STRING;
480 'type' => $propertyType
502 switch ($propertyType) {
559 public static function convertPropertyType($propertyType) argument
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/
H A DDocumentProperties.php450 * @param string $propertyType
460 if (($propertyType === null) || (!in_array($propertyType, array(self::PROPERTY_TYPE_INTEGER,
466 $propertyType = self::PROPERTY_TYPE_STRING;
468 $propertyType = self::PROPERTY_TYPE_FLOAT;
470 $propertyType = self::PROPERTY_TYPE_INTEGER;
472 $propertyType = self::PROPERTY_TYPE_BOOLEAN;
474 $propertyType = self::PROPERTY_TYPE_STRING;
480 'type' => $propertyType
502 switch ($propertyType) {
559 public static function convertPropertyType($propertyType) argument
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/beans/
H A DPropertyDescriptor.java68 Class<?> propertyType; field in PropertyDescriptor
130 propertyType = checkMethods(getMethod, setMethod); in PropertyDescriptor()
182 propertyType = checkMethods(getMethod, setMethod); in PropertyDescriptor()
209 propertyType = checkMethods(getMethod, setMethod); in PropertyDescriptor()
218 return propertyType; in getPropertyType()
455 if (propertyType == Void.TYPE) in findMethods()
522 Class<?> newPropertyType = propertyType; in checkMethods()
598 return ((propertyType == null ? 0 : propertyType.hashCode()) in hashCode()
627 (propertyType == null) in equals()
628 ? that.propertyType == null in equals()
[all …]

12345678910>>...51