- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,418 for Time (0.04 sec)
-
src/archive/zip/testdata/time-22738.zip
Russ Cox <******@****.***> 1511973652 -0500
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 01 00:22:21 UTC 2017 - 140 bytes - Viewed (0) -
src/archive/zip/testdata/time-winrar.zip
Joe Tsai <******@****.***> 1503947278 -0700
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Nov 06 19:50:28 UTC 2017 - 150 bytes - Viewed (0) -
src/archive/zip/testdata/time-go.zip
Joe Tsai <******@****.***> 1503947278 -0700
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Nov 06 19:50:28 UTC 2017 - 148 bytes - Viewed (0) -
src/archive/zip/testdata/time-win7.zip
Joe Tsai <******@****.***> 1503947278 -0700
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Nov 06 19:50:28 UTC 2017 - 114 bytes - Viewed (0) -
src/archive/zip/testdata/time-winzip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Nov 06 19:50:28 UTC 2017 - 150 bytes - Viewed (0) -
src/archive/zip/testdata/time-7zip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Nov 06 19:50:28 UTC 2017 - 150 bytes - Viewed (0) -
src/archive/zip/testdata/time-infozip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Nov 06 19:50:28 UTC 2017 - 166 bytes - Viewed (0) -
src/archive/zip/testdata/time-osx.zip
Joe Tsai <******@****.***> 1503947278 -0700
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Nov 06 19:50:28 UTC 2017 - 142 bytes - Viewed (0) -
internal/cachevalue/cache_test.go
func(ctx context.Context) (time.Time, error) { return time.Now(), nil }, ) t1, _ := cache.Get() t2, _ := cache.Get() if !t1.Equal(t2) { t.Fatalf("expected time to be equal: %s != %s", t1, t2) } time.Sleep(3 * time.Second) t3, _ := cache.Get() if t1.Equal(t3) { t.Fatalf("expected time to be un-equal: %s == %s", t1, t3) } } func BenchmarkCache(b *testing.B) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu May 09 00:51:34 UTC 2024 - 2.7K bytes - Viewed (0) -
internal/http/listener_test.go
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 17:41:02 UTC 2024 - 11.8K bytes - Viewed (0)