Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for Feb (0.12 sec)

  1. 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)
  2. platforms/documentation/docs/src/snippets/native-binaries/cunit/groovy/libs/cunit/2.1-2/include/CUnit/Automated.h

     *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     */
    
    /*
     *  Automated Interface (generates HTML Report Files).
     *
     *  Feb 2002      Initial implementation (AK)
     *
     *  13-Feb-2002   Single interface to automated_run_tests. (AK)
     *
     *  20-Jul-2004   New interface, doxygen comments. (JDS)
     */
    
    /** @file
     * Automated testing interface with xml output (user interface).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  3. src/time/example_test.go

    	// 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)
  4. docs/bucket/lifecycle/DESIGN.md

    ```
    ...
            "MetaUsr": {
             "X-Amz-Restore-Expiry-Days": "4",
              "X-Amz-Restore-Request-Date": "Mon, 22 Feb 2021 21:10:09 GMT",
              "x-amz-restore": "ongoing-request=false, expiry-date=Sat, 27 Feb 2021 00:00:00 GMT",
    ...
    ```
    
    ### Encrypted/Object locked objects
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  5. pkg/kubelet/checkpointmanager/README.md

    Kubelet level.
    
    Below is the history of checkpointing support in Kubelet.
    
    | Package | First checkpointing support merged on | PR link |
    | ------- | --------------------------------------| ------- |
    |kubelet/dockershim | Feb 3, 2017 | [[CRI] Implement Dockershim Checkpoint](https://github.com/kubernetes/kubernetes/pull/39903)
    |devicemanager| Sep 6, 2017 | [Deviceplugin checkpoint](https://github.com/kubernetes/kubernetes/pull/51744)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 16 05:30:20 UTC 2018
    - 1.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/util/proxy/streamtunnel_test.go

    	"Content-Length": []string{"25"},
    	"Date":           []string{"Sun, 25 Feb 2024 08:09:25 GMT"},
    	"Split-Point":    []string{"split"},
    	"X-App-Protocol": []string{"portforward.k8s.io"},
    }
    
    const contentLengthHeaders = "HTTP/1.1 400 Error\r\n" +
    	"Content-Length: 25\r\n" +
    	"Date: Sun, 25 Feb 2024 08:09:25 GMT\r\n" +
    	"Split-Point: split\r\n" +
    	"X-App-Protocol: portforward.k8s.io\r\n" +
    	"\r\n"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 02:21:50 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  7. src/regexp/testdata/basic.dat

    BE$	[^a]		\n	(0,1)
    BE$	\na		\na	(0,2)
    E	(a)(b)(c)	abc	(0,3)(0,1)(1,2)(2,3)
    BE	xxx		xxx	(0,3)
    E1	(^|[ (,;])((([Ff]eb[^ ]* *|0*2/|\* */?)0*[6-7]))([^0-9]|$)	feb 6,	(0,6)
    E1	(^|[ (,;])((([Ff]eb[^ ]* *|0*2/|\* */?)0*[6-7]))([^0-9]|$)	2/7	(0,3)
    E1	(^|[ (,;])((([Ff]eb[^ ]* *|0*2/|\* */?)0*[6-7]))([^0-9]|$)	feb 1,Feb 6	(5,11)
    E3	((((((((((((((((((((((((((((((x))))))))))))))))))))))))))))))	x	(0,1)(0,1)(0,1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 8.4K bytes
    - Viewed (0)
  8. src/mime/mediatype_test.go

    			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)
  9. src/cmd/go/testdata/vcstest/git/vgotest1.txt

    There's nothing useful here.
    -- 0001-submod-go.mod-add-require-vgotest1-v1.1.0.patch --
    From 70fd92eaa4dacf82548d0c6099f5b853ae2c1fc8 Mon Sep 17 00:00:00 2001
    From: Russ Cox <******@****.***>
    Date: Mon, 19 Feb 2018 18:12:59 -0500
    Subject: [PATCH] submod/go.mod: add require vgotest1 v1.1.0
    
    ---
     submod/go.mod | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/submod/go.mod b/submod/go.mod
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  10. tests/util/pki/apiserver.crt

    Certificate:
        Data:
            Version: 3 (0x2)
            Serial Number: 1 (0x1)
        Signature Algorithm: sha256WithRSAEncryption
            Issuer: CN=127.0.0.1@1517693702
            Validity
                Not Before: Feb  3 21:35:03 2018 GMT
                Not After : Jun 21 21:35:03 2045 GMT
            Subject: CN=server
            Subject Public Key Info:
                Public Key Algorithm: rsaEncryption
                    Public-Key: (2048 bit)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Aug 10 19:14:58 UTC 2019
    - 4.8K bytes
    - Viewed (0)
Back to top