Home
last modified time | relevance | path

Searched refs:getConstraints (Results 76 – 100 of 1075) sorted by relevance

12345678910>>...43

/dports/www/drupal9/drupal-9.2.10/core/modules/text/src/Plugin/Field/FieldType/
H A DTextWithSummaryItem.php112 public function getConstraints() { function in Drupal\\text\\Plugin\\Field\\FieldType\\TextWithSummaryItem
113 $constraints = parent::getConstraints();
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/
H A DNumericItemBase.php75 public function getConstraints() { function in Drupal\\Core\\Field\\Plugin\\Field\\FieldType\\NumericItemBase
77 $constraints = parent::getConstraints();
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/
H A DValidatorExtensionTest.php42 $this->assertCount(1, $metadata->getConstraints());
43 $this->assertInstanceOf(FormConstraint::class, $metadata->getConstraints()[0]);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Validator/
H A DValidatorExtensionTest.php42 $this->assertCount(1, $metadata->getConstraints());
43 $this->assertInstanceOf(FormConstraint::class, $metadata->getConstraints()[0]);
/dports/www/drupal9/drupal-9.2.10/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/
H A DTestItem.php114 public function getConstraints() { function in Drupal\\field_test\\Plugin\\Field\\FieldType\\TestItem
116 $constraints = parent::getConstraints();
/dports/www/drupal8/drupal-8.9.20/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/
H A DTestItem.php114 public function getConstraints() { function in Drupal\\field_test\\Plugin\\Field\\FieldType\\TestItem
116 $constraints = parent::getConstraints();
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/tools/automated_ui_tests/javatests/src/org/chromium/webview_ui_test/test/util/
H A DActions.java34 public Matcher<View> getConstraints() { in setUseWideViewPort()
61 public Matcher<View> getConstraints() {
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/
H A DSpringLayout.java476 return sl.getConstraints(c).getConstraint(edgeName); in resolveSpring()
617 public SpringLayout.Constraints getConstraints(Component c) in getConstraints() method in SpringLayout
671 Constraints c = getConstraints(p); in initContainer()
702 getConstraints(c).dropCalcResult(); in layoutContainer()
717 Constraints constraints = getConstraints(c); in layoutContainer()
817 Constraints constraints1 = getConstraints(c1); in putConstraint()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/
H A DSpringLayout.java476 return sl.getConstraints(c).getConstraint(edgeName); in resolveSpring()
617 public SpringLayout.Constraints getConstraints(Component c) in getConstraints() method in SpringLayout
671 Constraints c = getConstraints(p); in initContainer()
702 getConstraints(c).dropCalcResult(); in layoutContainer()
717 Constraints constraints = getConstraints(c); in layoutContainer()
817 Constraints constraints1 = getConstraints(c1); in putConstraint()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/
H A DSpringLayout.java476 return sl.getConstraints(c).getConstraint(edgeName); in resolveSpring()
617 public SpringLayout.Constraints getConstraints(Component c) in getConstraints() method in SpringLayout
671 Constraints c = getConstraints(p); in initContainer()
702 getConstraints(c).dropCalcResult(); in layoutContainer()
717 Constraints constraints = getConstraints(c); in layoutContainer()
817 Constraints constraints1 = getConstraints(c1); in putConstraint()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/
H A DSpringLayout.java476 return sl.getConstraints(c).getConstraint(edgeName); in resolveSpring()
617 public SpringLayout.Constraints getConstraints(Component c) in getConstraints() method in SpringLayout
671 Constraints c = getConstraints(p); in initContainer()
702 getConstraints(c).dropCalcResult(); in layoutContainer()
717 Constraints constraints = getConstraints(c); in layoutContainer()
817 Constraints constraints1 = getConstraints(c1); in putConstraint()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/
H A DSpringLayout.java476 return sl.getConstraints(c).getConstraint(edgeName); in resolveSpring()
617 public SpringLayout.Constraints getConstraints(Component c) in getConstraints() method in SpringLayout
671 Constraints c = getConstraints(p); in initContainer()
702 getConstraints(c).dropCalcResult(); in layoutContainer()
717 Constraints constraints = getConstraints(c); in layoutContainer()
817 Constraints constraints1 = getConstraints(c1); in putConstraint()
/dports/devel/arcanist-lib/arcanist-b2e715f/src/conduit/
H A DConduitSearchFuture.php37 public function getConstraints() { function in ConduitSearchFuture
93 $constraints = $this->getConstraints();
/dports/devel/arcanist/arcanist-b2e715f/src/conduit/
H A DConduitSearchFuture.php37 public function getConstraints() { function in ConduitSearchFuture
93 $constraints = $this->getConstraints();
/dports/math/optpp/optpp-2.4/src/Newton/
H A DOptNIPSLike.C291 nlp->getConstraints()->evalCFGH(xt); in computeStep()
295 ColumnVector nl_values = nlp->getConstraints()->getNLConstraintValue(); in computeStep()
299 Matrix cgradient = nlp->getConstraints()->evalGradient(xt); in computeStep()
405 CompoundConstraint* constraints = nlp->getConstraints(); in initOpt()
443 constraints = nlp->getConstraints(); in initOpt()
972 nlp->getConstraints()->evalCFGH(xc); in merit2()
973 conresid = nlp->getConstraints()->evalResidual(xc); in merit2()
1095 nlp->getConstraints()->evalCFGH(xc); in merit3()
1096 conresid = nlp->getConstraints()->evalResidual(xc); in merit3()
1351 nlp->getConstraints()->evalCFGH(xt); in setupRHS()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Tests/Controller/Annotations/
H A DAbstractParamTest.php81 $this->assertEquals(array(new Constraints\NotNull()), $this->param->getConstraints(''));
84 $this->assertEquals(array(), $this->param->getConstraints());
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dfun_def_process.cpp215 getConstraints(n, constraints, visited); in simplifyFormula()
250 void FunDefFmf::getConstraints(Node n, in getConstraints() function in FunDefFmf
275 getConstraints(n[0], currConstraints, visited); in getConstraints()
281 getConstraints(n[i + 1], ccons, visited); in getConstraints()
325 getConstraints(cn, currConstraints, visited); in getConstraints()
336 getConstraints(n, constraints, visited); in getConstraints()
/dports/misc/dartsim/dart-6.11.1/unittests/comprehensive/
H A Dtest_World.cpp379 EXPECT_TRUE(world->getConstraintSolver()->getConstraints().size() == 1); in TEST()
384 EXPECT_TRUE(solver1->getConstraints().size() == 0); in TEST()
388 EXPECT_TRUE(world->getConstraintSolver()->getConstraints().size() == 1); in TEST()
393 EXPECT_TRUE(solver2->getConstraints().size() == 0); in TEST()
397 EXPECT_TRUE(world->getConstraintSolver()->getConstraints().size() == 1); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/libpkix/pkix/params/
H A Dtest_procparams.c263 PKIX_CertSelector *getConstraints = NULL;
275 …T_NO_ERROR(PKIX_ProcessingParams_GetTargetCertConstraints(goodObject, &getConstraints, plContext));
278 (PKIX_PL_Object *)getConstraints,
285 PKIX_TEST_DECREF_AC(getConstraints);
/dports/security/nss/nss-3.76.1/nss/cmd/libpkix/pkix/params/
H A Dtest_procparams.c263 PKIX_CertSelector *getConstraints = NULL; in testGetSetConstraints() local
275 …T_NO_ERROR(PKIX_ProcessingParams_GetTargetCertConstraints(goodObject, &getConstraints, plContext)); in testGetSetConstraints()
278 (PKIX_PL_Object *)getConstraints, in testGetSetConstraints()
285 PKIX_TEST_DECREF_AC(getConstraints); in testGetSetConstraints()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/libpkix/pkix/params/
H A Dtest_procparams.c263 PKIX_CertSelector *getConstraints = NULL; in testGetSetConstraints() local
275 …T_NO_ERROR(PKIX_ProcessingParams_GetTargetCertConstraints(goodObject, &getConstraints, plContext)); in testGetSetConstraints()
278 (PKIX_PL_Object *)getConstraints, in testGetSetConstraints()
285 PKIX_TEST_DECREF_AC(getConstraints); in testGetSetConstraints()
/dports/www/firefox/firefox-99.0/security/nss/cmd/libpkix/pkix/params/
H A Dtest_procparams.c263 PKIX_CertSelector *getConstraints = NULL; in testGetSetConstraints() local
275 …T_NO_ERROR(PKIX_ProcessingParams_GetTargetCertConstraints(goodObject, &getConstraints, plContext)); in testGetSetConstraints()
278 (PKIX_PL_Object *)getConstraints, in testGetSetConstraints()
285 PKIX_TEST_DECREF_AC(getConstraints); in testGetSetConstraints()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/libpkix/pkix/params/
H A Dtest_procparams.c263 PKIX_CertSelector *getConstraints = NULL; in testGetSetConstraints() local
275 …T_NO_ERROR(PKIX_ProcessingParams_GetTargetCertConstraints(goodObject, &getConstraints, plContext)); in testGetSetConstraints()
278 (PKIX_PL_Object *)getConstraints, in testGetSetConstraints()
285 PKIX_TEST_DECREF_AC(getConstraints); in testGetSetConstraints()
/dports/security/ca_root_nss/nss-3.71/nss/cmd/libpkix/pkix/params/
H A Dtest_procparams.c263 PKIX_CertSelector *getConstraints = NULL; in testGetSetConstraints() local
275 …T_NO_ERROR(PKIX_ProcessingParams_GetTargetCertConstraints(goodObject, &getConstraints, plContext)); in testGetSetConstraints()
278 (PKIX_PL_Object *)getConstraints, in testGetSetConstraints()
285 PKIX_TEST_DECREF_AC(getConstraints); in testGetSetConstraints()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/libpkix/pkix/params/
H A Dtest_procparams.c263 PKIX_CertSelector *getConstraints = NULL; in testGetSetConstraints() local
275 …T_NO_ERROR(PKIX_ProcessingParams_GetTargetCertConstraints(goodObject, &getConstraints, plContext)); in testGetSetConstraints()
278 (PKIX_PL_Object *)getConstraints, in testGetSetConstraints()
285 PKIX_TEST_DECREF_AC(getConstraints); in testGetSetConstraints()

12345678910>>...43