Home
last modified time | relevance | path

Searched defs:PropertyDescriptor (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/pbd/
H A Dproperty_basics.h42 struct LIBPBD_TEMPLATE_API PropertyDescriptor { struct
43 PropertyDescriptor () : property_id (0) {} in PropertyDescriptor() function
44 PropertyDescriptor (PropertyID pid) : property_id (pid) {} in PropertyDescriptor() argument
57 template<typename T> PropertyChange(PropertyDescriptor<T> p); argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/beans/
H A DPropertyDescriptor.java65 public class PropertyDescriptor extends FeatureDescriptor { class
74 PropertyDescriptor(String name) { in PropertyDescriptor() method in PropertyDescriptor
99 public PropertyDescriptor(String name, Class beanClass) in PropertyDescriptor() method in PropertyDescriptor
145 public PropertyDescriptor(String name, Class beanClass, in PropertyDescriptor() method in PropertyDescriptor
174 public PropertyDescriptor(String name, Method getMethod, Method setMethod) in PropertyDescriptor() method in PropertyDescriptor
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/beans/
H A DPropertyDescriptor.java65 public class PropertyDescriptor extends FeatureDescriptor { class
74 PropertyDescriptor(String name) { in PropertyDescriptor() method in PropertyDescriptor
99 public PropertyDescriptor(String name, Class beanClass) in PropertyDescriptor() method in PropertyDescriptor
145 public PropertyDescriptor(String name, Class beanClass, in PropertyDescriptor() method in PropertyDescriptor
174 public PropertyDescriptor(String name, Method getMethod, Method setMethod) in PropertyDescriptor() method in PropertyDescriptor
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/debug/
H A Ddebug-interface.h557 struct PropertyDescriptor { struct
558 bool enumerable : 1;
559 bool has_enumerable : 1;
560 bool configurable : 1;
584 virtual Maybe<PropertyDescriptor> descriptor() = 0; argument
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug-interface.h605 struct PropertyDescriptor { struct
606 bool enumerable : 1;
607 bool has_enumerable : 1;
608 bool configurable : 1;
609 bool has_configurable : 1;
610 bool writable : 1;
611 bool has_writable : 1;
612 v8::Local<v8::Value> value;
613 v8::Local<v8::Value> get;
614 v8::Local<v8::Value> set;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/debug/
H A Ddebug-interface.h586 struct PropertyDescriptor { struct
587 bool enumerable : 1;
588 bool has_enumerable : 1;
589 bool configurable : 1;
613 virtual Maybe<PropertyDescriptor> descriptor() = 0; argument
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/beans/
H A DPropertyDescriptor.java64 public class PropertyDescriptor extends FeatureDescriptor class
74 PropertyDescriptor(String name) in PropertyDescriptor() method in PropertyDescriptor
104 public PropertyDescriptor(String name, Class beanClass) in PropertyDescriptor() method in PropertyDescriptor
158 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
198 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/api/
H A Dcolumnsettings.cxx117 struct PropertyDescriptor in hasDefaultSettings() struct
119 OUString sName; in hasDefaultSettings()
120 sal_Int32 nHandle; in hasDefaultSettings()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/api/
H A Dcolumnsettings.cxx119 struct PropertyDescriptor in hasDefaultSettings() struct
121 OUString sName; in hasDefaultSettings()
122 sal_Int32 nHandle; in hasDefaultSettings()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/beans/
H A DPropertyDescriptor.java37 public class PropertyDescriptor extends FeatureDescriptor { class
69 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
90 public PropertyDescriptor(String propertyName, Class<?> beanClass, in PropertyDescriptor() method in PropertyDescriptor
132 public PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) in PropertyDescriptor() method in PropertyDescriptor
154PropertyDescriptor(Class<?> bean, String base, Method read, Method write) throws IntrospectionExce… in PropertyDescriptor() method in PropertyDescriptor
520 PropertyDescriptor(PropertyDescriptor x, PropertyDescriptor y) { in PropertyDescriptor() method in PropertyDescriptor
605 PropertyDescriptor(PropertyDescriptor old) { in PropertyDescriptor() method in PropertyDescriptor
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/beans/
H A DPropertyDescriptor.java37 public class PropertyDescriptor extends FeatureDescriptor { class
69 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
90 public PropertyDescriptor(String propertyName, Class<?> beanClass, in PropertyDescriptor() method in PropertyDescriptor
132 public PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) in PropertyDescriptor() method in PropertyDescriptor
154PropertyDescriptor(Class<?> bean, String base, Method read, Method write) throws IntrospectionExce… in PropertyDescriptor() method in PropertyDescriptor
520 PropertyDescriptor(PropertyDescriptor x, PropertyDescriptor y) { in PropertyDescriptor() method in PropertyDescriptor
605 PropertyDescriptor(PropertyDescriptor old) { in PropertyDescriptor() method in PropertyDescriptor
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/beans/
H A DPropertyDescriptor.java66 public class PropertyDescriptor extends FeatureDescriptor class
76 PropertyDescriptor(String name) in PropertyDescriptor() method in PropertyDescriptor
106 public PropertyDescriptor(String name, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
160 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
200 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/beans/
H A DPropertyDescriptor.java66 public class PropertyDescriptor extends FeatureDescriptor class
76 PropertyDescriptor(String name) in PropertyDescriptor() method in PropertyDescriptor
106 public PropertyDescriptor(String name, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
160 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
200 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/beans/
H A DPropertyDescriptor.java66 public class PropertyDescriptor extends FeatureDescriptor class
76 PropertyDescriptor(String name) in PropertyDescriptor() method in PropertyDescriptor
106 public PropertyDescriptor(String name, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
160 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
200 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/beans/
H A DPropertyDescriptor.java66 public class PropertyDescriptor extends FeatureDescriptor class
76 PropertyDescriptor(String name) in PropertyDescriptor() method in PropertyDescriptor
106 public PropertyDescriptor(String name, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
160 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
200 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/beans/
H A DPropertyDescriptor.java66 public class PropertyDescriptor extends FeatureDescriptor class
76 PropertyDescriptor(String name) in PropertyDescriptor() method in PropertyDescriptor
106 public PropertyDescriptor(String name, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
160 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
200 public PropertyDescriptor( in PropertyDescriptor() method in PropertyDescriptor
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DPropertyDescriptor.h116 struct JS_PUBLIC_API PropertyDescriptor { struct
123 PropertyDescriptor() = default; argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/beans/
H A DPropertyDescriptor.java40 public class PropertyDescriptor extends FeatureDescriptor { class
72 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
93 public PropertyDescriptor(String propertyName, Class<?> beanClass, in PropertyDescriptor() method in PropertyDescriptor
135 public PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) in PropertyDescriptor() method in PropertyDescriptor
155 PropertyDescriptor(Entry<String,PropertyInfo> entry, boolean bound) { in PropertyDescriptor() method in PropertyDescriptor
559 PropertyDescriptor(PropertyDescriptor x, PropertyDescriptor y) { in PropertyDescriptor() method in PropertyDescriptor
644 PropertyDescriptor(PropertyDescriptor old) { in PropertyDescriptor() method in PropertyDescriptor
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/beans/
H A DPropertyDescriptor.java40 public class PropertyDescriptor extends FeatureDescriptor { class
72 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
93 public PropertyDescriptor(String propertyName, Class<?> beanClass, in PropertyDescriptor() method in PropertyDescriptor
135 public PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) in PropertyDescriptor() method in PropertyDescriptor
155 PropertyDescriptor(Entry<String,PropertyInfo> entry, boolean bound) { in PropertyDescriptor() method in PropertyDescriptor
559 PropertyDescriptor(PropertyDescriptor x, PropertyDescriptor y) { in PropertyDescriptor() method in PropertyDescriptor
644 PropertyDescriptor(PropertyDescriptor old) { in PropertyDescriptor() method in PropertyDescriptor
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/beans/
H A DPropertyDescriptor.java40 public class PropertyDescriptor extends FeatureDescriptor { class
72 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
93 public PropertyDescriptor(String propertyName, Class<?> beanClass, in PropertyDescriptor() method in PropertyDescriptor
135 public PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) in PropertyDescriptor() method in PropertyDescriptor
155 PropertyDescriptor(Entry<String,PropertyInfo> entry, boolean bound) { in PropertyDescriptor() method in PropertyDescriptor
559 PropertyDescriptor(PropertyDescriptor x, PropertyDescriptor y) { in PropertyDescriptor() method in PropertyDescriptor
644 PropertyDescriptor(PropertyDescriptor old) { in PropertyDescriptor() method in PropertyDescriptor
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/beans/
H A DPropertyDescriptor.java40 public class PropertyDescriptor extends FeatureDescriptor { class
72 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
93 public PropertyDescriptor(String propertyName, Class<?> beanClass, in PropertyDescriptor() method in PropertyDescriptor
135 public PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) in PropertyDescriptor() method in PropertyDescriptor
155 PropertyDescriptor(Entry<String,PropertyInfo> entry, boolean bound) { in PropertyDescriptor() method in PropertyDescriptor
559 PropertyDescriptor(PropertyDescriptor x, PropertyDescriptor y) { in PropertyDescriptor() method in PropertyDescriptor
644 PropertyDescriptor(PropertyDescriptor old) { in PropertyDescriptor() method in PropertyDescriptor
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/beans/
H A DPropertyDescriptor.java40 public class PropertyDescriptor extends FeatureDescriptor { class
72 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
93 public PropertyDescriptor(String propertyName, Class<?> beanClass, in PropertyDescriptor() method in PropertyDescriptor
135 public PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) in PropertyDescriptor() method in PropertyDescriptor
155 PropertyDescriptor(Entry<String,PropertyInfo> entry, boolean bound) { in PropertyDescriptor() method in PropertyDescriptor
559 PropertyDescriptor(PropertyDescriptor x, PropertyDescriptor y) { in PropertyDescriptor() method in PropertyDescriptor
644 PropertyDescriptor(PropertyDescriptor old) { in PropertyDescriptor() method in PropertyDescriptor
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/beans/
H A DPropertyDescriptor.java40 public class PropertyDescriptor extends FeatureDescriptor { class
72 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
93 public PropertyDescriptor(String propertyName, Class<?> beanClass, in PropertyDescriptor() method in PropertyDescriptor
135 public PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) in PropertyDescriptor() method in PropertyDescriptor
155 PropertyDescriptor(Entry<String,PropertyInfo> entry, boolean bound) { in PropertyDescriptor() method in PropertyDescriptor
559 PropertyDescriptor(PropertyDescriptor x, PropertyDescriptor y) { in PropertyDescriptor() method in PropertyDescriptor
644 PropertyDescriptor(PropertyDescriptor old) { in PropertyDescriptor() method in PropertyDescriptor
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/beans/
H A DPropertyDescriptor.java40 public class PropertyDescriptor extends FeatureDescriptor { class
72 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
93 public PropertyDescriptor(String propertyName, Class<?> beanClass, in PropertyDescriptor() method in PropertyDescriptor
135 public PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) in PropertyDescriptor() method in PropertyDescriptor
155 PropertyDescriptor(Entry<String,PropertyInfo> entry, boolean bound) { in PropertyDescriptor() method in PropertyDescriptor
559 PropertyDescriptor(PropertyDescriptor x, PropertyDescriptor y) { in PropertyDescriptor() method in PropertyDescriptor
644 PropertyDescriptor(PropertyDescriptor old) { in PropertyDescriptor() method in PropertyDescriptor
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/beans/
H A DPropertyDescriptor.java40 public class PropertyDescriptor extends FeatureDescriptor { class
72 public PropertyDescriptor(String propertyName, Class<?> beanClass) in PropertyDescriptor() method in PropertyDescriptor
93 public PropertyDescriptor(String propertyName, Class<?> beanClass, in PropertyDescriptor() method in PropertyDescriptor
135 public PropertyDescriptor(String propertyName, Method readMethod, Method writeMethod) in PropertyDescriptor() method in PropertyDescriptor
155 PropertyDescriptor(Entry<String,PropertyInfo> entry, boolean bound) { in PropertyDescriptor() method in PropertyDescriptor
559 PropertyDescriptor(PropertyDescriptor x, PropertyDescriptor y) { in PropertyDescriptor() method in PropertyDescriptor
644 PropertyDescriptor(PropertyDescriptor old) { in PropertyDescriptor() method in PropertyDescriptor

12345678910>>...14