Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for wed (0.02 sec)

  1. cluster/addons/addon-manager/CHANGELOG.md

     - Fix `start_addon` overwriting resources with `addonmanager.kubernetes.io/mode=EnsureExists`.
    
    ### Version 9.1.1 (Wed May 19 2020 Antoni Zawodny <******@****.***>)
     - Fix kube-addons.sh and kubectl permissions
    
    ### Version 9.1.0 (Wed May 13 2020 Antoni Zawodny <******@****.***>)
     - Enable overriding the default list of whitelisted resources
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 01:39:45 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  2. src/net/http/cookie_test.go

    	},
    	{
    		Header{"Set-Cookie": {".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly"}},
    		[]*Cookie{{
    			Name:       ".ASPXAUTH",
    			Value:      "7E3AA",
    			Path:       "/",
    			Expires:    time.Date(2012, 3, 7, 14, 25, 6, 0, time.UTC),
    			RawExpires: "Wed, 07-Mar-2012 14:25:06 GMT",
    			HttpOnly:   true,
    			Raw:        ".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly",
    		}},
    	},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:33:05 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc-resources.jar.lastUpdated

    #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
    #Wed Jan 05 14:06:51 CET 2022
    https\://repo.maven.apache.org/maven2/.lastUpdated=1641388011987
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 251 bytes
    - Viewed (0)
  4. src/net/http/httputil/example_test.go

    func ExampleDumpResponse() {
    	const body = "Go is a general-purpose language designed with systems programming in mind."
    	ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
    		w.Header().Set("Date", "Wed, 19 Jul 1972 19:00:00 GMT")
    		fmt.Fprintln(w, body)
    	}))
    	defer ts.Close()
    
    	resp, err := http.Get(ts.URL)
    	if err != nil {
    		log.Fatal(err)
    	}
    	defer resp.Body.Close()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 16 20:01:36 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  5. src/time/example_test.go

    	// Output:
    	// default format: 2015-02-25 11:06:39 -0800 PST
    	// Unix format: Wed Feb 25 11:06:39 PST 2015
    	// Same, in UTC: Wed Feb 25 19:06:39 UTC 2015
    	//in Shanghai with seconds: 2015-02-26T03:06:39 +080000
    	//in Shanghai with colon seconds: 2015-02-26T03:06:39 +08:00:00
    	//
    	// Formats:
    	//
    	// Basic full date  "Mon Jan 2 15:04:05 MST 2006" gives "Wed Feb 25 11:06:39 PST 2015"
    	// Basic short date "2006/01/02" gives "2015/02/25"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 01:05:00 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  6. src/mime/mediatype_test.go

    			"attachment",
    			m("xfilename", "foo.html")},
    		// #attcdate
    		{`attachment; creation-date="Wed, 12 Feb 1997 16:29:51 -0500"`,
    			"attachment",
    			m("creation-date", "Wed, 12 Feb 1997 16:29:51 -0500")},
    		// #attmdate
    		{`attachment; modification-date="Wed, 12 Feb 1997 16:29:51 -0500"`,
    			"attachment",
    			m("modification-date", "Wed, 12 Feb 1997 16:29:51 -0500")},
    		// #dispext
    		{`foobar`, "foobar", m()},
    		// #dispextbadfn
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 26 17:58:37 UTC 2022
    - 18.1K bytes
    - Viewed (0)
  7. docs/hotfixes.md

    ```
    
    - A fix must be a valid fix that was reproduced and seen in a customer environment, for example.
    
    ```
    commit 886262e58af77ebc7c836ef587c08544e9a0c271
    Author: Harshavardhana <******@****.***>
    Date:   Wed Nov 17 15:49:12 2021 -0800
    
        heal legacy objects when versioning is enabled after upgrade (#13671)
    ```
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Feb 14 21:36:02 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. src/time/format_test.go

    }
    
    var formatTests = []FormatTest{
    	{"ANSIC", ANSIC, "Wed Feb  4 21:00:57 2009"},
    	{"UnixDate", UnixDate, "Wed Feb  4 21:00:57 PST 2009"},
    	{"RubyDate", RubyDate, "Wed Feb 04 21:00:57 -0800 2009"},
    	{"RFC822", RFC822, "04 Feb 09 21:00 PST"},
    	{"RFC850", RFC850, "Wednesday, 04-Feb-09 21:00:57 PST"},
    	{"RFC1123", RFC1123, "Wed, 04 Feb 2009 21:00:57 PST"},
    	{"RFC1123Z", RFC1123Z, "Wed, 04 Feb 2009 21:00:57 -0800"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:58:29 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  9. src/cmd/dist/main.go

    		out := run("", CheckExit, "uname", "-m")
    		outAll := run("", CheckExit, "uname", "-a")
    		switch {
    		case strings.Contains(outAll, "RELEASE_ARM64"):
    			// MacOS prints
    			// Darwin p1.local 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:01 PDT 2021; root:xnu-8019.41.5~1/RELEASE_ARM64_T6000 x86_64
    			// on ARM64 laptops when there is an x86 parent in the
    			// process tree. Look for the RELEASE_ARM64 to avoid being
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 22 19:44:52 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  10. src/net/http/fs_test.go

    			reqHeader: map[string]string{
    				"Range":    "bytes=0-4",
    				"If-Range": "Wed, 25 Jun 2014 17:12:18 GMT",
    			},
    			wantStatus:       StatusPartialContent,
    			wantContentType:  "text/css; charset=utf-8",
    			wantContentRange: "bytes 0-4/8",
    			wantLastMod:      "Wed, 25 Jun 2014 17:12:18 GMT",
    		},
    		"range_with_modtime_mismatch": {
    			file:    "testdata/style.css",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 23:39:44 UTC 2024
    - 49.9K bytes
    - Viewed (0)
Back to top