Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 7006 (0.17 sec)

  1. platforms/core-runtime/wrapper-main/src/integTest/groovy/org/gradle/integtests/WrapperGenerationIntegrationTest.groovy

        }
    
        def "generated wrapper scripts for given network timeout from command-line"() {
            when:
            run "wrapper", "--network-timeout", "7000"
    
            then:
            file("gradle/wrapper/gradle-wrapper.properties").text.contains("networkTimeout=7000")
        }
    
        def "wrapper JAR does not contain version in manifest"() {
            when:
            run "wrapper"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:38 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/time_test.go

    		{name: "malformed timestamp", in: []byte("\x45hello"), out: Time{}, errMessage: `parsing time "hello" as "2006-01-02T15:04:05Z07:00": cannot parse "hello" as "2006"`}, // 'hello'
    	} {
    		t.Run(tc.name, func(t *testing.T) {
    			var got Time
    			err := got.UnmarshalCBOR(tc.in)
    			if err != nil {
    				if tc.errMessage == "" {
    					t.Fatalf("want nil error, got: %v", err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:09 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_test.go

    		{name: "malformed timestamp", in: []byte("\x45hello"), out: MicroTime{}, errMessage: `parsing time "hello" as "2006-01-02T15:04:05.000000Z07:00": cannot parse "hello" as "2006"`}, // 'hello'
    	} {
    		t.Run(tc.name, func(t *testing.T) {
    			var got MicroTime
    			err := got.UnmarshalCBOR(tc.in)
    			if err != nil {
    				if tc.errMessage == "" {
    					t.Fatalf("want nil error, got: %v", err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    								"intField":    1000,
    							},
    							"object4": map[string]interface{}{
    								"stringField": "k8s third string", // invalid. even number length. ratcheted
    								"intField":    7000,
    							},
    						},
    					}},
    				expectError{
    					applyPatchOperation{
    						"swap keys between valuesin the map",
    						myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  5. pkg/features/kube_features.go

    	// stable: v1.30
    	//
    	// Enable users to specify when a Pod is ready for scheduling.
    	PodSchedulingReadiness featuregate.Feature = "PodSchedulingReadiness"
    
    	// owner: @seans3
    	// kep: http://kep.k8s.io/4006
    	// alpha: v1.30
    	//
    	// Enables PortForward to be proxied with a websocket client
    	PortForwardWebsockets featuregate.Feature = "PortForwardWebsockets"
    
    	// owner: @jessfraz
    	// alpha: v1.12
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  6. src/time/format.go

    // That value is recorded as the constant named [Layout], listed below. As a Unix
    // time, this is 1136239445. Since MST is GMT-0700, the reference would be
    // printed by the Unix date command as:
    //
    //	Mon Jan 2 15:04:05 MST 2006
    //
    // It is a regrettable historic error that the date uses the American convention
    // of putting the numerical month before the day.
    //
    // The example for Time.Format demonstrates the working of the layout string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{decQuantity(1080, -3, DecimalSI), "1080m", "1.08"},
    		{decQuantity(108, -2, DecimalSI), "1080m", "1080000000n"},
    		{decQuantity(10800, -4, DecimalSI), "1080m", ""},
    		{decQuantity(300, 6, DecimalSI), "300M", ""},
    		{decQuantity(1, 12, DecimalSI), "1T", ""},
    		{decQuantity(1234567, 6, DecimalSI), "1234567M", ""},
    		{decQuantity(1234567, -3, BinarySI), "1234567m", ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  8. cluster/gce/util.sh

    KUBE_CONTROLLER_MANAGER_RUNASUSER: 2003
    KUBE_CONTROLLER_MANAGER_RUNASGROUP: 2003
    KUBE_API_SERVER_RUNASUSER: 2004
    KUBE_API_SERVER_RUNASGROUP: 2004
    KUBE_PKI_READERS_GROUP: 2005
    ETCD_RUNASUSER: 2006
    ETCD_RUNASGROUP: 2006
    KUBE_POD_LOG_READERS_GROUP: 2007
    KONNECTIVITY_SERVER_RUNASUSER: 2008
    KONNECTIVITY_SERVER_RUNASGROUP: 2008
    KONNECTIVITY_SERVER_SOCKET_WRITER_GROUP: 2008
    CLOUD_CONTROLLER_MANAGER_RUNASUSER: 2009
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    * Fix typos and update wording in deployment docs. PR [#700](https://github.com/tiangolo/fastapi/pull/700) by [@marier-nico](https://github.com/tiangolo/fastapi/pull/700).
    * Add note about dependencies in `APIRouter` docs. PR [#698](https://github.com/tiangolo/fastapi/pull/698) by [@marier-nico](https://github.com/marier-nico).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  10. ChangeLog.md

    ### Tools. Gradle
    
    #### New Features
    
    - [`KT-67253`](https://youtrack.jetbrains.com/issue/KT-67253) Support per-target configuration in compose-compiler-gradle-plugin
    - [`KT-67006`](https://youtrack.jetbrains.com/issue/KT-67006) Create new compose compiler Gradle plugin
    - [`KT-62921`](https://youtrack.jetbrains.com/issue/KT-62921) Add API to allow getting the version of the kotlinc compiler
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top