Home
last modified time | relevance | path

Searched refs:newConstraint (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Query/Processor/
H A DQConPath.cs68 QConClass newConstraint = new QConClass(i_trans, i_parent, GetField(), a_class); in ShareParentForClass()
69 Morph(removeExisting, newConstraint, a_class); in ShareParentForClass()
70 return newConstraint; in ShareParentForClass()
86 QConObject newConstraint = new QConObject(i_trans, i_parent, GetField(), obj); in ShareParent()
87 Morph(removeExisting, newConstraint, ReflectClassForObject(obj)); in ShareParent()
88 return newConstraint; in ShareParent()
127 newConstraint.AddConstraint((QCon)j.Current); in Morph()
135 qcj.ExchangeConstraint(this, newConstraint); in Morph()
136 newConstraint.AddJoin(qcj); in Morph()
139 i_parent.ExchangeConstraint(this, newConstraint); in Morph()
[all …]
H A DQQueryBase.cs95 QConObject newConstraint = new QConObject(_trans, null, null, obj); in AddConstraint()
96 AddConstraint(newConstraint); in AddConstraint()
97 col.Add(newConstraint); in AddConstraint()
111 QCon newConstraint = existingConstraint.ShareParent(obj, removeExisting); in AttachToExistingConstraints()
112 if (newConstraint != null) in AttachToExistingConstraints()
114 newConstraintsCollector.Add(newConstraint); in AttachToExistingConstraints()
115 AddConstraint(newConstraint); in AttachToExistingConstraints()
219 QCon newConstraint = existingConstraint.ShareParentForClass(claxx, removeExisting in IntroduceClassConstrain()
221 if (newConstraint != null) in IntroduceClassConstrain()
223 newConstraints.Add(newConstraint); in IntroduceClassConstrain()
[all …]
H A DQConObject.cs368 QConClass newConstraint = new QConClass(i_trans, i_parent, i_field, a_class); in ShareParentForClass()
369 i_parent.AddConstraint(newConstraint); in ShareParentForClass()
370 return newConstraint; in ShareParentForClass()
/dports/lang/clips/clips_core_source_630/core/
H A Dcstrnops.c243 CONSTRAINT_RECORD *newConstraint) in IntersectAllowedValueExpressions() argument
307 CONSTRAINT_RECORD *newConstraint) in IntersectAllowedClassExpressions() argument
360 newConstraint->classList = theHead; in IntersectAllowedClassExpressions()
371 CONSTRAINT_RECORD *newConstraint, in IntersectNumericExpressions() argument
539 if (newConstraint->anyAllowed) SetAnyAllowedFlags(newConstraint,FALSE); in IntersectNumericExpressions()
765 CONSTRAINT_RECORD *newConstraint, in UnionNumericExpressions() argument
866 if (newConstraint->anyAllowed) SetAnyAllowedFlags(newConstraint,FALSE); in UnionNumericExpressions()
873 newConstraint->anyAllowed = TRUE; in UnionNumericExpressions()
1041 CONSTRAINT_RECORD *newConstraint) in UnionAllowedClassExpressions() argument
1048 newConstraint->classList = theHead; in UnionAllowedClassExpressions()
[all …]
H A Drulecstr.c158 CONSTRAINT_RECORD *newConstraint, *tempConstraint; in MultifieldCardinalityViolation() local
248 newConstraint = IntersectConstraints(theEnv,theNode->constraints,tempConstraint); in MultifieldCardinalityViolation()
251 theNode->constraints = newConstraint; in MultifieldCardinalityViolation()
259 if (UnmatchableConstraint(newConstraint)) return(TRUE); in MultifieldCardinalityViolation()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/schema/
H A Dqxsdattributeuse.cpp80 XsdAttributeUse::ValueConstraint::Ptr newConstraint(new XsdAttributeUse::ValueConstraint()); in fromAttributeValueConstraint() local
82 case XsdAttribute::ValueConstraint::Fixed: newConstraint->setVariety(Fixed); break; in fromAttributeValueConstraint()
83 case XsdAttribute::ValueConstraint::Default: newConstraint->setVariety(Default); break; in fromAttributeValueConstraint()
85 newConstraint->setValue(constraint->value()); in fromAttributeValueConstraint()
86 newConstraint->setLexicalForm(constraint->lexicalForm()); in fromAttributeValueConstraint()
88 return newConstraint; in fromAttributeValueConstraint()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/schema/
H A Dqxsdattributeuse.cpp78 XsdAttributeUse::ValueConstraint::Ptr newConstraint(new XsdAttributeUse::ValueConstraint()); in fromAttributeValueConstraint() local
80 case XsdAttribute::ValueConstraint::Fixed: newConstraint->setVariety(Fixed); break; in fromAttributeValueConstraint()
81 case XsdAttribute::ValueConstraint::Default: newConstraint->setVariety(Default); break; in fromAttributeValueConstraint()
83 newConstraint->setValue(constraint->value()); in fromAttributeValueConstraint()
84 newConstraint->setLexicalForm(constraint->lexicalForm()); in fromAttributeValueConstraint()
86 return newConstraint; in fromAttributeValueConstraint()
/dports/lang/maude/maude-2.7.1/src/SMT/
H A DSMT_RewriteSearchState.cc80 newConstraint = 0; in SMT_RewriteSearchState()
96 if (newConstraint) in markReachableNodes()
97 newConstraint->mark(); in markReachableNodes()
258 newConstraint = constraint; in checkConsistancy()
265 newConstraint = condition; in checkConsistancy()
275 newConstraint = smtInfo.getConjunctionOperator()->makeDagNode(args); in checkConsistancy()
278 DebugAdvisory("New constraint = " << newConstraint); in checkConsistancy()
281 newConstraint->computeTrueSort(*context); in checkConsistancy()
H A DSMT_RewriteSearchState.hh88 DagNode* newConstraint; member in SMT_RewriteSearchState
106 return newConstraint; in getNewConstraint()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/gdp/plugins/
H A Dhull.py862 newConstraint = Constraint(transBlock.lbub)
863 relaxationBlock.add_component(name, newConstraint)
870 constraintMap['srcConstraints'][newConstraint] = obj
946 newConstraint.add((i, 'eq'), newConsExpr)
952 newConstraint.add('eq', newConsExpr)
978 newConstraint.add((i, 'lb'), newConsExpr)
983 newConstraint.add('lb', newConsExpr)
1000 newConstraint.add((i, 'ub'), newConsExpr)
1008 c] = [newConstraint[i,'ub']]
1011 newConstraint.add('ub', newConsExpr)
[all …]
H A Dbigm.py632 newConstraint = Constraint(obj.index_set(),
638 constraintMap['transformedConstraints'][obj] = newConstraint
640 newConstraint = Constraint(disjunctionRelaxationBlock.lbub)
641 transBlock.add_component(name, newConstraint)
643 constraintMap['srcConstraints'][newConstraint] = obj
718 newConstraint.add(i_lb, c.lower <= c. body - M_expr)
720 'transformedConstraints'][c] = [newConstraint[i_lb]]
721 constraintMap['srcConstraints'][newConstraint[i_lb]] = c
727 newConstraint.add(i_ub, c.body - M_expr <= c.upper)
731 c].append(newConstraint[i_ub])
[all …]
/dports/cad/xcircuit/xcircuit-3.10.30/Xw/
H A DForm.c515 XwFormConstraintRec * newConstraint; local
529 newConstraint -> set_x = new -> core.x;
531 newConstraint -> set_y = new -> core.y;
545 newConstraint -> x_ref_name = NULL;
547 newConstraint -> x_ref_widget = NULL;
550 newConstraint -> y_ref_name = NULL;
552 newConstraint -> y_ref_widget = NULL;
558 GetRefWidget (&newConstraint -> x_ref_widget,
559 &newConstraint -> x_ref_name, new);
560 GetRefWidget (&newConstraint -> y_ref_widget,
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DBoundSet.java596 if (newConstraint != null) { in incorporate()
597 if (newConstraint.left == newConstraint.right) { //$IDENTITY-COMPARISON$ in incorporate()
598 newConstraint = null; in incorporate()
601 newConstraint = null; in incorporate()
604 if (newConstraint != null) { in incorporate()
617 …long nullHints = (newConstraint.left.tagBits | newConstraint.right.tagBits) & TagBits.AnnotationNu… in incorporate()
758 ConstraintTypeFormula newConstraint; in combineSameSame()
760 if (newConstraint != null) in combineSameSame()
761 return newConstraint; in combineSameSame()
763 if (newConstraint != null) in combineSameSame()
[all …]
H A DConstraintExpressionFormula.java412 …ConstraintTypeFormula newConstraint = ConstraintTypeFormula.create(erasure, targetType, COMPATIBLE… in inferPolyInvocationType() local
413 return inferenceContext.reduceAndIncorporate(newConstraint); in inferPolyInvocationType()
438 … ConstraintTypeFormula newConstraint = ConstraintTypeFormula.create(gbeta, targetType, COMPATIBLE); in inferPolyInvocationType() local
439 return inferenceContext.reduceAndIncorporate(newConstraint); in inferPolyInvocationType()
462 ConstraintTypeFormula newConstraint = ConstraintTypeFormula.create(u, targetType, COMPATIBLE); in inferPolyInvocationType() local
463 return inferenceContext.reduceAndIncorporate(newConstraint); in inferPolyInvocationType()
466 …ConstraintTypeFormula newConstraint = ConstraintTypeFormula.create(rTheta, targetType, COMPATIBLE); in inferPolyInvocationType() local
467 if (!inferenceContext.reduceAndIncorporate(newConstraint)) in inferPolyInvocationType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/
H A DProjector.java418 newConstraint.add(getNonGreedyVariable(current)); in expandRequirement()
437 List<Object> newConstraint = new ArrayList<>(); in expandRequirement() local
439 newConstraint.add(getNonGreedyVariable(current)); in expandRequirement()
575 List<Object> newConstraint = new ArrayList<>(); in expandRequirementsWithPatches() local
577 newConstraint.add(getNonGreedyVariable(current)); in expandRequirementsWithPatches()
598 newConstraint.add(getNonGreedyVariable(current)); in expandRequirementsWithPatches()
661 pending.matches = newConstraint; in expandRequirementsWithPatches()
689 newConstraint.add(patch); in expandRequirementsWithPatches()
691 pending.matches = newConstraint; in expandRequirementsWithPatches()
756 newConstraint.add(getNonGreedyVariable(current)); in expandRequirementsWithPatches()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DBoundSet.java442 ConstraintTypeFormula newConstraint = null; in incorporate() local
447 newConstraint = combineSameSame(boundI, boundJ); in incorporate()
461 newConstraint = combineSuperAndSub(boundJ, boundI); in incorporate()
481 if (newConstraint != null) { in incorporate()
482 if (!reduceOneConstraint(context, newConstraint)) in incorporate()
488 …long nullHints = (newConstraint.left.tagBits | newConstraint.right.tagBits) & TagBits.AnnotationNu… in incorporate()
624 ConstraintTypeFormula newConstraint; in combineSameSame()
626 if (newConstraint != null) in combineSameSame()
627 return newConstraint; in combineSameSame()
629 if (newConstraint != null) in combineSameSame()
[all …]
H A DConstraintExpressionFormula.java373 …ConstraintTypeFormula newConstraint = ConstraintTypeFormula.create(erasure, targetType, COMPATIBLE… in inferPolyInvocationType() local
374 if (!inferenceContext.reduceAndIncorporate(newConstraint)) in inferPolyInvocationType()
388 … ConstraintTypeFormula newConstraint = ConstraintTypeFormula.create(gbeta, targetType, COMPATIBLE); in inferPolyInvocationType() local
389 return inferenceContext.reduceAndIncorporate(newConstraint); in inferPolyInvocationType()
408 ConstraintTypeFormula newConstraint = ConstraintTypeFormula.create(u, targetType, COMPATIBLE); in inferPolyInvocationType() local
409 return inferenceContext.reduceAndIncorporate(newConstraint); in inferPolyInvocationType()
412 …ConstraintTypeFormula newConstraint = ConstraintTypeFormula.create(rTheta, targetType, COMPATIBLE); in inferPolyInvocationType() local
413 if (!inferenceContext.reduceAndIncorporate(newConstraint)) in inferPolyInvocationType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DConstraintCollection.cs698 … UniqueConstraint newConstraint = new UniqueConstraint(constr.constraintName, parents); in FinishInitConstraints()
699 if (FindConstraint(newConstraint) == null) in FinishInitConstraints()
700 this.Add(newConstraint); in FinishInitConstraints()
724 …ForeignKeyConstraint newConstraint = new ForeignKeyConstraint(constr.constraintName, parents, chil… in FinishInitConstraints()
725 newConstraint.AcceptRejectRule = constr.acceptRejectRule; in FinishInitConstraints()
726 newConstraint.DeleteRule = constr.deleteRule; in FinishInitConstraints()
727 newConstraint.UpdateRule = constr.updateRule; in FinishInitConstraints()
728 this.Add(newConstraint); in FinishInitConstraints()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DConstraintCollection.cs784 … UniqueConstraint newConstraint = new UniqueConstraint(constr._constraintName, parents); in FinishInitConstraints()
785 if (FindConstraint(newConstraint) == null) in FinishInitConstraints()
786 Add(newConstraint); in FinishInitConstraints()
814 …ForeignKeyConstraint newConstraint = new ForeignKeyConstraint(constr._constraintName, parents, chi… in FinishInitConstraints()
815 newConstraint.AcceptRejectRule = constr._acceptRejectRule; in FinishInitConstraints()
816 newConstraint.DeleteRule = constr._deleteRule; in FinishInitConstraints()
817 newConstraint.UpdateRule = constr._updateRule; in FinishInitConstraints()
818 Add(newConstraint); in FinishInitConstraints()
/dports/devel/dep/dep-0.5.4/vendor/github.com/Masterminds/semver/
H A Dconstraints.go117 return newConstraint(in, false, constraintCache)
123 return newConstraint(in, true, constraintCacheIC)
126 func newConstraint(in string, ic bool, cache map[string]ccache) (Constraint, error) { func
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dcalcnode.cpp890 _Formula newConstraint; in RecurseMC() local
891 newConstraint.Duplicate(nodeConditions[k]); in RecurseMC()
895newConstraint.GetList().AppendNewInstance(new _Operation (HY_OP_CODE_SUB, 2L)); in RecurseMC()
897 newConstraint.GetList()<<curOp; in RecurseMC()
902 nonAdd->SetFormula(newConstraint); in RecurseMC()
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dquad_prog_vpsc.c234 newConstraint(e->vs[u], e->vs[v], opt->edge_gap); in initCMajVPSC()
270 newConstraint(e->vs[levels[i].nodes[j]], e->vs[cvar], in initCMajVPSC()
276 newConstraint(e->vs[cvar], in initCMajVPSC()
283 newConstraint(e->vs[n + i], e->vs[n + i + 1], 0); in initCMajVPSC()
302 e->gcs[e->gm++] = newConstraint(cl, v, 0); in initCMajVPSC()
303 e->gcs[e->gm++] = newConstraint(v, cr, 0); in initCMajVPSC()
/dports/www/bolt/bolt-2.2.24/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/
H A DAbstractLoader.php73 protected function newConstraint($name, $options = null) function in Symfony\\Component\\Validator\\Mapping\\Loader\\AbstractLoader
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/
H A DAbstractLoader.php70 protected function newConstraint($name, $options = null) function in Symfony\\Component\\Validator\\Mapping\\Loader\\AbstractLoader
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/validator/Mapping/Loader/
H A DAbstractLoader.php70 protected function newConstraint($name, $options = null) function in Symfony\\Component\\Validator\\Mapping\\Loader\\AbstractLoader

123456789