Home
last modified time | relevance | path

Searched refs:propertyValues (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/net/samba412/samba-4.12.15/source4/torture/ndr/
H A Dclusapi.c78 torture_assert_int_equal(tctx, r->propertyValues[0].size, 20, "size"); in clusapi_PROPERTY_LIST_check()
89 torture_assert_int_equal(tctx, r->propertyValues[1].size, 28, "size"); in clusapi_PROPERTY_LIST_check()
100 torture_assert_int_equal(tctx, r->propertyValues[2].size, 62, "size"); in clusapi_PROPERTY_LIST_check()
111 torture_assert_int_equal(tctx, r->propertyValues[3].size, 36, "size"); in clusapi_PROPERTY_LIST_check()
117 pull_reg_sz(tctx, &r->propertyValues[3].PropertyValues.Buffer, &str); in clusapi_PROPERTY_LIST_check()
123 torture_assert_int_equal(tctx, r->propertyValues[4].size, 42, "size"); in clusapi_PROPERTY_LIST_check()
134 torture_assert_int_equal(tctx, r->propertyValues[5].size, 34, "size"); in clusapi_PROPERTY_LIST_check()
228 torture_assert_int_equal(tctx, r->propertyValues[0].size, 18, "size"); in clusapi_PROPERTY_LIST_check2()
234 pull_reg_sz(tctx, &r->propertyValues[0].PropertyValues.Buffer, &str); in clusapi_PROPERTY_LIST_check2()
306 pull_reg_sz(tctx, &r->propertyValues[6].PropertyValues.Buffer, &str); in clusapi_PROPERTY_LIST_check2()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/format/datetime/joda/
H A DJodaTimeFormattingTests.java92 binder.bind(propertyValues); in testBindLocalDate()
101 binder.bind(propertyValues); in testBindLocalDateArray()
109 binder.bind(propertyValues); in testBindLocalDateAnnotated()
118 binder.bind(propertyValues); in testBindLocalDateAnnotatedWithError()
127 binder.bind(propertyValues); in testBindNestedLocalDateAnnotated()
137 binder.bind(propertyValues); in testBindLocalDateAnnotatedWithDirectFieldAccess()
147 binder.bind(propertyValues); in testBindLocalDateAnnotatedWithDirectFieldAccessAndError()
156 binder.bind(propertyValues); in testBindLocalTime()
165 binder.bind(propertyValues); in testBindLocalTimeAnnotated()
174 binder.bind(propertyValues); in testBindLocalDateTime()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/format/number/
H A DNumberFormattingTests.java75 binder.bind(propertyValues); in testDefaultNumberFormatting()
84 binder.bind(propertyValues); in testDefaultNumberFormattingAnnotated()
93 binder.bind(propertyValues); in testCurrencyFormatting()
102 binder.bind(propertyValues); in testPercentFormatting()
111 binder.bind(propertyValues); in testPatternFormatting()
120 binder.bind(propertyValues); in testPatternArrayFormatting()
128 binder.bind(propertyValues); in testPatternArrayFormatting()
138 binder.bind(propertyValues); in testPatternListFormatting()
146 binder.bind(propertyValues); in testPatternListFormatting()
157 binder.bind(propertyValues); in testPatternList2FormattingListElement()
[all …]
/dports/security/pear-LiveUser/LiveUser-0.16.14/LiveUser/Auth/
H A DCommon.php142 var $propertyValues = array();
269 $propertyValues = array(
270 'propertyValues' => $this->propertyValues,
275 return $propertyValues;
281 * @param array $propertyValues
286 function unfreeze($propertyValues)
288 foreach ($propertyValues as $key => $value) {
347 if (!array_key_exists('is_active', $this->propertyValues)
348 || $this->propertyValues['is_active']
423 if (array_key_exists($what, $this->propertyValues)) {
[all …]
H A DSession.php124 $this->propertyValues = $this->tables['users']['fields'];
125 $this->propertyValues['handle'] = $handle;
126 $this->propertyValues['passwd'] = $passwd;
127 $this->propertyValues['is_active'] = true;
128 $this->propertyValues['lastlogin'] = time();
H A DPEARAuth.php167 $this->propertyValues['auth_user_id'] = $this->pearAuth->getUsername();
168 $this->propertyValues['handle'] = $this->pearAuth->getUsername();
169 $this->propertyValues['passwd'] = $this->encryptPW($this->pearAuth->password);
171 $this->propertyValues['is_active'] = true;
174 $this->propertyValues['lastlogin'] = null;
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/qa/uitest/epubexport/
H A Depubexport.py32 propertyValues = uiComponent.getPropertyValues()
33 filterData = [i.Value for i in propertyValues if i.Name == "FilterData"][0]
42 propertyValues = uiComponent.getPropertyValues()
43 filterData = [i.Value for i in propertyValues if i.Name == "FilterData"][0]
49 uiComponent.setPropertyValues(propertyValues)
50 propertyValues = uiComponent.getPropertyValues()
67 uiComponent.setPropertyValues(propertyValues)
80 propertyValues = uiComponent.getPropertyValues()
94 propertyValues = uiComponent.getPropertyValues()
109 propertyValues = uiComponent.getPropertyValues()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/qa/uitest/epubexport/
H A Depubexport.py32 propertyValues = uiComponent.getPropertyValues()
33 filterData = [i.Value for i in propertyValues if i.Name == "FilterData"][0]
42 propertyValues = uiComponent.getPropertyValues()
43 filterData = [i.Value for i in propertyValues if i.Name == "FilterData"][0]
49 uiComponent.setPropertyValues(propertyValues)
50 propertyValues = uiComponent.getPropertyValues()
67 uiComponent.setPropertyValues(propertyValues)
80 propertyValues = uiComponent.getPropertyValues()
94 propertyValues = uiComponent.getPropertyValues()
109 propertyValues = uiComponent.getPropertyValues()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/DocumentHandling/
H A DDocumentConverter.java103 com.sun.star.beans.PropertyValue propertyValues[] = in traverse() local
105 propertyValues[0] = new com.sun.star.beans.PropertyValue(); in traverse()
106 propertyValues[0].Name = "Hidden"; in traverse()
107 propertyValues[0].Value = Boolean.TRUE; in traverse()
111 sUrl, "_blank", 0, propertyValues); in traverse()
120 propertyValues = new com.sun.star.beans.PropertyValue[2]; in traverse()
123 propertyValues[0].Name = "Overwrite"; in traverse()
124 propertyValues[0].Value = Boolean.TRUE; in traverse()
127 propertyValues[1].Name = "FilterName"; in traverse()
128 propertyValues[1].Value = DocumentConverter.sConvertType; in traverse()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/DocumentHandling/
H A DDocumentConverter.java103 com.sun.star.beans.PropertyValue propertyValues[] = in traverse() local
105 propertyValues[0] = new com.sun.star.beans.PropertyValue(); in traverse()
106 propertyValues[0].Name = "Hidden"; in traverse()
107 propertyValues[0].Value = Boolean.TRUE; in traverse()
111 sUrl, "_blank", 0, propertyValues); in traverse()
120 propertyValues = new com.sun.star.beans.PropertyValue[2]; in traverse()
123 propertyValues[0].Name = "Overwrite"; in traverse()
124 propertyValues[0].Value = Boolean.TRUE; in traverse()
127 propertyValues[1].Name = "FilterName"; in traverse()
128 propertyValues[1].Value = DocumentConverter.sConvertType; in traverse()
[all …]
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/plugins/datasource/
H A DDataSourceGrailsPluginTests.groovy101 assertNotNull beanDef.propertyValues.getPropertyValue('username')
102 assertNotNull beanDef.propertyValues.getPropertyValue('password')
103 assertEquals "foo", beanDef.propertyValues.getPropertyValue('username').value
104 assertEquals "blah", beanDef.propertyValues.getPropertyValue('password').value
135 assertNull beanDef.propertyValues.getPropertyValue('username')
136 assertNull beanDef.propertyValues.getPropertyValue('password')
166 assertEquals "sa", beanDef.propertyValues.getPropertyValue('username').value
167 assertEquals "", beanDef.propertyValues.getPropertyValue('password').value
218 assertEquals "sa", beanDef.propertyValues.getPropertyValue('username').value
219 assertEquals "", beanDef.propertyValues.getPropertyValue('password').value
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DPaddingConverter.cs94 public override object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues) in CreateInstance() argument
96 if (propertyValues == null) in CreateInstance()
102 if (old.All == (int)propertyValues["All"]) in CreateInstance()
103 …return new Padding ((int)propertyValues["Left"], (int)propertyValues["Top"], (int)propertyValues["… in CreateInstance()
105 return new Padding ((int)propertyValues["All"]); in CreateInstance()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit.ILGeneration/tests/
H A DCustomAttributeBuilderTests.cs277 object[] propertyValues = new object[] in Ctor_AllPrimitives()
376 Assert.Equal(propertyValues[1], attribute.ByteProperty); in Ctor_AllPrimitives()
379 Assert.Equal(propertyValues[4], attribute.IntProperty); in Ctor_AllPrimitives()
380 Assert.Equal(propertyValues[5], attribute.UIntProperty); in Ctor_AllPrimitives()
491 object[] propertyValues = new object[] { 5 }; in NamedProperties_StaticProperty_Works()
763 object[] propertyValues = new object[] { 5 }; in NamedFields_ContainsConstField_ThrowsArgumentException()
930 object[] propertyValues = new object[] { value }; in NamedProperties_TypeNotSupportedInAttributes_ThrowsArgumentException()
960 object[] propertyValues = new object[] { null }; in NullObjectInPropertyValues_ThrowsArgumentNullException()
972 object[] propertyValues = new object[] { value }; in NotSupportedObjectInPropertyValues_ThrowsArgumentException()
1002 object[] propertyValues = new object[] { value }; in NotSupportedPrimitiveInPropertyValues_ThrowsArgumentException()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/tests/System/Configuration/
H A DLocalFileSettingsProviderTests.cs27 …SettingsPropertyValueCollection propertyValues = localFileSettingsProvider.GetPropertyValues(_test… in GetPropertyValues_NotStoredProperty_ValueEqualsNull()
29 Assert.Equal(1, propertyValues.Count); in GetPropertyValues_NotStoredProperty_ValueEqualsNull()
30 Assert.Equal(null, propertyValues["PropertyName"].PropertyValue); in GetPropertyValues_NotStoredProperty_ValueEqualsNull()
44 …SettingsPropertyValueCollection propertyValues = localFileSettingsProvider.GetPropertyValues(_test… in GetPropertyValues_NotStoredConnectionStringProperty_ValueEqualsEmptyString()
46 Assert.Equal(1, propertyValues.Count); in GetPropertyValues_NotStoredConnectionStringProperty_ValueEqualsEmptyString()
47 Assert.Equal(string.Empty, propertyValues["PropertyName"].PropertyValue); in GetPropertyValues_NotStoredConnectionStringProperty_ValueEqualsEmptyString()
/dports/java/jflex/jflex-1.8.1/src/main/java/jflex/core/unicode/
H A DUnicodeProperties.java138 jflex.core.unicode.data.Unicode_1_1.propertyValues, in init()
148 jflex.core.unicode.data.Unicode_2_0.propertyValues, in init()
156 jflex.core.unicode.data.Unicode_2_1.propertyValues, in init()
166 jflex.core.unicode.data.Unicode_3_0.propertyValues, in init()
174 jflex.core.unicode.data.Unicode_3_1.propertyValues, in init()
182 jflex.core.unicode.data.Unicode_3_2.propertyValues, in init()
192 jflex.core.unicode.data.Unicode_4_0.propertyValues, in init()
200 jflex.core.unicode.data.Unicode_4_1.propertyValues, in init()
355 String[] propertyValues, in bind() argument
365 for (int n = 0; n < propertyValues.length; ++n) { in bind()
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/reproducers/custom/JNLPClassLoaderDeadlock/srcs/
H A DJNLPClassLoaderDeadlock_2.java36 private Label[] propertyValues; field in JNLPClassLoaderDeadlock_2
54 propertyValues = new Label[propertyNames.length]; in init()
62 propertyValues[i] = new Label(preloadText); in init()
63 gridbaglayout.setConstraints(propertyValues[i], rightColumn); in init()
64 add(propertyValues[i]); in init()
76 propertyValues[i].setText(propertyValue); in run()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.DynamicData/Test/Common/
H A DFieldFormattingOptions.cs11 Dictionary<string, object> propertyValues = new Dictionary<string, object> (); field in MonoTests.Common.FieldFormattingOptions
44 if (propertyValues.TryGetValue (name, out v)) { in GetProperty()
62 if (propertyValues.ContainsKey (name)) in SetProperty()
63 propertyValues[name] = value; in SetProperty()
65 propertyValues.Add (name, value); in SetProperty()
H A DMyHttpRequestWrapper.cs13 Dictionary<string, object> propertyValues = new Dictionary<string, object> (); field in MonoTests.Common.MyHttpRequestWrapper
58 if (propertyValues.TryGetValue (name, out v)) { in GetProperty()
77 if (propertyValues.ContainsKey (name)) in SetProperty()
78 propertyValues[name] = value; in SetProperty()
80 propertyValues.Add (name, value); in SetProperty()
/dports/www/bolt/bolt-2.2.24/vendor/symfony/property-access/Symfony/Component/PropertyAccess/
H A DPropertyAccessor.php60 return $propertyValues[count($propertyValues) - 1][self::VALUE];
75 array_unshift($propertyValues, array(
80 for ($i = count($propertyValues) - 1; $i >= 0; --$i) {
81 $objectOrArray = &$propertyValues[$i][self::VALUE];
91 if ($propertyValues[$i][self::IS_REF] && is_object($objectOrArray)) {
132 array_unshift($propertyValues, array(
137 for ($i = count($propertyValues) - 1; $i >= 0; --$i) {
138 $objectOrArray = $propertyValues[$i][self::VALUE];
185 $propertyValues = array();
235 $propertyValues[] = &$propertyValue;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/Drawing/
H A DRectangleConverter.cs132 … public override object CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) in CreateInstance() argument
134 if (propertyValues == null) in CreateInstance()
136 throw new ArgumentNullException(nameof(propertyValues)); in CreateInstance()
139 object x = propertyValues["X"]; in CreateInstance()
140 object y = propertyValues["Y"]; in CreateInstance()
141 object width = propertyValues["Width"]; in CreateInstance()
142 object height = propertyValues["Height"]; in CreateInstance()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DFontConverter.cs217 public override object CreateInstance (ITypeDescriptorContext context, IDictionary propertyValues) in CreateInstance() argument
228 if ((value = propertyValues ["GdiCharSet"]) != null) in CreateInstance()
231 if ((value = propertyValues ["Size"]) != null) in CreateInstance()
234 if ((value = propertyValues ["Unit"]) != null) in CreateInstance()
237 if ((value = propertyValues ["Name"]) != null) in CreateInstance()
240 if ((value = propertyValues ["GdiVerticalFont"]) != null) in CreateInstance()
243 if ((value = propertyValues ["Bold"]) != null) { in CreateInstance()
249 if ((value = propertyValues ["Italic"]) != null) { in CreateInstance()
255 if ((value = propertyValues ["Strikeout"]) != null) { in CreateInstance()
261 if ((value = propertyValues ["Underline"]) != null) { in CreateInstance()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DCustomAttributeBuilder.cs51 object [] propertyValues; field in System.Reflection.Emit.CustomAttributeBuilder
74 namedProperties [i].SetValue (result, propertyValues [i]); in Invoke()
101 PropertyInfo[] namedProperties, object[] propertyValues) in CustomAttributeBuilder() argument
103 Initialize (con, constructorArgs, namedProperties, propertyValues, new FieldInfo [0], in CustomAttributeBuilder()
107 PropertyInfo[] namedProperties, object[] propertyValues, in CustomAttributeBuilder() argument
157 PropertyInfo [] namedProperties, object [] propertyValues, in Initialize() argument
163 this.propertyValues = propertyValues; in Initialize()
173 if (propertyValues == null) in Initialize()
182 if (namedProperties.Length != propertyValues.Length) in Initialize()
226 if (!IsValidValue (pi.PropertyType, propertyValues [i])) in Initialize()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DIsValidatingTest.java73 String propertyValues = null; in testStAXIsValidatingFalse() local
83 propertyValues = "IS_VALIDATING=" + isValidating; in testStAXIsValidatingFalse()
103 Assert.fail("Unexpected failure with " + propertyValues + ", " + e.toString()); in testStAXIsValidatingFalse()
118 String propertyValues = null; in testStAXIsValidatingFalseInternalSubset() local
131 propertyValues = "IS_VALIDATING=" + isValidating; in testStAXIsValidatingFalseInternalSubset()
164 Assert.fail("Unexpected failure with " + propertyValues + ", " + e.toString()); in testStAXIsValidatingFalseInternalSubset()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DIsValidatingTest.java73 String propertyValues = null; in testStAXIsValidatingFalse() local
83 propertyValues = "IS_VALIDATING=" + isValidating; in testStAXIsValidatingFalse()
103 Assert.fail("Unexpected failure with " + propertyValues + ", " + e.toString()); in testStAXIsValidatingFalse()
118 String propertyValues = null; in testStAXIsValidatingFalseInternalSubset() local
131 propertyValues = "IS_VALIDATING=" + isValidating; in testStAXIsValidatingFalseInternalSubset()
164 Assert.fail("Unexpected failure with " + propertyValues + ", " + e.toString()); in testStAXIsValidatingFalseInternalSubset()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/
H A DIsValidatingTest.java73 String propertyValues = null; in testStAXIsValidatingFalse() local
83 propertyValues = "IS_VALIDATING=" + isValidating; in testStAXIsValidatingFalse()
103 Assert.fail("Unexpected failure with " + propertyValues + ", " + e.toString()); in testStAXIsValidatingFalse()
118 String propertyValues = null; in testStAXIsValidatingFalseInternalSubset() local
131 propertyValues = "IS_VALIDATING=" + isValidating; in testStAXIsValidatingFalseInternalSubset()
164 Assert.fail("Unexpected failure with " + propertyValues + ", " + e.toString()); in testStAXIsValidatingFalseInternalSubset()

12345678910>>...13