Home
last modified time | relevance | path

Searched refs:Constraints (Results 126 – 150 of 24842) sorted by relevance

12345678910>>...994

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/
H A DSpringLayout.java189 … private Map<Component, Constraints> componentConstraints = new HashMap<Component, Constraints>();
319 public static class Constraints { class in SpringLayout
339 public Constraints() { in Constraints() method in SpringLayout.Constraints
352 public Constraints(Spring x, Spring y) { in Constraints() method in SpringLayout.Constraints
395 public Constraints(Component c) { in Constraints() method in SpringLayout.Constraints
892 Constraints pc = getConstraints(p);
966 Constraints pc = getConstraints(parent);
1085 private Constraints applyDefaults(Component c, Constraints constraints) {
1087 constraints = new Constraints();
1158 result = new Constraints();
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java188 … private Map<Component, Constraints> componentConstraints = new HashMap<Component, Constraints>();
318 public static class Constraints { class in SpringLayout
338 public Constraints() { in Constraints() method in SpringLayout.Constraints
351 public Constraints(Spring x, Spring y) { in Constraints() method in SpringLayout.Constraints
394 public Constraints(Component c) { in Constraints() method in SpringLayout.Constraints
891 Constraints pc = getConstraints(p);
965 Constraints pc = getConstraints(parent);
1084 private Constraints applyDefaults(Component c, Constraints constraints) {
1086 constraints = new Constraints();
1157 result = new Constraints();
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/
H A DSpringLayout.java189 … private Map<Component, Constraints> componentConstraints = new HashMap<Component, Constraints>();
319 public static class Constraints { class in SpringLayout
339 public Constraints() { in Constraints() method in SpringLayout.Constraints
352 public Constraints(Spring x, Spring y) { in Constraints() method in SpringLayout.Constraints
395 public Constraints(Component c) { in Constraints() method in SpringLayout.Constraints
892 Constraints pc = getConstraints(p);
966 Constraints pc = getConstraints(parent);
1085 private Constraints applyDefaults(Component c, Constraints constraints) {
1087 constraints = new Constraints();
1158 result = new Constraints();
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/
H A DSpringLayout.java189 … private Map<Component, Constraints> componentConstraints = new HashMap<Component, Constraints>();
319 public static class Constraints { class in SpringLayout
339 public Constraints() { in Constraints() method in SpringLayout.Constraints
352 public Constraints(Spring x, Spring y) { in Constraints() method in SpringLayout.Constraints
395 public Constraints(Component c) { in Constraints() method in SpringLayout.Constraints
892 Constraints pc = getConstraints(p);
966 Constraints pc = getConstraints(parent);
1085 private Constraints applyDefaults(Component c, Constraints constraints) {
1087 constraints = new Constraints();
1158 result = new Constraints();
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/
H A DSpringLayout.java189 … private Map<Component, Constraints> componentConstraints = new HashMap<Component, Constraints>();
319 public static class Constraints { class in SpringLayout
339 public Constraints() { in Constraints() method in SpringLayout.Constraints
352 public Constraints(Spring x, Spring y) { in Constraints() method in SpringLayout.Constraints
395 public Constraints(Component c) { in Constraints() method in SpringLayout.Constraints
892 Constraints pc = getConstraints(p);
966 Constraints pc = getConstraints(parent);
1085 private Constraints applyDefaults(Component c, Constraints constraints) {
1087 constraints = new Constraints();
1158 result = new Constraints();
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/
H A DSpringLayout.java189 … private Map<Component, Constraints> componentConstraints = new HashMap<Component, Constraints>();
319 public static class Constraints { class in SpringLayout
339 public Constraints() { in Constraints() method in SpringLayout.Constraints
352 public Constraints(Spring x, Spring y) { in Constraints() method in SpringLayout.Constraints
395 public Constraints(Component c) { in Constraints() method in SpringLayout.Constraints
892 Constraints pc = getConstraints(p);
966 Constraints pc = getConstraints(parent);
1085 private Constraints applyDefaults(Component c, Constraints constraints) {
1087 constraints = new Constraints();
1158 result = new Constraints();
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/
H A DSpringLayout.java189 … private Map<Component, Constraints> componentConstraints = new HashMap<Component, Constraints>();
319 public static class Constraints { class in SpringLayout
339 public Constraints() { in Constraints() method in SpringLayout.Constraints
352 public Constraints(Spring x, Spring y) { in Constraints() method in SpringLayout.Constraints
395 public Constraints(Component c) { in Constraints() method in SpringLayout.Constraints
892 Constraints pc = getConstraints(p);
966 Constraints pc = getConstraints(parent);
1085 private Constraints applyDefaults(Component c, Constraints constraints) {
1087 constraints = new Constraints();
1158 result = new Constraints();
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java188 … private Map<Component, Constraints> componentConstraints = new HashMap<Component, Constraints>();
318 public static class Constraints { class in SpringLayout
338 public Constraints() { in Constraints() method in SpringLayout.Constraints
351 public Constraints(Spring x, Spring y) { in Constraints() method in SpringLayout.Constraints
394 public Constraints(Component c) { in Constraints() method in SpringLayout.Constraints
891 Constraints pc = getConstraints(p);
965 Constraints pc = getConstraints(parent);
1084 private Constraints applyDefaults(Component c, Constraints constraints) {
1086 constraints = new Constraints();
1157 result = new Constraints();
[all …]
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/test/fem/
H A Dtestfemwithgfs.cc30 template<typename FEM, typename GV, typename Constraints, typename VBE>
37 Constraints, in test_fem()
48 template<typename RF, typename Constraints, typename VBE>
49 void test_2d_cube(const Constraints& constraints, const VBE& vbe) in test_2d_cube()
74 template<typename RF, typename Constraints, typename VBE>
75 void test_3d_cube(const Constraints& constraints, const VBE& vbe) in test_3d_cube()
101 template<typename RF, typename Constraints, typename VBE>
102 void test_2d_simplex(const Constraints& constraints, const VBE& vbe) in test_2d_simplex()
158 template<typename RF, typename Constraints, typename VBE>
220 typedef Dune::PDELab::NoConstraints Constraints; in main() typedef
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/doc/latex/
H A Dgroup__perturbation.tex2 \label{group__perturbation}\index{Generate Soft Constraints from Data@{Generate Soft Constraints fr…
13 Collaboration diagram for Generate Soft Constraints from Data\+:
88 \index{Generate Soft Constraints from Data@{Generate Soft Constraints from Data}!VRNA\_MINIMIZER\_C…
89 …\_FR@{VRNA\_MINIMIZER\_CONJUGATE\_FR}!Generate Soft Constraints from Data@{Generate Soft Constrain…
102 \index{Generate Soft Constraints from Data@{Generate Soft Constraints from Data}!VRNA\_MINIMIZER\_C…
103 …\_PR@{VRNA\_MINIMIZER\_CONJUGATE\_PR}!Generate Soft Constraints from Data@{Generate Soft Constrain…
116 \index{Generate Soft Constraints from Data@{Generate Soft Constraints from Data}!VRNA\_MINIMIZER\_V…
117 …_BFGS@{VRNA\_MINIMIZER\_VECTOR\_BFGS}!Generate Soft Constraints from Data@{Generate Soft Constrain…
130 \index{Generate Soft Constraints from Data@{Generate Soft Constraints from Data}!VRNA\_MINIMIZER\_V…
161 \index{Generate Soft Constraints from Data@{Generate Soft Constraints from Data}!progress\_callback…
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/
H A DCollectionTest.php12 namespace Symfony\Component\Validator\Tests\Constraints;
15 use Symfony\Component\Validator\Constraints\Collection;
16 use Symfony\Component\Validator\Constraints\Email;
17 use Symfony\Component\Validator\Constraints\Optional;
18 use Symfony\Component\Validator\Constraints\Required;
19 use Symfony\Component\Validator\Constraints\Valid;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/
H A DCollectionTest.php12 namespace Symfony\Component\Validator\Tests\Constraints;
15 use Symfony\Component\Validator\Constraints\Collection;
16 use Symfony\Component\Validator\Constraints\Email;
17 use Symfony\Component\Validator\Constraints\Optional;
18 use Symfony\Component\Validator\Constraints\Required;
19 use Symfony\Component\Validator\Constraints\Valid;
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/concepts/
H A Dgraph_components.h101 struct Constraints { struct
120 Constraints() {} in Constraints() function
163 struct Constraints { struct
180 Constraints() {} in Constraints() argument
272 struct Constraints { struct
297 Constraints() {} in Constraints() argument
543 Constraints() {} in Constraints() argument
596 Constraints() {} in Constraints() argument
740 Constraints() {} in Constraints() argument
831 Constraints() {} in Constraints() function
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/concepts/
H A Dgraph_components.h101 struct Constraints { struct
120 Constraints() {} in Constraints() function
163 struct Constraints { struct
180 Constraints() {} in Constraints() argument
272 struct Constraints { struct
297 Constraints() {} in Constraints() argument
543 Constraints() {} in Constraints() argument
596 Constraints() {} in Constraints() function
740 Constraints() {} in Constraints() function
831 Constraints() {} in Constraints() argument
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/concepts/
H A Dgraph_components.h101 struct Constraints { struct
120 Constraints() {} in Constraints() argument
163 struct Constraints { struct
180 Constraints() {} in Constraints() argument
272 struct Constraints { struct
297 Constraints() {} in Constraints() argument
543 Constraints() {} in Constraints() argument
596 Constraints() {} in Constraints() function
740 Constraints() {} in Constraints() argument
831 Constraints() {} in Constraints() argument
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/hcl/v2/gohcl/
H A Dencode_test.go15 type Constraints struct {
22 Constraints *Constraints `hcl:"constraints,block"`
29 Constraints: &Constraints{
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/hashicorp/hcl2/gohcl/
H A Dencode_test.go15 type Constraints struct {
22 Constraints *Constraints `hcl:"constraints,block"`
29 Constraints: &Constraints{
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/hcl/v2/gohcl/
H A Dencode_test.go15 type Constraints struct {
22 Constraints *Constraints `hcl:"constraints,block"`
29 Constraints: &Constraints{
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/hcl/v2/gohcl/
H A Dencode_test.go15 type Constraints struct {
22 Constraints *Constraints `hcl:"constraints,block"`
29 Constraints: &Constraints{
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/azure-sdk-for-go/azure-sdk-for-go-16.2.1/services/storage/mgmt/2018-02-01/storage/
H A Dblobcontainers.go57Constraints: []validation.Constraint{{Target: "resourceGroupName", Name: validation.MaxLength, Rul…
61Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
64Constraints: []validation.Constraint{{Target: "containerName", Name: validation.MaxLength, Rule: 6…
157Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
160Constraints: []validation.Constraint{{Target: "containerName", Name: validation.MaxLength, Rule: 6…
260Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
268 Constraints: []validation.Constraint{{Target: "parameters", Name: validation.Null, Rule: false,
364Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
458Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
554Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/services/preview/storage/mgmt/2018-03-01-preview/storage/
H A Dblobcontainers.go57Constraints: []validation.Constraint{{Target: "resourceGroupName", Name: validation.MaxLength, Rul…
61Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
64Constraints: []validation.Constraint{{Target: "containerName", Name: validation.MaxLength, Rule: 6…
157Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
160Constraints: []validation.Constraint{{Target: "containerName", Name: validation.MaxLength, Rule: 6…
260Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
268 Constraints: []validation.Constraint{{Target: "parameters", Name: validation.Null, Rule: false,
364Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
458Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
554Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2018-07-01/storage/
H A Dblobcontainers.go57Constraints: []validation.Constraint{{Target: "resourceGroupName", Name: validation.MaxLength, Rul…
61Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
64Constraints: []validation.Constraint{{Target: "containerName", Name: validation.MaxLength, Rule: 6…
157Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
160Constraints: []validation.Constraint{{Target: "containerName", Name: validation.MaxLength, Rule: 6…
260Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
268 Constraints: []validation.Constraint{{Target: "parameters", Name: validation.Null, Rule: false,
364Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
458Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
554Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2018-02-01/storage/
H A Dblobcontainers.go57Constraints: []validation.Constraint{{Target: "resourceGroupName", Name: validation.MaxLength, Rul…
61Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
64Constraints: []validation.Constraint{{Target: "containerName", Name: validation.MaxLength, Rule: 6…
157Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
160Constraints: []validation.Constraint{{Target: "containerName", Name: validation.MaxLength, Rule: 6…
260Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
268 Constraints: []validation.Constraint{{Target: "parameters", Name: validation.Null, Rule: false,
364Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
458Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
554Constraints: []validation.Constraint{{Target: "accountName", Name: validation.MaxLength, Rule: 24,…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DInlineAsm.cpp34 AsmString(asmString), Constraints(constraints), FTy(FTy), in InlineAsm()
43 StringRef Constraints, bool hasSideEffects, in get() argument
45 InlineAsmKeyType Key(AsmString, Constraints, FTy, hasSideEffects, in get()
217 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() argument
221 for (StringRef::iterator I = Constraints.begin(), in ParseConstraints()
222 E = Constraints.end(); I != E; ) { in ParseConstraints()
256 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in Verify() local
259 if (Constraints.empty() && !ConstStr.empty()) return false; in Verify()
264 for (unsigned i = 0, e = Constraints.size(); i != e; ++i) { in Verify()
265 switch (Constraints[i].Type) { in Verify()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DInlineAsm.cpp34 AsmString(asmString), Constraints(constraints), FTy(FTy), in InlineAsm()
43 StringRef Constraints, bool hasSideEffects, in get() argument
45 InlineAsmKeyType Key(AsmString, Constraints, FTy, hasSideEffects, in get()
217 InlineAsm::ParseConstraints(StringRef Constraints) { in ParseConstraints() argument
221 for (StringRef::iterator I = Constraints.begin(), in ParseConstraints()
222 E = Constraints.end(); I != E; ) { in ParseConstraints()
256 ConstraintInfoVector Constraints = ParseConstraints(ConstStr); in Verify() local
259 if (Constraints.empty() && !ConstStr.empty()) return false; in Verify()
264 for (unsigned i = 0, e = Constraints.size(); i != e; ++i) { in Verify()
265 switch (Constraints[i].Type) { in Verify()
[all …]

12345678910>>...994