Home
last modified time | relevance | path

Searched refs:PropertySet (Results 1 – 25 of 1485) sorted by relevance

12345678910>>...60

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dmatch_result_test.cc55 const CSSPropertyValueSet* ua_sets[] = {PropertySet(0), PropertySet(1)}; in TEST_F()
77 const CSSPropertyValueSet* user_sets[] = {PropertySet(0), PropertySet(1)}; in TEST_F()
99 const CSSPropertyValueSet* author_sets[] = {PropertySet(0), PropertySet(1)}; in TEST_F()
121 const CSSPropertyValueSet* all_sets[] = {PropertySet(0), PropertySet(1), in TEST_F()
122 PropertySet(2), PropertySet(3), in TEST_F()
123 PropertySet(4), PropertySet(5)}; in TEST_F()
154 const CSSPropertyValueSet* author_sets[] = {PropertySet(0), PropertySet(1), in TEST_F()
155 PropertySet(2), PropertySet(3)}; in TEST_F()
194 PropertySet(0), PropertySet(1), PropertySet(2), PropertySet(3), in TEST_F()
195 PropertySet(4), PropertySet(5), PropertySet(6), PropertySet(7)}; in TEST_F()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DPropertySet.pypp.cpp12 …typedef bp::class_< CEGUI::PropertySet, bp::bases< CEGUI::PropertyReceiver > > PropertySet_exposer… in register_PropertySet_class()
79 , addProperty_function_type( &::CEGUI::PropertySet::addProperty ) in register_PropertySet_class()
100 typedef void ( ::CEGUI::PropertySet::*clearProperties_function_type )( ) ; in register_PropertySet_class()
104 , clearProperties_function_type( &::CEGUI::PropertySet::clearProperties ) in register_PropertySet_class()
117 , getProperty_function_type( &::CEGUI::PropertySet::getProperty ) in register_PropertySet_class()
139 , getPropertyDefault_function_type( &::CEGUI::PropertySet::getPropertyDefault ) in register_PropertySet_class()
159 , getPropertyHelp_function_type( &::CEGUI::PropertySet::getPropertyHelp ) in register_PropertySet_class()
218 , isPropertyDefault_function_type( &::CEGUI::PropertySet::isPropertyDefault ) in register_PropertySet_class()
239 , isPropertyPresent_function_type( &::CEGUI::PropertySet::isPropertyPresent ) in register_PropertySet_class()
260 , removeProperty_function_type( &::CEGUI::PropertySet::removeProperty ) in register_PropertySet_class()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dmatch_result_test.cc56 result.AddMatchedProperties(PropertySet(0)); in TEST_F()
57 result.AddMatchedProperties(PropertySet(1)); in TEST_F()
70 result.AddMatchedProperties(PropertySet(0)); in TEST_F()
71 result.AddMatchedProperties(PropertySet(1)); in TEST_F()
84 result.AddMatchedProperties(PropertySet(0)); in TEST_F()
85 result.AddMatchedProperties(PropertySet(1)); in TEST_F()
95 result.AddMatchedProperties(PropertySet(0)); in TEST_F()
97 result.AddMatchedProperties(PropertySet(1)); in TEST_F()
98 result.AddMatchedProperties(PropertySet(2)); in TEST_F()
100 result.AddMatchedProperties(PropertySet(3)); in TEST_F()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/containers/
H A Djuce_PropertySet.cpp26 PropertySet::PropertySet (bool ignoreCaseOfKeyNames) in PropertySet() function in juce::PropertySet
33 PropertySet::PropertySet (const PropertySet& other) in PropertySet() function in juce::PropertySet
40 PropertySet& PropertySet::operator= (const PropertySet& other) in operator =()
50 PropertySet::~PropertySet() in ~PropertySet()
54 void PropertySet::clear() in clear()
118 void PropertySet::setValue (StringRef keyName, const var& v) in setValue()
136 void PropertySet::removeValue (StringRef keyName) in removeValue()
163 void PropertySet::addAllPropertiesFrom (const PropertySet& source) in addAllPropertiesFrom()
172 void PropertySet::setFallbackPropertySet (PropertySet* fallbackProperties_) noexcept in setFallbackPropertySet()
194 void PropertySet::restoreFromXml (const XmlElement& xml) in restoreFromXml()
[all …]
H A Djuce_PropertySet.h38 class JUCE_API PropertySet
46 PropertySet (bool ignoreCaseOfKeyNames = false);
49 PropertySet (const PropertySet& other);
52 PropertySet& operator= (const PropertySet& other);
55 virtual ~PropertySet();
138 void addAllPropertiesFrom (const PropertySet& source);
185 void setFallbackPropertySet (PropertySet* fallbackProperties) noexcept;
190PropertySet* getFallbackPropertySet() const noexcept { return fallbackProperties; } in getFallbackPropertySet()
198 PropertySet* fallbackProperties;
202 JUCE_LEAK_DETECTOR (PropertySet)
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/containers/
H A Djuce_PropertySet.cpp26 PropertySet::PropertySet (bool ignoreCaseOfKeyNames) in PropertySet() function in juce::PropertySet
33 PropertySet::PropertySet (const PropertySet& other) in PropertySet() function in juce::PropertySet
40 PropertySet& PropertySet::operator= (const PropertySet& other) in operator =()
50 PropertySet::~PropertySet() in ~PropertySet()
54 void PropertySet::clear() in clear()
118 void PropertySet::setValue (StringRef keyName, const var& v) in setValue()
136 void PropertySet::removeValue (StringRef keyName) in removeValue()
163 void PropertySet::addAllPropertiesFrom (const PropertySet& source) in addAllPropertiesFrom()
172 void PropertySet::setFallbackPropertySet (PropertySet* fallbackProperties_) noexcept in setFallbackPropertySet()
194 void PropertySet::restoreFromXml (const XmlElement& xml) in restoreFromXml()
[all …]
H A Djuce_PropertySet.h38 class JUCE_API PropertySet
46 PropertySet (bool ignoreCaseOfKeyNames = false);
49 PropertySet (const PropertySet& other);
52 PropertySet& operator= (const PropertySet& other);
55 virtual ~PropertySet();
138 void addAllPropertiesFrom (const PropertySet& source);
185 void setFallbackPropertySet (PropertySet* fallbackProperties) noexcept;
190PropertySet* getFallbackPropertySet() const noexcept { return fallbackProperties; } in getFallbackPropertySet()
198 PropertySet* fallbackProperties;
202 JUCE_LEAK_DETECTOR (PropertySet)
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/containers/
H A Djuce_PropertySet.cpp26 PropertySet::PropertySet (bool ignoreCaseOfKeyNames) in PropertySet() function in juce::PropertySet
33 PropertySet::PropertySet (const PropertySet& other) in PropertySet() function in juce::PropertySet
40 PropertySet& PropertySet::operator= (const PropertySet& other) in operator =()
50 PropertySet::~PropertySet() in ~PropertySet()
54 void PropertySet::clear() in clear()
118 void PropertySet::setValue (const String& keyName, const var& v) in setValue()
136 void PropertySet::removeValue (StringRef keyName) in removeValue()
163 void PropertySet::addAllPropertiesFrom (const PropertySet& source) in addAllPropertiesFrom()
172 void PropertySet::setFallbackPropertySet (PropertySet* fallbackProperties_) noexcept in setFallbackPropertySet()
194 void PropertySet::restoreFromXml (const XmlElement& xml) in restoreFromXml()
[all …]
H A Djuce_PropertySet.h38 class JUCE_API PropertySet
46 PropertySet (bool ignoreCaseOfKeyNames = false);
49 PropertySet (const PropertySet& other);
52 PropertySet& operator= (const PropertySet& other);
55 virtual ~PropertySet();
138 void addAllPropertiesFrom (const PropertySet& source);
185 void setFallbackPropertySet (PropertySet* fallbackProperties) noexcept;
190PropertySet* getFallbackPropertySet() const noexcept { return fallbackProperties; } in getFallbackPropertySet()
198 PropertySet* fallbackProperties;
202 JUCE_LEAK_DETECTOR (PropertySet)
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DPropertySet.cpp48 PropertySet::PropertySet() in PropertySet() function in PropertySet
58 PropertySet::PropertySet(const PropertySet &aSet) in PropertySet() function in PropertySet
103 bool PropertySet::
121 int PropertySet::
138 Property_Deprecated* PropertySet::
174 Property_Deprecated* PropertySet::
234 Property_Deprecated* PropertySet::
258 void PropertySet::
270 void PropertySet::
286 void PropertySet::
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/oracle/webservices/internal/api/message/
H A DBaseDistributedPropertySet.java84 …Map<Class<? extends com.oracle.webservices.internal.api.message.PropertySet>, PropertySet> satelli…
85 …tyHashMap<Class<? extends com.oracle.webservices.internal.api.message.PropertySet>, PropertySet>();
104 public void removeSatellite(PropertySet satellite) { in removeSatellite()
109 …try<Class<? extends com.oracle.webservices.internal.api.message.PropertySet>, PropertySet> entry :… in copySatelliteInto()
126 for (PropertySet child : satellites.values()) { in getSatellite()
149 for (PropertySet child : satellites.values()) { in get()
162 for (PropertySet child : satellites.values()) { in put()
176 for (PropertySet child : satellites.values()) { in containsKey()
187 for (PropertySet child : satellites.values()) { in supports()
199 for (PropertySet child : satellites.values()) { in remove()
[all …]
H A DDistributedPropertySet.java68 … interface DistributedPropertySet extends com.oracle.webservices.internal.api.message.PropertySet {
70 …public @Nullable <T extends com.oracle.webservices.internal.api.message.PropertySet> T getSatellit… in getSatellite()
72 …m.oracle.webservices.internal.api.message.PropertySet>, com.oracle.webservices.internal.api.messag… in getSatellites()
74 public void addSatellite(com.oracle.webservices.internal.api.message.PropertySet satellite); in addSatellite()
76 …cle.webservices.internal.api.message.PropertySet> keyClass, com.oracle.webservices.internal.api.me… in addSatellite()
78 public void removeSatellite(com.oracle.webservices.internal.api.message.PropertySet satellite); in removeSatellite()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/oracle/webservices/internal/api/message/
H A DBaseDistributedPropertySet.java84 …Map<Class<? extends com.oracle.webservices.internal.api.message.PropertySet>, PropertySet> satelli…
85 …tyHashMap<Class<? extends com.oracle.webservices.internal.api.message.PropertySet>, PropertySet>();
104 public void removeSatellite(PropertySet satellite) { in removeSatellite()
109 …try<Class<? extends com.oracle.webservices.internal.api.message.PropertySet>, PropertySet> entry :… in copySatelliteInto()
126 for (PropertySet child : satellites.values()) { in getSatellite()
149 for (PropertySet child : satellites.values()) { in get()
162 for (PropertySet child : satellites.values()) { in put()
176 for (PropertySet child : satellites.values()) { in containsKey()
187 for (PropertySet child : satellites.values()) { in supports()
199 for (PropertySet child : satellites.values()) { in remove()
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/foundation/
H A DPropertySet.cpp23 PropertySet::PropertySet(const QDomElement& el, const PropertyFactory& factory) { in PropertySet() function in PropertySet
43 PropertySet::PropertySet(const PropertySet& other) { in PropertySet() function in PropertySet
51 PropertySet& PropertySet::operator=(const PropertySet& other) { in operator =()
52 PropertySet(other).swap(*this); in operator =()
57 void PropertySet::swap(PropertySet& other) { in swap()
61 QDomElement PropertySet::toXml(QDomDocument& doc, const QString& name) const { in toXml()
H A DPropertySet.h32 class PropertySet : public ref_countable {
34 PropertySet() = default;
39 PropertySet(const PropertySet& other);
46 PropertySet& operator=(const PropertySet& other);
48 void swap(PropertySet& other);
87 intrusive_ptr<T> PropertySet::locate() { in locate()
100 intrusive_ptr<const T> PropertySet::locate() const { in locate()
113 intrusive_ptr<T> PropertySet::locateOrDefault() { in locateOrDefault()
123 intrusive_ptr<const T> PropertySet::locateOrDefault() const { in locateOrDefault()
133 intrusive_ptr<T> PropertySet::locateOrCreate() { in locateOrCreate()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dabstract_property_set_css_style_declaration.cc35 return PropertySet().PropertyCount(); in length()
39 if (i >= PropertySet().PropertyCount()) in item()
48 return PropertySet().AsText(); in cssText()
79 return PropertySet().GetPropertyValue(property_id); in getPropertyValue()
93 important = PropertySet().PropertyIsImportant(property_id); in getPropertyPriority()
120 return PropertySet().IsPropertyImplicit(property_id); in IsPropertyImplicit()
160 changed = PropertySet().RemoveProperty(property_id, &result); in removeProperty()
173 return PropertySet().GetPropertyCSSValue(property_id); in GetPropertyCSSValueInternal()
186 return PropertySet().GetPropertyValue(property_id); in GetPropertyValueInternal()
206 PropertySet() in SetPropertyInternal()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DPropertySets.java20 copy.put(p.getKey(), PropertySet.copyDescriptor(p.getValue())); in copyDescriptors()
101 java.util.List<PropertySet> newChildren = new java.util.ArrayList<>(); in update()
107 PropertySet child = (PropertySet)findChild(id); in update()
110 newChildren.add(new PropertySet(false, this, id, id, psd)); in update()
125 PropertySet ps = (PropertySet)p; in getUpdates()
139 PropertySet ps = (PropertySet)p; in commit()
154 insertChild(new PropertySet(true, this, id, id, descriptor), true); in tryAdd()
163 PropertySet oldChild = (PropertySet)findChild(oldId); in tryRename()
191 public void insertPropertySet(PropertySet nps, boolean fireEvent) in insertPropertySet()
198 public void removePropertySet(PropertySet nps) in removePropertySet()
[all …]
/dports/devel/ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DPropertySets.java20 copy.put(p.getKey(), PropertySet.copyDescriptor(p.getValue())); in copyDescriptors()
101 java.util.List<PropertySet> newChildren = new java.util.ArrayList<>(); in update()
107 PropertySet child = (PropertySet)findChild(id); in update()
110 newChildren.add(new PropertySet(false, this, id, id, psd)); in update()
125 PropertySet ps = (PropertySet)p; in getUpdates()
139 PropertySet ps = (PropertySet)p; in commit()
154 insertChild(new PropertySet(true, this, id, id, descriptor), true); in tryAdd()
163 PropertySet oldChild = (PropertySet)findChild(oldId); in tryRename()
191 public void insertPropertySet(PropertySet nps, boolean fireEvent) in insertPropertySet()
198 public void removePropertySet(PropertySet nps) in removePropertySet()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DPropertySets.java20 copy.put(p.getKey(), PropertySet.copyDescriptor(p.getValue())); in copyDescriptors()
101 java.util.List<PropertySet> newChildren = new java.util.ArrayList<>(); in update()
107 PropertySet child = (PropertySet)findChild(id); in update()
110 newChildren.add(new PropertySet(false, this, id, id, psd)); in update()
125 PropertySet ps = (PropertySet)p; in getUpdates()
139 PropertySet ps = (PropertySet)p; in commit()
154 insertChild(new PropertySet(true, this, id, id, descriptor), true); in tryAdd()
163 PropertySet oldChild = (PropertySet)findChild(oldId); in tryRename()
191 public void insertPropertySet(PropertySet nps, boolean fireEvent) in insertPropertySet()
198 public void removePropertySet(PropertySet nps) in removePropertySet()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dabstract_property_set_css_style_declaration.cc35 return PropertySet().PropertyCount(); in length()
39 if (i >= PropertySet().PropertyCount()) in item()
48 return PropertySet().AsText(); in cssText()
76 return PropertySet().GetPropertyValue(property_id); in getPropertyValue()
90 important = PropertySet().PropertyIsImportant(property_id); in getPropertyPriority()
117 return PropertySet().IsPropertyImplicit(property_id); in IsPropertyImplicit()
159 changed = PropertySet().RemoveProperty(property_id, &result); in removeProperty()
172 return PropertySet().GetPropertyCSSValue(property_id); in GetPropertyCSSValueInternal()
185 return PropertySet().GetPropertyValue(property_id); in GetPropertyValueInternal()
205 PropertySet() in SetPropertyInternal()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/tools/
H A DPropertySet.cxx28 PropertySet::PropertySet() in PropertySet() function in sd::tools::PropertySet
34 PropertySet::~PropertySet() in ~PropertySet()
38 void SAL_CALL PropertySet::disposing() in disposing()
49 void SAL_CALL PropertySet::setPropertyValue ( in setPropertyValue()
72 Any SAL_CALL PropertySet::getPropertyValue (const OUString& rsPropertyName) in getPropertyValue()
79 void SAL_CALL PropertySet::addPropertyChangeListener ( in addPropertyChangeListener()
92 void SAL_CALL PropertySet::removePropertyChangeListener ( in removePropertyChangeListener()
116 void SAL_CALL PropertySet::addVetoableChangeListener ( in addVetoableChangeListener()
124 void SAL_CALL PropertySet::removeVetoableChangeListener ( in removeVetoableChangeListener()
132 void PropertySet::CallListeners ( in CallListeners()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/tools/
H A DPropertySet.cxx28 PropertySet::PropertySet() in PropertySet() function in sd::tools::PropertySet
34 PropertySet::~PropertySet() in ~PropertySet()
38 void SAL_CALL PropertySet::disposing() in disposing()
49 void SAL_CALL PropertySet::setPropertyValue ( in setPropertyValue()
72 Any SAL_CALL PropertySet::getPropertyValue (const OUString& rsPropertyName) in getPropertyValue()
79 void SAL_CALL PropertySet::addPropertyChangeListener ( in addPropertyChangeListener()
92 void SAL_CALL PropertySet::removePropertyChangeListener ( in removePropertyChangeListener()
116 void SAL_CALL PropertySet::addVetoableChangeListener ( in addVetoableChangeListener()
124 void SAL_CALL PropertySet::removeVetoableChangeListener ( in removeVetoableChangeListener()
132 void PropertySet::CallListeners ( in CallListeners()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DPropertySet.cpp40 void PropertySet::addProperty(Property* property) in addProperty()
58 void PropertySet::removeProperty(const String& name) in removeProperty()
71 Property* PropertySet::getPropertyInstance(const String& name) const in getPropertyInstance()
86 void PropertySet::clearProperties(void) in clearProperties()
94 bool PropertySet::isPropertyPresent(const String& name) const in isPropertyPresent()
102 const String& PropertySet::getPropertyHelp(const String& name) const in getPropertyHelp()
117 String PropertySet::getProperty(const String& name) const in getProperty()
132 void PropertySet::setProperty(const String& name,const String& value) in setProperty()
149 PropertySet::PropertyIterator PropertySet::getPropertyIterator(void) const in getPropertyIterator()
158 bool PropertySet::isPropertyDefault(const String& name) const in isPropertyDefault()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Library/
H A DofxsSupportPrivate.h124 OFX::PropertySet
265 validatePluginDescriptorProperties(PropertySet props);
269 validatePluginInstanceProperties(PropertySet props);
273 validateClipDescriptorProperties(PropertySet props);
277 validateClipInstanceProperties(PropertySet props);
287 validateCameraInstanceProperties(PropertySet props);
292 validateImageBaseProperties(PropertySet props);
296 validateImageProperties(PropertySet props);
301 validateTextureProperties(PropertySet props);
306 …validateActionArgumentsProperties(const std::string &action, PropertySet inArgs, PropertySet outAr…
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Library/
H A DofxsSupportPrivate.h124 OFX::PropertySet
265 validatePluginDescriptorProperties(PropertySet props);
269 validatePluginInstanceProperties(PropertySet props);
273 validateClipDescriptorProperties(PropertySet props);
277 validateClipInstanceProperties(PropertySet props);
287 validateCameraInstanceProperties(PropertySet props);
292 validateImageBaseProperties(PropertySet props);
296 validateImageProperties(PropertySet props);
301 validateTextureProperties(PropertySet props);
306 …validateActionArgumentsProperties(const std::string &action, PropertySet inArgs, PropertySet outAr…
[all …]

12345678910>>...60