Home
last modified time | relevance | path

Searched refs:PropertyValues (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/net/samba412/samba-4.12.15/source4/torture/ndr/
H A Dclusapi.c82 torture_assert_int_equal(tctx, r->propertyValues[0].PropertyValues.Size, 4, "PropertyValues.Size"); in clusapi_PROPERTY_LIST_check()
93 torture_assert_int_equal(tctx, r->propertyValues[1].PropertyValues.Size, 4, "PropertyValues.Size"); in clusapi_PROPERTY_LIST_check()
104 torture_assert_int_equal(tctx, r->propertyValues[2].PropertyValues.Size, 4, "PropertyValues.Size"); in clusapi_PROPERTY_LIST_check()
115 …torture_assert_int_equal(tctx, r->propertyValues[3].PropertyValues.Size, 36, "PropertyValues.Size"… in clusapi_PROPERTY_LIST_check()
117 pull_reg_sz(tctx, &r->propertyValues[3].PropertyValues.Buffer, &str); in clusapi_PROPERTY_LIST_check()
127 torture_assert_int_equal(tctx, r->propertyValues[4].PropertyValues.Size, 4, "PropertyValues.Size"); in clusapi_PROPERTY_LIST_check()
138 torture_assert_int_equal(tctx, r->propertyValues[5].PropertyValues.Size, 4, "PropertyValues.Size"); in clusapi_PROPERTY_LIST_check()
234 pull_reg_sz(tctx, &r->propertyValues[0].PropertyValues.Buffer, &str); in clusapi_PROPERTY_LIST_check2()
244 torture_assert_int_equal(tctx, r->propertyValues[1].PropertyValues.Size, 4, "PropertyValues.Size"); in clusapi_PROPERTY_LIST_check2()
306 pull_reg_sz(tctx, &r->propertyValues[6].PropertyValues.Buffer, &str); in clusapi_PROPERTY_LIST_check2()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Configuration/
H A DSettingsBaseTest.cs88 Assert.AreEqual (0, s.PropertyValues.Count, "#4"); in PropertyDefaults()
102 Assert.AreEqual (0, s.PropertyValues.Count, "#3"); in PropertiesOverriden()
118 Assert.AreEqual (s.PropertyValues, s.PropertyValues); in PropertyValuesInstance()
128 Assert.AreEqual (0, s.PropertyValues.Count, "#1"); in PropertyValuesUninitialized()
148 Assert.AreEqual (0, s.PropertyValues.Count, "#2-1"); in PropertyValuesInitialized()
154 Assert.AreEqual (0, s.PropertyValues.Count, "#3-0"); in PropertyValuesInitialized()
157 Assert.AreEqual (1, s.PropertyValues.Count, "#3-2"); in PropertyValuesInitialized()
158 SettingsPropertyValue v = s.PropertyValues ["Foo"]; in PropertyValuesInitialized()
167 Assert.AreEqual (1, s.PropertyValues.Count, "#4-1"); in PropertyValuesInitialized()
171 Assert.AreEqual (2, s.PropertyValues.Count, "#4-3-2"); in PropertyValuesInitialized()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DApplicationSettingsBase.cs92 foreach (SettingsPropertyValue pv in PropertyValues) in Reset()
105 foreach (SettingsPropertyValue val in PropertyValues) { in Save()
184 if (PropertyValues [prop.Name] != null) in CacheValuesByProvider()
185 PropertyValues [prop.Name].PropertyValue = prop.PropertyValue; in CacheValuesByProvider()
187 PropertyValues.Add (prop); in CacheValuesByProvider()
208 if (PropertyValues [ propertyName ] == null) in GetPropertyValue()
211 return PropertyValues [ propertyName ].PropertyValue; in GetPropertyValue()
239 if (PropertyValues [ propertyName ] == null)
252 PropertyValues [ propertyName ].PropertyValue = value;
380 public override SettingsPropertyValueCollection PropertyValues { property in System.Configuration.ApplicationSettingsBase
H A DSettingsBase.cs71 foreach (SettingsPropertyValue val in PropertyValues) { in SaveCore()
126 public virtual SettingsPropertyValueCollection PropertyValues { property in System.Configuration.SettingsBase
155 return PropertyValues [propertyName].PropertyValue; in GetPropertyValue()
173 PropertyValues [propertyName].PropertyValue = value; in SetPropertyValue()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/ucd-util-0.1.5/src/
H A Dproperty.rs36 pub type PropertyValueTable = &'static [(&'static str, PropertyValues)];
43 pub type PropertyValues = &'static [(&'static str, &'static str)]; typedef
59 ) -> Option<PropertyValues> { in property_values() argument
77 property_values: PropertyValues, in canonical_property_value() argument
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/ucd-util-0.1.3/src/
H A Dproperty.rs36 pub type PropertyValueTable = &'static [(&'static str, PropertyValues)];
43 pub type PropertyValues = &'static [(&'static str, &'static str)]; typedef
59 ) -> Option<PropertyValues> { in property_values() argument
77 property_values: PropertyValues, in canonical_property_value() argument
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/ucd-util/src/
H A Dproperty.rs36 pub type PropertyValueTable = &'static [(&'static str, PropertyValues)];
43 pub type PropertyValues = &'static [(&'static str, &'static str)]; typedef
59 ) -> Option<PropertyValues> { in property_values() argument
77 property_values: PropertyValues, in canonical_property_value() argument
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/ucd-util-0.1.3/src/
H A Dproperty.rs36 pub type PropertyValueTable = &'static [(&'static str, PropertyValues)];
43 pub type PropertyValues = &'static [(&'static str, &'static str)]; typedef
59 ) -> Option<PropertyValues> { in property_values() argument
77 property_values: PropertyValues, in canonical_property_value() argument
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/ucd-util-0.1.1/src/
H A Dproperty.rs36 pub type PropertyValueTable = &'static [(&'static str, PropertyValues)];
43 pub type PropertyValues = &'static [(&'static str, &'static str)]; typedef
59 ) -> Option<PropertyValues> { in property_values() argument
77 property_values: PropertyValues, in canonical_property_value() argument
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/ucd-util-0.1.3/src/
H A Dproperty.rs36 pub type PropertyValueTable = &'static [(&'static str, PropertyValues)];
43 pub type PropertyValues = &'static [(&'static str, &'static str)]; typedef
59 ) -> Option<PropertyValues> { in property_values() argument
77 property_values: PropertyValues, in canonical_property_value() argument
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/
H A DPropertyValues.java28 public interface PropertyValues { interface
50 PropertyValues changesSince(PropertyValues old); in changesSince()
H A DPropertyAccessor.java172 void setPropertyValues(PropertyValues pvs) throws BeansException; in setPropertyValues()
193 void setPropertyValues(PropertyValues pvs, boolean ignoreUnknown) in setPropertyValues()
215 void setPropertyValues(PropertyValues pvs, boolean ignoreUnknown, boolean ignoreInvalid) in setPropertyValues()
H A DMutablePropertyValues.java38 public class MutablePropertyValues implements PropertyValues, Serializable {
63 public MutablePropertyValues(PropertyValues original) { in MutablePropertyValues()
134 public MutablePropertyValues addPropertyValues(PropertyValues other) { in addPropertyValues()
259 public PropertyValues changesSince(PropertyValues old) { in changesSince()
H A DAbstractPropertyAccessor.java57 public void setPropertyValues(PropertyValues pvs) throws BeansException { in setPropertyValues()
61 public void setPropertyValues(PropertyValues pvs, boolean ignoreUnknown) throws BeansException { in setPropertyValues()
65 public void setPropertyValues(PropertyValues pvs, boolean ignoreUnknown, boolean ignoreInvalid) in setPropertyValues()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/tests/Mono/
H A DDefaultPropH.vb8 Private PropertyValues(10) As Integer
12 Return PropertyValues(Index)
15 PropertyValues(Index) = Value
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/factory/config/
H A DInstantiationAwareBeanPostProcessor.java22 import org.springframework.beans.PropertyValues;
105 PropertyValues postProcessPropertyValues( in postProcessPropertyValues()
106 PropertyValues pvs, PropertyDescriptor[] pds, Object bean, String beanName) in postProcessPropertyValues()
H A DInstantiationAwareBeanPostProcessorAdapter.java23 import org.springframework.beans.PropertyValues;
62 public PropertyValues postProcessPropertyValues( in postProcessPropertyValues()
63 PropertyValues pvs, PropertyDescriptor[] pds, Object bean, String beanName) in postProcessPropertyValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/graphic/
H A DXGraphicProvider.idl28 #include <com/sun/star/beans/PropertyValues.idl>
60 @see com::sun::star::beans::PropertyValues
62 …XPropertySet queryGraphicDescriptor( [in] ::com::sun::star::beans::PropertyValues MediaPropertie…
81 @see com::sun::star::beans::PropertyValues
83 XGraphic queryGraphic( [in] ::com::sun::star::beans::PropertyValues MediaProperties )
100 @see com::sun::star::beans::PropertyValues
103 [in] ::com::sun::star::beans::PropertyValues MediaProperties )
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/graphic/
H A DXGraphicProvider.idl28 #include <com/sun/star/beans/PropertyValues.idl>
60 @see com::sun::star::beans::PropertyValues
62 …XPropertySet queryGraphicDescriptor( [in] ::com::sun::star::beans::PropertyValues MediaPropertie…
81 @see com::sun::star::beans::PropertyValues
83 XGraphic queryGraphic( [in] ::com::sun::star::beans::PropertyValues MediaProperties )
100 @see com::sun::star::beans::PropertyValues
103 [in] ::com::sun::star::beans::PropertyValues MediaProperties )
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/ui/test/
H A DXUIObject.idl13 #include <com/sun/star/beans/PropertyValues.idl>
21 void executeAction([in] string action, [in] com::sun::star::beans::PropertyValues propValues);
23 com::sun::star::beans::PropertyValues getState();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/ui/test/
H A DXUIObject.idl13 #include <com/sun/star/beans/PropertyValues.idl>
21 void executeAction([in] string action, [in] com::sun::star::beans::PropertyValues propValues);
23 com::sun::star::beans::PropertyValues getState();
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/linguistic/
H A Dlngprophelp.hxx97 virtual void SetTmpPropVals( const css::beans::PropertyValues &rPropVals );
161 void SetTmpPropVals( const css::beans::PropertyValues &rPropVals );
193 virtual void SetTmpPropVals( const css::beans::PropertyValues &rPropVals ) override;
221 void SetTmpPropVals( const css::beans::PropertyValues &rPropVals );
264 virtual void SetTmpPropVals( const css::beans::PropertyValues &rPropVals ) override;
292 void SetTmpPropVals( const css::beans::PropertyValues &rPropVals );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/linguistic/
H A Dlngprophelp.hxx102 virtual void SetTmpPropVals( const css::beans::PropertyValues &rPropVals );
166 void SetTmpPropVals( const css::beans::PropertyValues &rPropVals );
199 virtual void SetTmpPropVals( const css::beans::PropertyValues &rPropVals ) override;
227 void SetTmpPropVals( const css::beans::PropertyValues &rPropVals );
271 virtual void SetTmpPropVals( const css::beans::PropertyValues &rPropVals ) override;
299 void SetTmpPropVals( const css::beans::PropertyValues &rPropVals );
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DPropertyMapHelper.hxx28 void lcl_DumpPropertyValues(css::beans::PropertyValues const& rValues);
30 void lcl_DumpPropertyValueSeq(css::uno::Sequence<css::beans::PropertyValues> const& rPropValSeq);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DPropertyMapHelper.hxx33 void lcl_DumpPropertyValues(css::beans::PropertyValues const & rValues);
35 void lcl_DumpPropertyValueSeq(css::uno::Sequence<css::beans::PropertyValues> const & rPropValSeq);

12345678910>>...22