Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 10h39s (0.2 sec)

  1. security/pkg/util/certutil_test.go

    			// The cert expires at 2017-08-24 19:00:40 +0000 UTC, so the grace period starts at 2017-08-24 07:00:40 +0000 UTC
    			// The wait time is the duration from fake now to the grace period start time, which is 10h39s (36039s).
    			cert:             testCert,
    			now:              time.Date(2017, time.August, 23, 21, 0, 0, 40, time.UTC),
    			expectedWaitTime: 36039,
    		},
    		"Cert expired": {
    			// Now = 2017-08-25 21:00:40 +0000 UTC.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 30 19:33:26 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/test/pgo_devirtualize_test.go

    		}
    	}
    
    	want := []devirtualization{
    		// ExerciseIface
    		{
    			pos:    "./devirt.go:101:20",
    			callee: "mult.Mult.Multiply",
    		},
    		{
    			pos:    "./devirt.go:101:39",
    			callee: "Add.Add",
    		},
    		// ExerciseFuncConcrete
    		{
    			pos:    "./devirt.go:173:36",
    			callee: "AddFn",
    		},
    		{
    			pos:    "./devirt.go:173:15",
    			callee: "mult.MultFn",
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 15 21:30:35 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  3. src/go/printer/testdata/alignment.golden

    		Bar:			"bar",
    		Name:			"name",
    		LongNameXXXXXXXXXXXXX:	"longname",
    		Baz:			"baz",
    	}
    }
    
    // ----------------------------------------------------------------------------
    // Examples from issue #10392.
    
    var kcfg = KubeletConfig{
    	Address:			s.Address,
    	AllowPrivileged:		s.AllowPrivileged,
    	HostNetworkSources:		hostNetworkSources,
    	HostnameOverride:		s.HostnameOverride,
    	RootDirectory:			s.RootDirectory,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 14 20:40:15 UTC 2018
    - 4.1K bytes
    - Viewed (0)
  4. src/go/printer/testdata/alignment.input

            Name: "name",
            LongNameXXXXXXXXXXXXX: "longname",
            Baz: "baz",
        }
    }
    
    // ----------------------------------------------------------------------------
    // Examples from issue #10392.
    
    var kcfg = KubeletConfig{
        Address:                        s.Address,
        AllowPrivileged:                s.AllowPrivileged,
        HostNetworkSources:             hostNetworkSources,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 14 20:40:15 UTC 2018
    - 4.9K bytes
    - Viewed (0)
  5. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseClasspathIntegrationSpec.groovy

    class EclipseClasspathIntegrationSpec extends AbstractEclipseIntegrationSpec {
    
        // TODO this should be part of EclipseClasspathIntegrationTest, but it uses a legacy superclass
    
        @Issue("https://github.com/gradle/gradle/issues/10393")
        @ToBeFixedForConfigurationCache
        def  "Does not contain duplicate project dependencies"() {
            setup:
            buildFile <<  """
                allprojects {
                    apply plugin: 'java'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/inline/inlheur/testdata/props/calls.go

    // calls.go T_calls_not_on_panic_paths 93 0 1
    // ParamFlags
    //   0 ParamFeedsIfOrSwitch|ParamMayFeedIfOrSwitch
    //   1 ParamNoInfo
    // <endpropsdump>
    // {"Flags":0,"ParamFlags":[96,0],"ResultFlags":null}
    // callsite: calls.go:103:9|0 flagstr "" flagval 0 score 2 mask 0 maskstr ""
    // callsite: calls.go:112:9|1 flagstr "" flagval 0 score 2 mask 0 maskstr ""
    // callsite: calls.go:115:9|2 flagstr "" flagval 0 score 2 mask 0 maskstr ""
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:25 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Server-TLSv13-IssueTicketPreDisable

    000001a0  5e 53 b0 fe 55 21 1c 6c  fa d2 a3 71 18 1d 8f ec  |^S..U!.l...q....|
    000001b0  a3 ab 89 10 19 6d 45 50  9e f8 bf aa 3a 91 3b 80  |.....mEP....:.;.|
    000001c0  68 33 c0 d2 4c 10 39 b6  01 79 aa 27 a5 3e e7 59  |h3..L.9..y.'.>.Y|
    000001d0  6e fa c3 16 68 7f 7e ce  05 b0 96 e9 dd 2c 4a 7b  |n...h.~......,J{|
    000001e0  5e 63 65 e6 6f f1 05 95  40 e3 71 15 c6 bd ec 60  |^ce.o...@.q....`|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top