Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 360 (0.13 sec)

  1. cmd/update-notifier_test.go

    		{31 * 24 * time.Hour, "my_download_url", "1 month before the latest release"},
    		{61 * 24 * time.Hour, "my_download_url", "2 months before the latest release"},
    		{360 * 24 * time.Hour, "my_download_url", "1 year before the latest release"},
    		{361 * 24 * time.Hour, "my_download_url", "1 year before the latest release"},
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Jul 31 15:36:19 GMT 2023
    - 4.1K bytes
    - Viewed (0)
  2. cmd/endpoint-ellipses_test.go

    	}{
    		{
    			[]string{"data{1...64}"},
    			[]uint64{64},
    			[][]uint64{{8, 8, 8, 8, 8, 8, 8, 8}},
    			8,
    			true,
    		},
    		{
    			[]string{"http://host{1...2}/data{1...180}"},
    			[]uint64{360},
    			[][]uint64{{15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15}},
    			15,
    			true,
    		},
    		{
    			[]string{"http://host{1...12}/data{1...12}"},
    			[]uint64{144},
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Dec 07 09:33:56 GMT 2023
    - 15.2K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/test/callback.go

    func stack352()  { var buf [352]byte; use(buf[:]); C.callGoStackCheck() }
    func stack356()  { var buf [356]byte; use(buf[:]); C.callGoStackCheck() }
    func stack360()  { var buf [360]byte; use(buf[:]); C.callGoStackCheck() }
    func stack364()  { var buf [364]byte; use(buf[:]); C.callGoStackCheck() }
    func stack368()  { var buf [368]byte; use(buf[:]); C.callGoStackCheck() }
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 111.5K bytes
    - Viewed (0)
Back to top