Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 7d1h (0.09 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/duration/duration_test.go

    	}{
    		{d: time.Second, want: "1s"},
    		{d: 70 * time.Second, want: "70s"},
    		{d: 190 * time.Second, want: "3m10s"},
    		{d: 70 * time.Minute, want: "70m"},
    		{d: 47 * time.Hour, want: "47h"},
    		{d: 49 * time.Hour, want: "2d1h"},
    		{d: (8*24 + 2) * time.Hour, want: "8d"},
    		{d: (367 * 24) * time.Hour, want: "367d"},
    		{d: (365*2*24 + 25) * time.Hour, want: "2y1d"},
    		{d: (365*8*24 + 2) * time.Hour, want: "8y"},
    	}
    	for _, tt := range tests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 17 18:04:52 UTC 2020
    - 4.5K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers_test.go

    					},
    				},
    			},
    			// Columns: Name, Age, SignerName, Requestor, RequestedDuration, Condition
    			expected: []metav1.TableRow{{Cells: []interface{}{"csr2", "0s", "example.com/test-signer", "CSR Requestor", "7d1h", "Approved"}}},
    		},
    		// Basic CSR with Spec and Status=Approved; certificate issued.
    		{
    			csr: certificates.CertificateSigningRequest{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "csr2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    ,4.996c0,0.282,0,0.66,0.094,0.942c0.377,1.509,1.131,2.545,2.545,3.11 c1.319,0.472,2.356,0.472,3.676,0c0.565-0.188,1.132-0.659,1.132-0.659l-0.849-2.263c0,0-1.036,0.378-1.603,0.283 c-0.565-0.094-1.226-0.66-1.226-1.508c0-1.603,0-4.902,0-4.902h2.828V5.771h-2.828V2H8.205c0,0-0.094,0.66-0.188,0.942 C7.828,3.791,7.262,4.733,6.603,5.394C5.848,6.147,5,6.43,5,6.43v2.168H6.885z"/></svg>',tv:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect x="7" y="16" width="6" height="1"/><rect...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	//TODO: JG .+$0x11                      // 7f11
    	//TODO: JGE .+$0x11223344               // 480f8d44332211 or 0f8d44332211
    	//TODO: JGE .+$0x11                     // 7d11
    	//TODO: JL .+$0x11223344                // 0f8c44332211 or 480f8c44332211
    	//TODO: JL .+$0x11                      // 7c11
    	//TODO: JLE .+$0x11223344               // 0f8e44332211 or 480f8e44332211
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    F9CD          ; mapped                 ; 7559          # 1.1  CJK COMPATIBILITY IDEOGRAPH-F9CD
    F9CE          ; mapped                 ; 786B          # 1.1  CJK COMPATIBILITY IDEOGRAPH-F9CE
    F9CF          ; mapped                 ; 7D10          # 1.1  CJK COMPATIBILITY IDEOGRAPH-F9CF
    F9D0          ; mapped                 ; 985E          # 1.1  CJK COMPATIBILITY IDEOGRAPH-F9D0
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top