Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 129 for naked (0.13 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    If an element of the iterable implements `link:{javadocPath}/org/gradle/api/Named.html[Named]`, then the name is used as property name.
    The ordering of the elements in the iterable is crucial for reliable up-to-date checks and caching if not all of the elements implement `link:{javadocPath}/org/gradle/api/Named.html[Named]`.
    Multiple elements which have the same name are not allowed.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  2. src/cmd/dist/build.go

    		switch {
    		case err != nil:
    			// ignore
    		case d.IsDir() && (d.Name() == "vendor" || d.Name() == "testdata"):
    			return filepath.SkipDir
    		case d.IsDir() && d.Name() != "dist":
    			// Remove generated binary named for directory, but not dist out from under us.
    			exe := filepath.Join(path, d.Name())
    			if info, err := os.Stat(exe); err == nil && !info.IsDir() {
    				xremove(exe)
    			}
    			xremove(exe + ".exe")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  3. pkg/proxy/endpointschangetracker_test.go

    			},
    		},
    		expected: map[types.NamespacedName]sets.Set[string]{
    			{Namespace: "ns1", Name: "ep1"}: sets.New[string]("1.1.1.1"),
    		},
    	}, {
    		// Case[3]: named local and non-local ports for the same IP.
    		endpointsMap: EndpointsMap{
    			makeServicePortName("ns1", "ep1", "p11", v1.ProtocolTCP): []Endpoint{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 79.9K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_arm64.go

    	114: "operation already in progress",
    	115: "operation now in progress",
    	116: "stale file handle",
    	117: "structure needs cleaning",
    	118: "not a XENIX named type file",
    	119: "no XENIX semaphores available",
    	120: "is a named type file",
    	121: "remote I/O error",
    	122: "disk quota exceeded",
    	123: "no medium found",
    	124: "wrong medium type",
    	125: "operation canceled",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_riscv64.go

    	114: "operation already in progress",
    	115: "operation now in progress",
    	116: "stale file handle",
    	117: "structure needs cleaning",
    	118: "not a XENIX named type file",
    	119: "no XENIX semaphores available",
    	120: "is a named type file",
    	121: "remote I/O error",
    	122: "disk quota exceeded",
    	123: "no medium found",
    	124: "wrong medium type",
    	125: "operation canceled",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_mips.go

    	133:  "transport endpoint is already connected",
    	134:  "transport endpoint is not connected",
    	135:  "structure needs cleaning",
    	137:  "not a XENIX named type file",
    	138:  "no XENIX semaphores available",
    	139:  "is a named type file",
    	140:  "remote I/O error",
    	141:  "unknown error 141",
    	142:  "unknown error 142",
    	143:  "cannot send after transport endpoint shutdown",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mips64.go

    	133:  "transport endpoint is already connected",
    	134:  "transport endpoint is not connected",
    	135:  "structure needs cleaning",
    	137:  "not a XENIX named type file",
    	138:  "no XENIX semaphores available",
    	139:  "is a named type file",
    	140:  "remote I/O error",
    	141:  "unknown error 141",
    	142:  "unknown error 142",
    	143:  "cannot send after transport endpoint shutdown",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mips64le.go

    	133:  "transport endpoint is already connected",
    	134:  "transport endpoint is not connected",
    	135:  "structure needs cleaning",
    	137:  "not a XENIX named type file",
    	138:  "no XENIX semaphores available",
    	139:  "is a named type file",
    	140:  "remote I/O error",
    	141:  "unknown error 141",
    	142:  "unknown error 142",
    	143:  "cannot send after transport endpoint shutdown",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_mipsle.go

    	133:  "transport endpoint is already connected",
    	134:  "transport endpoint is not connected",
    	135:  "structure needs cleaning",
    	137:  "not a XENIX named type file",
    	138:  "no XENIX semaphores available",
    	139:  "is a named type file",
    	140:  "remote I/O error",
    	141:  "unknown error 141",
    	142:  "unknown error 142",
    	143:  "cannot send after transport endpoint shutdown",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/apps/v1/types.go

    	// will fulfill this Template, but have a unique identity from the rest
    	// of the StatefulSet. Each pod will be named with the format
    	// <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named
    	// "web" with index number "3" would be named "web-3".
    	// The only allowed template.spec.restartPolicy value is "Always".
    	Template v1.PodTemplateSpec `json:"template" protobuf:"bytes,3,opt,name=template"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
Back to top