Home
last modified time | relevance | path

Searched +defs:set +defs:source +defs:property (Results 1 – 25 of 123) sorted by relevance

12345

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/beans/
H A DBeanValuePropertyDecorator.java64 protected T doGetValue(S source) { in doGetValue()
69 protected void doSetValue(S source, T value) { in doSetValue()
86 public <T2> IBeanValueProperty<S, T2> value(IBeanValueProperty<? super T, T2> property) { in value()
103 public <E> IBeanListProperty<S, E> list(IBeanListProperty<? super T, E> property) { in list()
108 public IBeanSetProperty<S, Object> set(String propertyName) { in set() method in BeanValuePropertyDecorator
114 public <E> IBeanSetProperty<S, E> set(String propertyName, Class<E> elementType) { in set() method in BeanValuePropertyDecorator
120 public <E> IBeanSetProperty<S, E> set(IBeanSetProperty<? super T, E> property) { in set() method in BeanValuePropertyDecorator
137 public <K, V> IBeanMapProperty<S, K, V> map(IBeanMapProperty<? super T, K, V> property) { in map()
142 public IObservableValue<T> observe(S source) { in observe()
147 public IObservableValue<T> observe(Realm realm, S source) { in observe()
H A DPojoValuePropertyDecorator.java64 protected T doGetValue(S source) { in doGetValue()
69 protected void doSetValue(S source, T value) { in doSetValue()
86 public <T2> IBeanValueProperty<S, T2> value(IBeanValueProperty<? super T, T2> property) { in value()
103 public <E> IBeanListProperty<S, E> list(IBeanListProperty<? super T, E> property) { in list()
108 public IBeanSetProperty<S, Object> set(String propertyName) { in set() method in PojoValuePropertyDecorator
113 public <E> IBeanSetProperty<S, E> set(String propertyName, Class<E> elementType) { in set() method in PojoValuePropertyDecorator
120 public <E> IBeanSetProperty<S, E> set(IBeanSetProperty<? super T, E> property) { in set() method in PojoValuePropertyDecorator
137 public <K, V> IBeanMapProperty<S, K, V> map(IBeanMapProperty<? super T, K, V> property) { in map()
142 public IObservableValue<T> observe(S source) { in observe()
147 public IObservableValue<T> observe(Realm realm, S source) { in observe()
H A DBeanSetPropertyDecorator.java64 protected Set<E> doGetSet(S source) { in doGetSet()
69 protected void doSetSet(S source, Set<E> set) { in doSetSet()
74 protected void doUpdateSet(S source, SetDiff<E> diff) { in doUpdateSet()
91 public <V> IBeanMapProperty<S, E, V> values(IBeanValueProperty<? super E, V> property) { in values()
96 public IObservableSet<E> observe(S source) { in observe()
101 public IObservableSet<E> observe(Realm realm, S source) { in observe()
H A DPojoSetPropertyDecorator.java59 protected Set<E> doGetSet(S source) { in doGetSet()
64 protected void doSetSet(S source, Set<E> set) { in doSetSet()
69 protected void doUpdateSet(S source, SetDiff<E> diff) { in doUpdateSet()
91 public <V> IBeanMapProperty<S, E, V> values(IBeanValueProperty<? super E, V> property) { in values()
96 public IObservableSet<E> observe(S source) { in observe()
101 public IObservableSet<E> observe(Realm realm, S source) { in observe()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/src/org/eclipse/core/internal/databinding/property/set/
H A DSimplePropertyObservableSet.java45 private S source; field in SimplePropertyObservableSet
46 private SimpleSetProperty<S, E> property; field in SimplePropertyObservableSet
62 public SimplePropertyObservableSet(Realm realm, S source, SimpleSetProperty<S, E> property) { in SimplePropertyObservableSet() argument
153 private void updateSet(Set<E> set, SetDiff<E> diff) { in updateSet()
172 Set<E> set = getSet(); in add() local
231 Set<E> set = getSet(); in remove() local
298 Set<E> set = getSet(); in retainAll() local
323 Set<E> set = getSet(); in clear() local
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/datasource/
H A DEntityTrait.php132 public function &__get($property)
157 public function __isset($property)
168 public function __unset($property)
227 public function set($property, $value = null, array $options = []) function
279 public function &get($property)
365 public function has($property)
391 public function isEmpty($property)
427 public function hasValue($property)
1351 public function accessible($property, $set = null)
1388 public function setAccess($property, $set)
[all …]
/dports/devel/glade/glade-3.22.1/plugins/gtk+/
H A Dglade-icon-sources.c32 icon_set_copy (GList * set) in icon_set_copy()
35 GtkIconSource *source; in icon_set_copy() local
71 icon_sources_dup (gchar * icon_name, GList * set, GladeIconSources * dup) in icon_sources_dup()
160 GtkIconSource *source; in populate_store_foreach() local
250 GladeProperty *property; in icon_sources_populate_store() local
497 GtkIconSource *source; in value_filename_edited() local
539 source = gtk_icon_source_new (); in value_filename_edited() local
560 source = gtk_icon_source_new (); in value_filename_edited() local
583 GtkIconSource *source; in value_attribute_toggled() local
646 GtkIconSource *source; in value_attribute_edited() local
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_view_model.c47 Eina_Stringshare *source; member
62 } set; member
66 Eina_Stringshare *property; member
72 Eina_Stringshare *property; member
118 Eina_Stringshare *source; in _logic_free() local
152 … void *set_data, EflUiViewModelPropertySet set, Eina_Free_Cb set_free_cb, in _efl_ui_view_model_property_logic_add()
157 const char *source; in _efl_ui_view_model_property_logic_add() local
206 Eina_Slstr **property) in _lookup_next_token()
362 const char *source, const char *destination) in _efl_ui_view_model_property_bind()
391 const char *source, const char *destination) in _efl_ui_view_model_property_unbind()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/src/org/eclipse/core/internal/databinding/property/list/
H A DSimplePropertyObservableList.java48 private S source; field in SimplePropertyObservableList
49 private SimpleListProperty<S, E> property; field in SimplePropertyObservableList
65 public SimplePropertyObservableList(Realm realm, S source, SimpleListProperty<S, E> property) { in SimplePropertyObservableList() argument
387 public void set(E o) { in listIterator() method
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/metainfo/
H A Ditemlibraryinfo.cpp64 void ItemLibraryEntry::addProperty(const Property &property) in addProperty()
193 void ItemLibraryEntry::setCustomComponentSource(const QString &source) in setCustomComponentSource()
205 Property property; in addProperty() local
349 QSet<QString> set = m_priorityImports; in priorityImports() local
360 void ItemLibraryInfo::addPriorityImports(const QSet<QString> &set) in addPriorityImports()
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/src/Plugin/
H A DMigration.php51 protected $source; variable in Drupal\\migrate\\Plugin\\Migration
330 public function get($property) {
553 public function set($property_name, $value) { function in Drupal\\migrate\\Plugin\\Migration
584 public function setProcessOfProperty($property, $process_of_property) {
592 public function mergeProcessOfProperty($property, array $process_of_property) {
/dports/textproc/kreport/kreport-3.2.0/src/common/
H A DKReportItemBase.cpp62 KPropertySet *set; member in KReportItemBase::Private
173 void KReportItemBase::setItemDataSource(const QString& source) in setItemDataSource()
289 void KReportItemBase::aboutToDeleteProperty(KPropertySet& set, KProperty& property) in aboutToDeleteProperty()
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/src/Plugin/
H A DMigration.php51 protected $source; variable in Drupal\\migrate\\Plugin\\Migration
538 public function set($property_name, $value) { function in Drupal\\migrate\\Plugin\\Migration
569 public function setProcessOfProperty($property, $process_of_property) {
577 public function mergeProcessOfProperty($property, array $process_of_property) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/
H A DSnippet026AnonymousBeanProperties.java208 protected Set<Contact> doGetSet(ContactGroup source) { in doGetSet()
216 protected void doSetSet(ContactGroup source, Set<Contact> set, SetDiff<Contact> diff) { in doSetSet()
238 Listener(IProperty property, ISimplePropertyListener<ContactGroup, SetDiff<Contact>> listener) { in Listener()
248 protected void doAddTo(ContactGroup source) { in doAddTo()
253 protected void doRemoveFrom(ContactGroup source) { in doRemoveFrom()
/dports/deskutils/belcard/belcard-1.0.2-0/src/
H A Dbelcard.cpp96 void BelCard::set(shared_ptr<T> &p, const shared_ptr<T> &property) { in set() function in BelCard
105 void BelCard::add(list<shared_ptr<T>> &property_list, const shared_ptr<T> &property) { in add()
112 void BelCard::remove(list<shared_ptr<T>> &property_list, const shared_ptr<T> &property) { in remove()
404 void BelCard::_addSource(const shared_ptr<BelCardSource> &source) { in _addSource()
407 bool BelCard::addSource(const shared_ptr<BelCardSource> &source) { in addSource()
414 void BelCard::removeSource(const shared_ptr<BelCardSource> &source) { in removeSource()
727 void BelCard::_addExtendedProperty(const shared_ptr<BelCardProperty> &property) { in _addExtendedProperty()
730 bool BelCard::addExtendedProperty(const shared_ptr<BelCardProperty> &property) { in addExtendedProperty()
737 void BelCard::removeExtendedProperty(const shared_ptr<BelCardProperty> &property) { in removeExtendedProperty()
744 void BelCard::addProperty(const shared_ptr<BelCardProperty> &property) { in addProperty()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptObject.java288 public void addBoundProperties(final ScriptObject source) { in addBoundProperties()
298 public void addBoundProperties(final ScriptObject source, final Property[] properties) { in addBoundProperties()
319 …rtyMap addBoundProperty(final PropertyMap propMap, final ScriptObject source, final Property prope… in addBoundProperty()
354 public void addBoundProperties(final Object source, final AccessorProperty[] properties) { in addBoundProperties()
468 final Property property = getMap().findProperty(key); in getOwnPropertyDescriptor() local
599 Property property = getMap().findProperty(key); in defineOwnProperty() local
811 final Property property = selfMap.findProperty(key); in findProperty() local
921 private void erasePropertyValue(final Property property) { in erasePropertyValue()
936 public final boolean deleteOwnProperty(final Property property) { in deleteOwnProperty()
974 final Property property = map.findProperty(key); in initUserAccessors() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptObject.java288 public void addBoundProperties(final ScriptObject source) { in addBoundProperties()
298 public void addBoundProperties(final ScriptObject source, final Property[] properties) { in addBoundProperties()
319 …rtyMap addBoundProperty(final PropertyMap propMap, final ScriptObject source, final Property prope… in addBoundProperty()
354 public void addBoundProperties(final Object source, final AccessorProperty[] properties) { in addBoundProperties()
468 final Property property = getMap().findProperty(key); in getOwnPropertyDescriptor() local
599 Property property = getMap().findProperty(key); in defineOwnProperty() local
811 final Property property = selfMap.findProperty(key); in findProperty() local
921 private void erasePropertyValue(final Property property) { in erasePropertyValue()
936 public final boolean deleteOwnProperty(final Property property) { in deleteOwnProperty()
974 final Property property = map.findProperty(key); in initUserAccessors() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptObject.java288 public void addBoundProperties(final ScriptObject source) { in addBoundProperties()
298 public void addBoundProperties(final ScriptObject source, final Property[] properties) { in addBoundProperties()
319 …rtyMap addBoundProperty(final PropertyMap propMap, final ScriptObject source, final Property prope… in addBoundProperty()
354 public void addBoundProperties(final Object source, final AccessorProperty[] properties) { in addBoundProperties()
468 final Property property = getMap().findProperty(key); in getOwnPropertyDescriptor() local
599 Property property = getMap().findProperty(key); in defineOwnProperty() local
811 final Property property = selfMap.findProperty(key); in findProperty() local
921 private void erasePropertyValue(final Property property) { in erasePropertyValue()
936 public final boolean deleteOwnProperty(final Property property) { in deleteOwnProperty()
974 final Property property = map.findProperty(key); in initUserAccessors() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptObject.java288 public void addBoundProperties(final ScriptObject source) { in addBoundProperties()
298 public void addBoundProperties(final ScriptObject source, final Property[] properties) { in addBoundProperties()
319 …rtyMap addBoundProperty(final PropertyMap propMap, final ScriptObject source, final Property prope… in addBoundProperty()
354 public void addBoundProperties(final Object source, final AccessorProperty[] properties) { in addBoundProperties()
468 final Property property = getMap().findProperty(key); in getOwnPropertyDescriptor() local
599 Property property = getMap().findProperty(key); in defineOwnProperty() local
811 final Property property = selfMap.findProperty(key); in findProperty() local
921 private void erasePropertyValue(final Property property) { in erasePropertyValue()
936 public final boolean deleteOwnProperty(final Property property) { in deleteOwnProperty()
974 final Property property = map.findProperty(key); in initUserAccessors() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptObject.java288 public void addBoundProperties(final ScriptObject source) { in addBoundProperties()
298 public void addBoundProperties(final ScriptObject source, final Property[] properties) { in addBoundProperties()
319 …rtyMap addBoundProperty(final PropertyMap propMap, final ScriptObject source, final Property prope… in addBoundProperty()
354 public void addBoundProperties(final Object source, final AccessorProperty[] properties) { in addBoundProperties()
468 final Property property = getMap().findProperty(key); in getOwnPropertyDescriptor() local
599 Property property = getMap().findProperty(key); in defineOwnProperty() local
811 final Property property = selfMap.findProperty(key); in findProperty() local
921 private void erasePropertyValue(final Property property) { in erasePropertyValue()
936 public final boolean deleteOwnProperty(final Property property) { in deleteOwnProperty()
974 final Property property = map.findProperty(key); in initUserAccessors() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DScriptObject.java277 public void addBoundProperties(final ScriptObject source) { in addBoundProperties()
287 public void addBoundProperties(final ScriptObject source, final Property[] properties) { in addBoundProperties()
308 …rtyMap addBoundProperty(final PropertyMap propMap, final ScriptObject source, final Property prope… in addBoundProperty()
343 public void addBoundProperties(final Object source, final AccessorProperty[] properties) { in addBoundProperties()
457 final Property property = getMap().findProperty(key); in getOwnPropertyDescriptor() local
463 final ScriptFunction set = property.getSetterFunction(this); in getOwnPropertyDescriptor() local
589 Property property = getMap().findProperty(key); in defineOwnProperty() local
801 final Property property = selfMap.findProperty(key); in findProperty() local
911 private void erasePropertyValue(final Property property) { in erasePropertyValue()
927 public final boolean deleteOwnProperty(final Property property) { in deleteOwnProperty()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DScriptObject.java277 public void addBoundProperties(final ScriptObject source) { in addBoundProperties()
287 public void addBoundProperties(final ScriptObject source, final Property[] properties) { in addBoundProperties()
308 …rtyMap addBoundProperty(final PropertyMap propMap, final ScriptObject source, final Property prope… in addBoundProperty()
343 public void addBoundProperties(final Object source, final AccessorProperty[] properties) { in addBoundProperties()
457 final Property property = getMap().findProperty(key); in getOwnPropertyDescriptor() local
463 final ScriptFunction set = property.getSetterFunction(this); in getOwnPropertyDescriptor() local
589 Property property = getMap().findProperty(key); in defineOwnProperty() local
801 final Property property = selfMap.findProperty(key); in findProperty() local
911 private void erasePropertyValue(final Property property) { in erasePropertyValue()
927 public final boolean deleteOwnProperty(final Property property) { in deleteOwnProperty()
[all …]
/dports/graphics/tiled/tiled-1.7.2/util/java/libtiled-java/src/main/java/org/mapeditor/io/
H A DTMXMapWriter.java127 public void writeTileset(TileSet set, String filename) throws IOException { in writeTileset()
164 public void writeTileset(TileSet set, OutputStream out) throws Exception { in writeTileset()
256 final String property = props.getProperty(key); in writeProperties() local
284 private void writeTilesetReference(TileSet set, XMLWriter w, String wp) in writeTilesetReference()
287 String source = set.getSource(); in writeTilesetReference() local
299 private void writeTileset(TileSet set, XMLWriter w, String wp) in writeTileset()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dstyle.cpp670 SPStyle::readIfUnset(SPAttr id, gchar const *val, SPStyleSrc const &source ) { in readIfUnset()
728 bool set = false; in isSet() local
926 SPStyle::_mergeDeclList( CRDeclaration const *const decl_list, SPStyleSrc const &source ) { in _mergeDeclList()
940 SPStyle::_mergeDecl( CRDeclaration const *const decl, SPStyleSrc const &source ) { in _mergeDecl()
1423 sp_style_set_property_url (SPObject *item, gchar const *property, SPObject *linked, bool recursive) in sp_style_set_property_url()
1609 sp_css_attr_scale_property_single(SPCSSAttr *css, gchar const *property, in sp_css_attr_scale_property_single()
1635 sp_css_attr_scale_property_list(SPCSSAttr *css, gchar const *property, double ex) in sp_css_attr_scale_property_list()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DParserCommand.java505 String property; in compileSetProperty() local
969 OrderedHashSet set = new OrderedHashSet(); in compileSetTable() local
1152 String property = null; in compileSetDatabaseProperty() local
1351 String source = readQuotedString(); in compileSetDatabaseProperty() local
2377 String source; in compileTableSource() local

12345