Home
last modified time | relevance | path

Searched refs:NumberProperty (Results 1 – 22 of 22) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DNumberProperty.java57 if (p instanceof NumberProperty) { in convertProperty()
111 = new PropertyCache<NumberProperty>();
119 private NumberProperty(double num) { in NumberProperty() method in NumberProperty
137 private NumberProperty(int num) { in NumberProperty() method in NumberProperty
148 return CACHE.fetch(new NumberProperty(num)); in getInstance()
158 return CACHE.fetch(new NumberProperty(num)); in getInstance()
168 return CACHE.fetch(new NumberProperty(num)); in getInstance()
177 public static NumberProperty getInstance(int num) { in getInstance()
178 return CACHE.fetch(new NumberProperty(num)); in getInstance()
274 if (!(obj instanceof NumberProperty)) { in equals()
[all …]
H A DTableBorderPrecedence.java30 public class TableBorderPrecedence extends NumberProperty.Maker {
32 private static Property num0 = NumberProperty.getInstance(0);
33 private static Property num1 = NumberProperty.getInstance(1);
34 private static Property num2 = NumberProperty.getInstance(2);
35 private static Property num3 = NumberProperty.getInstance(3);
36 private static Property num4 = NumberProperty.getInstance(4);
37 private static Property num5 = NumberProperty.getInstance(5);
38 private static Property num6 = NumberProperty.getInstance(6);
H A DCommonHyphenation.java64 public final NumberProperty hyphenationPushCharacterCount;
67 public final NumberProperty hyphenationRemainCharacterCount;
78 NumberProperty hyphenationPushCharacterCount, in CommonHyphenation()
79 NumberProperty hyphenationRemainCharacterCount) { in CommonHyphenation()
109 NumberProperty hyphenationPushCharacterCount in getInstance()
110 = (NumberProperty) propertyList.get(Constants.PR_HYPHENATION_PUSH_CHARACTER_COUNT); in getInstance()
111 NumberProperty hyphenationRemainCharacterCount in getInstance()
112 = (NumberProperty) propertyList.get(Constants.PR_HYPHENATION_REMAIN_CHARACTER_COUNT); in getInstance()
H A DReferenceOrientationMaker.java24 import org.apache.fop.fo.properties.NumberProperty.Maker;
H A DLengthProperty.java61 if (p instanceof NumberProperty) { in convertProperty()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGAnimateElement.cpp89 return NumberProperty; in determinePropertyType()
108 if (m_propertyType == NumberProperty) { in calculateAnimatedValue()
161 } else if (m_propertyType == NumberProperty) { in calculateFromAndToValues()
209 } else if (m_propertyType == NumberProperty) { in resetToBaseValue()
227 } else if (m_propertyType == NumberProperty) { in applyResultsToTarget()
239 if (m_propertyType == NumberProperty) { in calculateDistance()
H A DSVGAnimateElement.h54 enum PropertyType { NumberProperty, ColorProperty, StringProperty }; enumerator
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/expr/
H A DPropertyParser.java34 import org.apache.fop.fo.properties.NumberProperty;
259 prop = NumberProperty.getInstance(Double.valueOf(currentTokenValue)); in parsePrimaryExpr()
263 prop = NumberProperty.getInstance(Integer.valueOf(currentTokenValue)); in parsePrimaryExpr()
276 prop = NumberProperty.getInstance(pcval * pcBase.getBaseValue()); in parsePrimaryExpr()
299 prop = NumberProperty.getInstance(pcval); in parsePrimaryExpr()
310 NumberProperty.getInstance(numPart), in parsePrimaryExpr()
499 return NumberProperty.getInstance(op1.doubleValue() % op2.doubleValue()); in evalModulo()
H A DCeilingFunction.java22 import org.apache.fop.fo.properties.NumberProperty;
38 return NumberProperty.getInstance(Math.ceil(dbl.doubleValue())); in eval()
H A DFloorFunction.java22 import org.apache.fop.fo.properties.NumberProperty;
39 return NumberProperty.getInstance(Math.floor(dbl.doubleValue())); in eval()
H A DRoundFunction.java23 import org.apache.fop.fo.properties.NumberProperty;
44 return NumberProperty.getInstance(r); in eval()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/table/
H A DTableFObj.java36 import org.apache.fop.fo.properties.NumberProperty;
145 return NumberProperty.getInstance(((ColumnNumberManagerHolder) fo.getParent()) in make()
222 return NumberProperty.getInstance(i); in convertProperty()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Controls/
H A DNumberBox.xaml.cs69 public static readonly DependencyProperty NumberProperty = DependencyProperty.Register( field in HandBrakeWPF.Controls.NumberBox
210 return (double?)this.GetValue(NumberProperty);
215 this.SetValue(NumberProperty, value);
H A DTimeSpanBox.xaml.cs69 public static readonly DependencyProperty NumberProperty = DependencyProperty.Register( field in HandBrakeWPF.Controls.TimeSpanBox
232 return (long)this.GetValue(NumberProperty);
237 this.SetValue(NumberProperty, value);
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/fonts/
H A DFontSelectorTestCase.java43 import org.apache.fop.fo.properties.NumberProperty;
127 Property fontSizeAdjustProp = NumberProperty.getInstance(1); in makeCommonFont()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DFOPropertyMapping.java55 import org.apache.fop.fo.properties.NumberProperty;
125 sub = new NumberProperty.Maker(CP_WITHIN_PAGE); in createGenerics()
131 sub = new NumberProperty.Maker(CP_WITHIN_LINE); in createGenerics()
137 sub = new NumberProperty.Maker(CP_WITHIN_COLUMN); in createGenerics()
241 sub = new NumberProperty.Maker(CP_PRECEDENCE); in createGenerics()
1031 m = new NumberProperty.Maker(PR_FONT_SIZE_ADJUST); in createFontProperties()
1916 m = new NumberProperty.Maker(PR_ORPHANS); in createKeepsAndBreaksProperties()
1922 m = new NumberProperty.Maker(PR_WIDOWS); in createKeepsAndBreaksProperties()
2220 m = new NumberProperty.Maker(PR_GROUPING_SIZE); in createNumberToStringProperties()
2314 m = new NumberProperty.Maker(PR_MAXIMUM_REPEATS); in createPaginationAndLayoutProperties()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/orchestration/v1/resourcetypes/
H A Dresults.go24 NumberProperty PropertyType = "number" const
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/orchestration/v1/resourcetypes/
H A Dresults.go24 NumberProperty PropertyType = "number" const
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/orchestration/v1/resourcetypes/
H A Dresults.go24 NumberProperty PropertyType = "number" const
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/orchestration/v1/resourcetypes/
H A Dresults.go24 NumberProperty PropertyType = "number" const
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/contexts/
H A DIWORKPropertyMapElement.cpp585 …ext<double, IWORKNumberElement<double>, IWORKToken::NS_URI_SF | IWORKToken::number> NumberProperty; typedef in libetonyek::__anon7efc724e0a11::OverridesElement
621 return std::make_shared<NumberProperty>(getState(), m_value.m_angle); in element()
625 return std::make_shared<NumberProperty>(getState(), m_value.m_offset); in element()
627 return std::make_shared<NumberProperty>(getState(), m_value.m_glossiness); in element()
629 return std::make_shared<NumberProperty>(getState(), m_value.m_opacity); in element()
631 return std::make_shared<NumberProperty>(getState(), m_value.m_radius); in element()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/XamlTaskFactory/
H A DTaskGenerator.cs303 private const string NumberProperty = "Number"; field in Microsoft.Build.Tasks.Xaml.TaskGenerator
866 GenerateCommon(property, propertyName, TypeInteger, typeof(Int32), NumberProperty); in GenerateIntegers()
903 GenerateCommonSetStatements(property, propertyName, NumberProperty); in GenerateIntegers()