Home
last modified time | relevance | path

Searched refs:MAX_CONSTRAINT (Results 1 – 8 of 8) sorted by relevance

/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/validation/
H A DMaxConstraint.java54 ConstrainedProperty.MAX_CONSTRAINT + "] of property [" + in setParameter()
60 … ConstrainedProperty.MAX_CONSTRAINT + "] of property [" + constraintPropertyName + in setParameter()
67 ConstrainedProperty.MAX_CONSTRAINT + "] of property [" + in setParameter()
77 return ConstrainedProperty.MAX_CONSTRAINT; in getName()
85 ConstrainedProperty.MAX_CONSTRAINT + ConstrainedProperty.EXCEEDED_SUFFIX, args); in processValidate()
H A DConstrainedProperty.java107 public static final String MAX_CONSTRAINT = "max"; field in ConstrainedProperty
153 constraints.put(MAX_CONSTRAINT, MaxConstraint.class); in constraints.put() argument
258 MaxConstraint maxConstraint = (MaxConstraint)appliedConstraints.get(MAX_CONSTRAINT); in getMax()
285 appliedConstraints.remove(MAX_CONSTRAINT); in setMax()
290 throw new MissingPropertyException(MAX_CONSTRAINT,propertyType); in setMax()
295 …LOG.warn("Range constraint already set ignoring constraint [" + MAX_CONSTRAINT + "] for value [" +… in setMax()
299 Constraint c = appliedConstraints.get(MAX_CONSTRAINT); in setMax()
308 appliedConstraints.put(MAX_CONSTRAINT, c); in setMax()
419 if (appliedConstraints.containsKey(MAX_CONSTRAINT)) { in setRange()
421 appliedConstraints.remove(MAX_CONSTRAINT); in setRange()
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/validation/
H A DConstrainedPropertyTests.java95 assertTrue(cp.supportsContraint(ConstrainedProperty.MAX_CONSTRAINT)); in testSupportsContraint()
121 assertFalse(cp.supportsContraint(ConstrainedProperty.MAX_CONSTRAINT)); in testSupportsContraint()
132 assertTrue(cp.supportsContraint(ConstrainedProperty.MAX_CONSTRAINT)); in testSupportsContraint()
147 assertTrue(cp.supportsContraint(ConstrainedProperty.MAX_CONSTRAINT)); in testSupportsContraint()
168 assertFalse(cp.supportsContraint(ConstrainedProperty.MAX_CONSTRAINT)); in testSupportsContraint()
185 assertTrue(cp.supportsContraint(ConstrainedProperty.MAX_CONSTRAINT)); in testSupportsContraint()
276 cp.applyConstraint(ConstrainedProperty.MAX_CONSTRAINT, new Double(123.45)); in testGetMax()
287 cp.applyConstraint(ConstrainedProperty.MAX_CONSTRAINT, new Double(7.89)); in testGetMax()
293 cp.applyConstraint(ConstrainedProperty.MAX_CONSTRAINT, new Double(4.56)); in testGetMax()
H A DMaxConstraintTests.java62 assertEquals( ConstrainedProperty.MAX_CONSTRAINT, constraint.getName() ); in testCreation()
/dports/biology/molden/molden5.8/surf/
H A Dsurf.h48 #define MAX_CONSTRAINT 4000 /* 700 */ macro
144 EXTERN Vector temp_cons[2][MAX_CONSTRAINT+6];
H A Dcompute.c24 short Neighbor_list[MAX_CONSTRAINT];
44 ALLOCN(Constraints, Vector, MAX_CONSTRAINT+6); in init_and_compute()
322 if (++p > MAX_CONSTRAINT)
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/orm/hibernate/cfg/
H A DGrailsDomainBinderTests.java687 … constrainedProperty.applyConstraint(ConstrainedProperty.MAX_CONSTRAINT, new BigDecimal("123.45")); in testBindNumericColumnConstraints()
693 … constrainedProperty.applyConstraint(ConstrainedProperty.MAX_CONSTRAINT, new BigDecimal("123")); in testBindNumericColumnConstraints()
715 … constrainedProperty.applyConstraint(ConstrainedProperty.MAX_CONSTRAINT, new BigDecimal("123.45")); in testBindNumericColumnConstraints()
722 …constrainedProperty.applyConstraint(ConstrainedProperty.MAX_CONSTRAINT, new BigDecimal("123.4567")… in testBindNumericColumnConstraints()
729 …constrainedProperty.applyConstraint(ConstrainedProperty.MAX_CONSTRAINT, new BigDecimal("123.4567")… in testBindNumericColumnConstraints()
732 …constrainedProperty.applyConstraint(ConstrainedProperty.MAX_CONSTRAINT, new BigDecimal("1234567890… in testBindNumericColumnConstraints()
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/asn1/
H A Dasn1_err.et23 error_code MAX_CONSTRAINT, "ASN.1 too many elements"