- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 171 for Utimes (0.05 seconds)
-
src/archive/zip/testdata/time-22738.zip
Russ Cox <******@****.***> 1511973652 -0500
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 01 00:22:21 GMT 2017 - 140 bytes - Click Count (0) -
src/archive/zip/testdata/time-winrar.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 150 bytes - Click Count (0) -
docs/features/events.md
.url("https://www.nytimes.com/") .build(); client.newCall(newYorkTimesRequest).enqueue(new Callback() { ... }); ``` Running this race over home WiFi shows the Times (`0002`) completes just slightly sooner than the Post (`0001`): ``` 0001 https://www.washingtonpost.com/ 0001 0.000 callStart 0002 https://www.nytimes.com/ 0002 0.000 callStart 0002 0.010 dnsStart
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:01:42 GMT 2026 - 7.7K bytes - Click Count (0) -
src/archive/zip/testdata/time-7zip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 150 bytes - Click Count (0) -
src/archive/zip/testdata/time-infozip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 166 bytes - Click Count (0) -
src/archive/zip/testdata/time-osx.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 142 bytes - Click Count (0) -
src/archive/zip/testdata/time-go.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 148 bytes - Click Count (0) -
src/archive/zip/testdata/time-win7.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 114 bytes - Click Count (0) -
src/archive/zip/testdata/time-winzip.zip
Joe Tsai <******@****.***> 1503947278 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 19:50:28 GMT 2017 - 150 bytes - Click Count (0) -
src/test/java/jcifs/SmbFileHandleTest.java
verify(smbFileHandle, times(1)).getTree(); } /** * Test isValid() when the handle is valid. */ @Test void testIsValid_whenValid() { when(smbFileHandle.isValid()).thenReturn(true); assertTrue(smbFileHandle.isValid(), "isValid should return true when the handle is valid."); verify(smbFileHandle, times(1)).isValid(); } /**
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 5.1K bytes - Click Count (0)