Home
last modified time | relevance | path

Searched refs:PropertyValue (Results 1 – 25 of 3882) sorted by relevance

12345678910>>...156

/dports/lang/mono/mono-5.10.1.57/external/corefx/
H A Dcorefx.vssettings7 <PropertyValue name="TabSize">4</PropertyValue>
8 <PropertyValue name="InsertTabs">false</PropertyValue>
9 <PropertyValue name="IndentSize">4</PropertyValue>
10 <PropertyValue name="BraceCompletion">true</PropertyValue>
14 <PropertyValue name="Space_Normalize">0</PropertyValue>
18 <PropertyValue name="Indent_CaseLabels">1</PropertyValue>
26 <PropertyValue name="Indent_Braces">0</PropertyValue>
29 <PropertyValue name="Space_AfterCast">0</PropertyValue>
48 <PropertyValue name="Space_AfterComma">1</PropertyValue>
52 <PropertyValue name="Space_AfterDot">0</PropertyValue>
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DProperty.hh73 PropertyValue(const PropertyValue &props);
75 PropertyValue(PropertyValue &&props);
96 PropertyValue &operator=(const PropertyValue &);
98 PropertyValue &operator=(PropertyValue &&);
123 PropertyValue
128 PropertyValue
133 PropertyValue
138 PropertyValue
143 PropertyValue
148 PropertyValue
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/
H A DPropertyValue.cs34 unsafe readonly struct PropertyValue struct
87 private PropertyValue(object value) in PropertyValue() argument
94 private PropertyValue(Scalar scalar, int scalarLength) in PropertyValue() method
121 public static Func<object, PropertyValue> GetFactory(Type type) in GetFactory() argument
124 if (type == typeof(Byte)) return value => new PropertyValue((Byte)value); in GetFactory()
143 return value => new PropertyValue(value); in GetFactory()
177 public static Func<PropertyValue, PropertyValue> GetPropertyGetter(PropertyInfo property) in GetPropertyGetter() argument
191 …private static Func<PropertyValue, PropertyValue> GetBoxedValueTypePropertyGetter(PropertyInfo pro… in GetBoxedValueTypePropertyGetter() argument
210 …private static Func<PropertyValue, PropertyValue> GetReferenceTypePropertyGetter(PropertyInfo prop… in GetReferenceTypePropertyGetter() argument
223 … public abstract Func<PropertyValue, PropertyValue> GetPropertyGetter(PropertyInfo property); in GetPropertyGetter()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/
H A DPropertyValue.cs34 unsafe readonly struct PropertyValue struct
87 private PropertyValue(object value) in PropertyValue() method
94 private PropertyValue(Scalar scalar, int scalarLength) in PropertyValue() argument
121 public static Func<object, PropertyValue> GetFactory(Type type) in GetFactory() argument
124 if (type == typeof(Byte)) return value => new PropertyValue((Byte)value); in GetFactory()
143 return value => new PropertyValue(value); in GetFactory()
177 public static Func<PropertyValue, PropertyValue> GetPropertyGetter(PropertyInfo property) in GetPropertyGetter() argument
191 …private static Func<PropertyValue, PropertyValue> GetBoxedValueTypePropertyGetter(PropertyInfo pro… in GetBoxedValueTypePropertyGetter() argument
210 …private static Func<PropertyValue, PropertyValue> GetReferenceTypePropertyGetter(PropertyInfo prop… in GetReferenceTypePropertyGetter() argument
223 … public abstract Func<PropertyValue, PropertyValue> GetPropertyGetter(PropertyInfo property); in GetPropertyGetter()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/sta/search/
H A DProperty.cc102 PropertyValue::PropertyValue() : in PropertyValue() function in sta::PropertyValue
119 PropertyValue::PropertyValue(float value) : in PropertyValue() function in sta::PropertyValue
125 PropertyValue::PropertyValue(bool value) : in PropertyValue() function in sta::PropertyValue
155 PropertyValue::PropertyValue(Cell *value) : in PropertyValue() function in sta::PropertyValue
161 PropertyValue::PropertyValue(Port *value) : in PropertyValue() function in sta::PropertyValue
173 PropertyValue::PropertyValue(Pin *value) : in PropertyValue() function in sta::PropertyValue
196 PropertyValue::PropertyValue(Net *value) : in PropertyValue() function in sta::PropertyValue
202 PropertyValue::PropertyValue(Clock *value) : in PropertyValue() function in sta::PropertyValue
237 PropertyValue::PropertyValue(const PropertyValue &value) : in PropertyValue() function in sta::PropertyValue
297 PropertyValue::PropertyValue(PropertyValue &&value) : in PropertyValue() function in sta::PropertyValue
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/
H A DMutablePropertyValues.java40 private final List<PropertyValue> propertyValueList;
67 PropertyValue[] pvs = original.getPropertyValues(); in MutablePropertyValues()
69 for (PropertyValue pv : pvs) { in MutablePropertyValues()
116 public List<PropertyValue> getPropertyValueList() { in getPropertyValueList()
136 PropertyValue[] pvs = other.getPropertyValues(); in addPropertyValues()
137 for (PropertyValue pv : pvs) { in addPropertyValues()
138 addPropertyValue(new PropertyValue(pv)); in addPropertyValues()
216 private PropertyValue mergeIfRequired(PropertyValue newPv, PropertyValue currentPv) { in mergeIfRequired()
246 public PropertyValue[] getPropertyValues() { in getPropertyValues()
251 for (PropertyValue pv : this.propertyValueList) { in getPropertyValue()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Configuration/
H A DSettingsPropertyValueTest.cs70 v.PropertyValue = (object)5; in Properties()
80 v.PropertyValue = (object)7; in Properties()
103 v.PropertyValue = 5; in Dirty()
108 v.PropertyValue = 5; in Dirty()
125 Console.WriteLine (v.PropertyValue); in Dirty()
148 v.PropertyValue = 5; in UsingDefaultValue()
152 v.PropertyValue = 10; in UsingDefaultValue()
213 v.PropertyValue = 10; in String_Xml_Serialize()
217 v.PropertyValue = 10; in String_Xml_Serialize()
240 v.PropertyValue = 10; in Binary_Serialize()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/beans/
H A DMutablePropertyValuesTests.java35 pvs.addPropertyValue(new PropertyValue("forname", "Tony")); in testValid()
36 pvs.addPropertyValue(new PropertyValue("surname", "Blair")); in testValid()
37 pvs.addPropertyValue(new PropertyValue("age", "50")); in testValid()
52 pvs.addPropertyValue(new PropertyValue("age", "50")); in testAddOrOverride()
54 PropertyValue addedPv = new PropertyValue("rod", "Rod"); in testAddOrOverride()
57 PropertyValue changedPv = new PropertyValue("forname", "Greg"); in testAddOrOverride()
67 pvs.addPropertyValue(new PropertyValue("age", "50")); in testChangesOnEquals()
78 pvs.addPropertyValue(new PropertyValue("age", "50")); in testChangeOfOneField()
88 PropertyValue fn = changes.getPropertyValue("forname"); in testChangeOfOneField()
98 pvs3.addPropertyValue(new PropertyValue("foo", "bar")); in testChangeOfOneField()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_worklet_input.cc11 PaintWorkletInput::PropertyValue::PropertyValue() = default;
13 PaintWorkletInput::PropertyValue::PropertyValue(float value) in PropertyValue() function in cc::PaintWorkletInput::PropertyValue
16 PaintWorkletInput::PropertyValue::PropertyValue(SkColor value) in PropertyValue() function in cc::PaintWorkletInput::PropertyValue
19 PaintWorkletInput::PropertyValue::PropertyValue(const PropertyValue& other) =
22 PaintWorkletInput::PropertyValue::~PropertyValue() = default;
24 bool PaintWorkletInput::PropertyValue::has_value() const { in has_value()
30 void PaintWorkletInput::PropertyValue::reset() { in reset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dpaint_worklet_input.cc11 PaintWorkletInput::PropertyValue::PropertyValue() = default;
13 PaintWorkletInput::PropertyValue::PropertyValue(float value) in PropertyValue() function in cc::PaintWorkletInput::PropertyValue
16 PaintWorkletInput::PropertyValue::PropertyValue(SkColor value) in PropertyValue() function in cc::PaintWorkletInput::PropertyValue
19 PaintWorkletInput::PropertyValue::PropertyValue(const PropertyValue& other) =
22 PaintWorkletInput::PropertyValue::~PropertyValue() = default;
24 bool PaintWorkletInput::PropertyValue::has_value() const { in has_value()
30 void PaintWorkletInput::PropertyValue::reset() { in reset()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/macros/
H A DsetSurfProperty.sci35 if (type(PropertyValue)<>1 | or(size(PropertyValue)==1))
41 if (size(Z) == size(PropertyValue)) | (size(Z)-1 == size(PropertyValue))
55 if (type(PropertyValue)<>10)
61 if (PropertyValue=="scaled")
78 // if (type(PropertyValue)==10 & (PropertyValue=='on' | PropertyValue=='off'))
90 if type(PropertyValue) == 10 & PropertyValue=="none" // NOT DOCUMENTED
129 if type(PropertyValue)==10
167 if (type(PropertyValue)==1)
270 if type(PropertyValue) == 10 & or(PropertyValue==["auto" "none"])
283 if (type(PropertyValue)==1 & size(PropertyValue,"*")==1)
[all …]
H A DTitleLabel.sci187 ok = size(PropertyValue,"*")==1 & or(type(PropertyValue)==[1 10]);
202 if PropertyValue~=int(PropertyValue)
212 ok = size(PropertyValue,"*")==1 & or(type(PropertyValue)==[1 10]);
215 PropertyValue =evstr(PropertyValue) // literal angle, like "30"
240 PropertyValue = evstr(PropertyValue)
252 if type(PropertyValue)==10 & size(PropertyValue,"*")==1 & ..
286 if type(PropertyValue) == 1 & size(PropertyValue,"*")<=3
331 if typeof(PropertyValue) == "string" & isnum(PropertyValue)
332 PropertyValue = evstr(PropertyValue) // Literal id, like "3"
335 PropertyValue = strsubst(convstr(PropertyValue,"l"), " ", "");
[all …]
H A DsetPlotProperty.sci37 c = iscolor(PropertyValue);
64 if (type(PropertyValue)==10 & (PropertyValue=="on" | PropertyValue=="off"))
76 if (type(PropertyValue)==10)
77 if (PropertyValue=="--")
101 if (type(PropertyValue)==1)
175 if type(PropertyValue)==10 & size(PropertyValue,"*")==1 & ..
209 if type(PropertyValue)==10 & size(PropertyValue,"*")==1 & ..
234 if (type(PropertyValue)==1 & size(PropertyValue,"*")==1)
250 if (type(PropertyValue)==10 & (PropertyValue=="on" | PropertyValue=="off"))
275 if (type(PropertyValue)<>1 | and(size(PropertyValue)<>1))
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_fwk/
H A DModuleManager.java21 import com.sun.star.beans.PropertyValue;
134 PropertyValue[] xFrameSeq = new PropertyValue[7]; in createTestEnvironment()
135 xFrameSeq[0] = new PropertyValue(); in createTestEnvironment()
138 xFrameSeq[1] = new PropertyValue(); in createTestEnvironment()
141 xFrameSeq[2] = new PropertyValue(); in createTestEnvironment()
144 xFrameSeq[3] = new PropertyValue(); in createTestEnvironment()
147 xFrameSeq[4] = new PropertyValue(); in createTestEnvironment()
150 xFrameSeq[5] = new PropertyValue(); in createTestEnvironment()
153 xFrameSeq[6] = new PropertyValue(); in createTestEnvironment()
157 PropertyValue[] xControllerSeq = new PropertyValue[7]; in createTestEnvironment()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_fwk/
H A DModuleManager.java21 import com.sun.star.beans.PropertyValue;
134 PropertyValue[] xFrameSeq = new PropertyValue[7]; in createTestEnvironment()
135 xFrameSeq[0] = new PropertyValue(); in createTestEnvironment()
138 xFrameSeq[1] = new PropertyValue(); in createTestEnvironment()
141 xFrameSeq[2] = new PropertyValue(); in createTestEnvironment()
144 xFrameSeq[3] = new PropertyValue(); in createTestEnvironment()
147 xFrameSeq[4] = new PropertyValue(); in createTestEnvironment()
150 xFrameSeq[5] = new PropertyValue(); in createTestEnvironment()
153 xFrameSeq[6] = new PropertyValue(); in createTestEnvironment()
157 PropertyValue[] xControllerSeq = new PropertyValue[7]; in createTestEnvironment()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxtablestyleexport.cxx402 uno::Sequence<beans::PropertyValue> aLang; in tableStyleRPr()
403 uno::Sequence<beans::PropertyValue> aColor; in tableStyleRPr()
480 uno::Sequence<beans::PropertyValue> aInd; in tableStylePPr()
570 uno::Sequence<beans::PropertyValue> aShd; in tableStyleTcPr()
601 uno::Sequence<beans::PropertyValue> aPPr; in tableStyleTableStylePr()
602 uno::Sequence<beans::PropertyValue> aRPr; in tableStyleTableStylePr()
604 uno::Sequence<beans::PropertyValue> aTrPr; in tableStyleTableStylePr()
605 uno::Sequence<beans::PropertyValue> aTcPr; in tableStyleTableStylePr()
651 uno::Sequence<beans::PropertyValue> aPPr; in TableStyle()
652 uno::Sequence<beans::PropertyValue> aRPr; in TableStyle()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxtablestyleexport.cxx411 uno::Sequence<beans::PropertyValue> aLang; in tableStyleRPr()
412 uno::Sequence<beans::PropertyValue> aColor; in tableStyleRPr()
489 uno::Sequence<beans::PropertyValue> aInd; in tableStylePPr()
579 uno::Sequence<beans::PropertyValue> aShd; in tableStyleTcPr()
610 uno::Sequence<beans::PropertyValue> aPPr; in tableStyleTableStylePr()
611 uno::Sequence<beans::PropertyValue> aRPr; in tableStyleTableStylePr()
613 uno::Sequence<beans::PropertyValue> aTrPr; in tableStyleTableStylePr()
614 uno::Sequence<beans::PropertyValue> aTcPr; in tableStyleTableStylePr()
660 uno::Sequence<beans::PropertyValue> aPPr; in TableStyle()
661 uno::Sequence<beans::PropertyValue> aRPr; in TableStyle()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/common/
H A DProperties.java20 import com.sun.star.beans.PropertyValue;
33 public static Object getPropertyValue(PropertyValue[] props, String propName) in getPropertyValue()
45 public static boolean hasPropertyValue(PropertyValue[] props, String propName) in hasPropertyValue()
57 public static PropertyValue createProperty(String name, Object value) in createProperty()
59 PropertyValue pv = new PropertyValue(); in createProperty()
65 public static PropertyValue createProperty(String name, Object value, int handle) in createProperty()
67 PropertyValue pv = createProperty(name, value); in createProperty()
72 public static PropertyValue[] convertToPropertyValueArray(Object[] _oObjectArray) in convertToPropertyValueArray()
74 PropertyValue[] retproperties = null; in convertToPropertyValueArray()
77 retproperties = new PropertyValue[_oObjectArray.length]; in convertToPropertyValueArray()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/common/
H A DProperties.java20 import com.sun.star.beans.PropertyValue;
33 public static Object getPropertyValue(PropertyValue[] props, String propName) in getPropertyValue()
45 public static boolean hasPropertyValue(PropertyValue[] props, String propName) in hasPropertyValue()
57 public static PropertyValue createProperty(String name, Object value) in createProperty()
59 PropertyValue pv = new PropertyValue(); in createProperty()
65 public static PropertyValue createProperty(String name, Object value, int handle) in createProperty()
67 PropertyValue pv = createProperty(name, value); in createProperty()
72 public static PropertyValue[] convertToPropertyValueArray(Object[] _oObjectArray) in convertToPropertyValueArray()
74 PropertyValue[] retproperties = null; in convertToPropertyValueArray()
77 retproperties = new PropertyValue[_oObjectArray.length]; in convertToPropertyValueArray()
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/source/shiny/Main/
H A DPropertyBase.hpp25 class PropertyValue class
28 PropertyValue() {} in PropertyValue() function in sh::PropertyValue
30 virtual ~PropertyValue() {} in ~PropertyValue()
41 class StringValue : public PropertyValue
53 class LinkedValue : public PropertyValue
63 class FloatValue : public PropertyValue
75 class IntValue : public PropertyValue
99 class Vector2 : public PropertyValue
110 class Vector3 : public PropertyValue
121 class Vector4 : public PropertyValue
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/google.golang.org/appengine/datastore/
H A Dload_test.go99 Value: &pb.PropertyValue{
105 Value: &pb.PropertyValue{
123 Value: &pb.PropertyValue{
140 Value: &pb.PropertyValue{
146 Value: &pb.PropertyValue{
273 Value: &pb.PropertyValue{
297 Value: &pb.PropertyValue{
305 Value: &pb.PropertyValue{
325 Value: &pb.PropertyValue{
332 Value: &pb.PropertyValue{
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/appengine/datastore/
H A Dload_test.go99 Value: &pb.PropertyValue{
105 Value: &pb.PropertyValue{
123 Value: &pb.PropertyValue{
140 Value: &pb.PropertyValue{
146 Value: &pb.PropertyValue{
273 Value: &pb.PropertyValue{
297 Value: &pb.PropertyValue{
305 Value: &pb.PropertyValue{
325 Value: &pb.PropertyValue{
332 Value: &pb.PropertyValue{
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/appengine/datastore/
H A Dload_test.go99 Value: &pb.PropertyValue{
105 Value: &pb.PropertyValue{
123 Value: &pb.PropertyValue{
140 Value: &pb.PropertyValue{
146 Value: &pb.PropertyValue{
273 Value: &pb.PropertyValue{
297 Value: &pb.PropertyValue{
305 Value: &pb.PropertyValue{
325 Value: &pb.PropertyValue{
332 Value: &pb.PropertyValue{
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/google.golang.org/appengine/appengine-1.6.6/datastore/
H A Dload_test.go99 Value: &pb.PropertyValue{
105 Value: &pb.PropertyValue{
123 Value: &pb.PropertyValue{
140 Value: &pb.PropertyValue{
146 Value: &pb.PropertyValue{
273 Value: &pb.PropertyValue{
297 Value: &pb.PropertyValue{
305 Value: &pb.PropertyValue{
325 Value: &pb.PropertyValue{
332 Value: &pb.PropertyValue{
[all …]
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/appengine/datastore/
H A Dload_test.go99 Value: &pb.PropertyValue{
105 Value: &pb.PropertyValue{
123 Value: &pb.PropertyValue{
140 Value: &pb.PropertyValue{
146 Value: &pb.PropertyValue{
273 Value: &pb.PropertyValue{
297 Value: &pb.PropertyValue{
305 Value: &pb.PropertyValue{
325 Value: &pb.PropertyValue{
332 Value: &pb.PropertyValue{
[all …]

12345678910>>...156