Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 59 of 59 for p1 (0.06 seconds)

  1. tests/preload_test.go

    	DB.Migrator().AutoMigrate(&Preload{}, &Join{}, &Nested{}, &Value{})
    
    	value1 := Value{
    		Name: "value",
    		Nested: Nested{
    			Preloads: []*Preload{
    				{Value: "p1"}, {Value: "p2"},
    			},
    			Join: Join{Value: "j1"},
    		},
    	}
    	value2 := Value{
    		Name: "value2",
    		Nested: Nested{
    			Preloads: []*Preload{
    				{Value: "p3"}, {Value: "p4"}, {Value: "p5"},
    			},
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Wed Jun 12 10:00:47 GMT 2024
    - 15.9K bytes
    - Click Count (0)
  2. impl/maven-core/src/test/java/org/apache/maven/project/DefaultMavenProjectBuilderTest.java

            assertEquals(2, results.size());
            MavenProject p1 = results.get(0).getProject();
            MavenProject p2 = results.get(1).getProject();
            MavenProject parent = p1.getArtifactId().equals("parent") ? p1 : p2;
            assertEquals(List.of("child"), parent.getModel().getDelegate().getSubprojects());
        }
    
        @Test
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Nov 18 17:20:31 GMT 2025
    - 33.7K bytes
    - Click Count (0)
  3. tests/query_test.go

    	if err := DB.AutoMigrate(&CustomizedTypePrimaryKey{}); err != nil {
    		t.Fatalf("failed to migrate, got error %v", err)
    	}
    
    	p1 := CustomizedTypePrimaryKey{Name: "p1"}
    	p2 := CustomizedTypePrimaryKey{Name: "p2"}
    	p3 := CustomizedTypePrimaryKey{Name: "p3"}
    	DB.Create(&p1)
    	DB.Create(&p2)
    	DB.Create(&p3)
    
    	var p CustomizedTypePrimaryKey
    
    	if err := DB.First(&p, p2.ID).Error; err != nil {
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Tue Jul 22 06:21:04 GMT 2025
    - 51K bytes
    - Click Count (0)
  4. lib/fips140/v1.0.0-c2097c7c.zip

    z3.Mul(t4, z3) // Z3 ← t4 · Z3 t1.Mul(t3, t0) // t1 ← t3 · t0 z3.Add(z3, t1) // Z3 ← Z3 + t1 q.x.Select(&p1.x, x3, infinity) q.y.Select(&p1.y, y3, infinity) q.z.Select(&p1.z, z3, infinity) return q } // Select sets q to p1 if cond == 1, and to p2 if cond == 0. func (q *P256Point) Select(p1, p2 *P256Point, cond int) *P256Point { q.x.Select(&p1.x, &p2.x, cond) q.y.Select(&p1.y, &p2.y, cond) q.z.Select(&p1.z, &p2.z, cond) return q } // p256OrdElement is a P-256 scalar field element in [0, ord(G)-1] in the...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  5. lib/fips140/v1.1.0-rc1.zip

    z3.Mul(t4, z3) // Z3 ← t4 · Z3 t1.Mul(t3, t0) // t1 ← t3 · t0 z3.Add(z3, t1) // Z3 ← Z3 + t1 q.x.Select(&p1.x, x3, infinity) q.y.Select(&p1.y, y3, infinity) q.z.Select(&p1.z, z3, infinity) return q } // Select sets q to p1 if cond == 1, and to p2 if cond == 0. func (q *P256Point) Select(p1, p2 *P256Point, cond int) *P256Point { q.x.Select(&p1.x, &p2.x, cond) q.y.Select(&p1.y, &p2.y, cond) q.z.Select(&p1.z, &p2.z, cond) return q } // p256OrdElement is a P-256 scalar field element in [0, ord(G)-1] in the...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
  6. tests/association_generics_test.go

    // Multi-owners: HasMany update and delete
    func TestClauseAssociationSetUpdateAndDeleteManyOwnersHasMany(t *testing.T) {
    	ctx := context.Background()
    	u1 := User{Name: "MultiOwners-HasMany-1", Age: 21}
    	u1.Pets = []*Pet{{Name: "p1"}}
    	u2 := User{Name: "MultiOwners-HasMany-2", Age: 22}
    	u2.Pets = []*Pet{{Name: "p2"}}
    	if err := DB.Create(&u1).Error; err != nil {
    		t.Fatalf("create u1: %v", err)
    	}
    	if err := DB.Create(&u2).Error; err != nil {
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Fri Sep 12 05:42:26 GMT 2025
    - 37.9K bytes
    - Click Count (0)
  7. cmd/testdata/decryptObjectInfo.json.zst

    er-Side-Encryption-S3-Sealed-Key":"IAAfANhv/ai5aVGqjjxeHSLDYm9YP==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/plain"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/modlegacy/src/old/p1/p1.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"kRIO5nhyzLlSBFACQxWV=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAP0dpifquwxhTuBZ+Z/2yjF3TB0...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Thu Oct 29 16:34:20 GMT 2020
    - 164K bytes
    - Click Count (0)
  8. cmd/site-replication.go

    		if slices.Contains(u2.MemberOf, v1) {
    			found = true
    		}
    		if !found {
    			return false
    		}
    	}
    	return true
    }
    
    func isPolicyMappingEqual(p1, p2 srPolicyMapping) bool {
    	return p1.Policy == p2.Policy && p1.IsGroup == p2.IsGroup && p1.UserOrGroup == p2.UserOrGroup
    }
    
    type srPeerInfo struct {
    	madmin.PeerInfo
    	EndpointURL *url.URL
    }
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
  9. doc/go_spec.html

    	A5 = func(x int, _ float64) *[]string
    
    	B0 A0
    	B1 []string
    	B2 struct{ a, b int }
    	B3 struct{ a, c int }
    	B4 func(int, float64) *B0
    	B5 func(x int, y float64) *A1
    
    	C0 = B0
    	D0[P1, P2 any] struct{ x P1; y P2 }
    	E0 = D0[int, string]
    )
    </pre>
    
    <p>
    these types are identical:
    </p>
    
    <pre>
    A0, A1, and []string
    A2 and struct{ a, b int }
    A3 and int
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 02 23:07:19 GMT 2025
    - 286.5K bytes
    - Click Count (1)
Back to Top