Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 57 for name12 (0.16 sec)

  1. schema/field_test.go

    		{Name: "Name3", DBName: "name3", BindNames: []string{"Name3"}, DataType: schema.String, Tag: `gorm:"<-"`, Creatable: true, Updatable: true, Readable: true},
    		{Name: "Name4", DBName: "name4", BindNames: []string{"Name4"}, DataType: schema.String, Tag: `gorm:"<-:create"`, Creatable: true, Updatable: false, Readable: true},
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Sat Feb 19 09:02:53 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  2. src/time/format_test.go

    	}
    
    	f.Fuzz(func(t *testing.T, s string) {
    		// equalTime is like time.Time.Equal, but also compares the time zone.
    		equalTime := func(t1, t2 Time) bool {
    			name1, offset1 := t1.Zone()
    			name2, offset2 := t2.Zone()
    			return t1.Equal(t2) && name1 == name2 && offset1 == offset2
    		}
    
    		for _, tz := range []*Location{UTC, Local} {
    			// Parsing as RFC3339 or RFC3339Nano should be identical.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:58:29 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/AbstractSourceIncrementalCompilationIntegrationTest.groovy

        def "recompiles classes with \$ in class name after rename"() {
            def firstSource = source "class Class\$Name {}"
            source "class Main { public static void main(String[] args) { new Class\$Name(); } }"
            outputs.snapshot { run language.compileTaskName }
    
            when:
            firstSource.delete()
            source "class Class\$Name1 {}",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 16.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest_test.go

    }
    
    // Name returns the name from the request, and an optional namespace value if this is a namespace
    // scoped call. An error is returned if the name is not available.
    func (p *testNamer) Name(req *http.Request) (namespace, name string, err error) {
    	return p.namespace, p.name, nil
    }
    
    // ObjectName returns the namespace and name from an object if they exist, or an error if the object
    // does not support names.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  5. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/SourceParseAndResolutionTest.groovy

                #if 0
                #define HEADER HEADER1_
                #define NAME NAME1
                #else
                #define HEADER HEADER2_
                #define NAME NAME2
                #endif
                #define HEADER2(X, Y) X ## Y
                #define HEADER(X, Y) HEADER2(X, Y)
                #define PREFIX HEADER
                #define SUFFIX NAME
                #include HEADER(PREFIX, SUFFIX)
            """
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  6. platforms/software/maven/src/test/groovy/org/gradle/api/publish/maven/internal/publication/DefaultMavenPublicationTest.groovy

            publication.artifactId = "name2"
            publication.version = "version2"
    
            then:
            publication.pom.coordinates.groupId.get() == "group2"
            publication.pom.coordinates.artifactId.get() == "name2"
            publication.pom.coordinates.version.get() == "version2"
    
            and:
            publication.groupId == "group2"
            publication.artifactId == "name2"
            publication.version == "version2"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 01:33:41 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  7. istioctl/pkg/waypoint/waypoint.go

    			return err
    		}
    		for _, gw := range waypoints.Items {
    			names = append(names, gw.Name)
    		}
    	}
    
    	var wg sync.WaitGroup
    	var mu sync.Mutex
    	for _, name := range names {
    		wg.Add(1)
    		go func(name string) {
    			defer wg.Done()
    			if err := kubeClient.GatewayAPI().GatewayV1().Gateways(namespace).
    				Delete(context.Background(), name, metav1.DeleteOptions{}); err != nil {
    				if errors.IsNotFound(err) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:33 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/echotest/filters_test.go

    				Namespace: echo1NS,
    			},
    			{
    				Name:      "c",
    				Namespace: echo1NS,
    			},
    			{
    				Name:      "external",
    				Namespace: echo1NS,
    			},
    			{
    				Name:      "headless",
    				Namespace: echo1NS,
    			},
    			{
    				Name:      "naked",
    				Namespace: echo1NS,
    			},
    			{
    				Name:      "vm",
    				Namespace: echo1NS,
    			},
    		},
    	); diff != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_netbsd_amd64.go

    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    	SYS_PACCEPT              = 456 // { int|sys||paccept(int s, struct sockaddr *name, socklen_t *anamelen, const sigset_t *mask, int flags); }
    	SYS_LINKAT               = 457 // { int|sys||linkat(int fd1, const char *name1, int fd2, const char *name2, int flags); }
    	SYS_RENAMEAT             = 458 // { int|sys||renameat(int fromfd, const char *from, int tofd, const char *to); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_netbsd_arm.go

    	SYS_KQUEUE1              = 455 // { int|sys||kqueue1(int flags); }
    	SYS_PACCEPT              = 456 // { int|sys||paccept(int s, struct sockaddr *name, socklen_t *anamelen, const sigset_t *mask, int flags); }
    	SYS_LINKAT               = 457 // { int|sys||linkat(int fd1, const char *name1, int fd2, const char *name2, int flags); }
    	SYS_RENAMEAT             = 458 // { int|sys||renameat(int fromfd, const char *from, int tofd, const char *to); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
Back to top