- Sort Score
- Num 10 results
- Language All
Results 11 - 14 of 14 for 4194304 (0.05 seconds)
-
src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java
// Then long expectedCapacity = alloc * sectPerAlloc * bytesPerSect; assertEquals(expectedCapacity, fileFsSizeInfo.getCapacity()); assertEquals(4194304L, fileFsSizeInfo.getCapacity()); // 1024 * 8 * 512 } @Test @DisplayName("Should calculate free space correctly")Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 25.9K bytes - Click Count (0) -
src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java
// Then long expectedCapacity = alloc * sectPerAlloc * bytesPerSect; assertEquals(expectedCapacity, fileFsFullSizeInfo.getCapacity()); assertEquals(4194304L, fileFsFullSizeInfo.getCapacity()); // 1024 * 8 * 512 } @Test @DisplayName("Should calculate free space correctly using caller available units")Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 30.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.6.md
#### Updates to edit * `edit` now supports Third party resources and extension API servers. ([#41304](https://github.com/kubernetes/kubernetes/pull/41304), [@liggitt](https://github.com/liggitt)) * Now to edit a particular API version, provide the fully-qualify the resource, version, and group used to fetch the object (for example, `job.v1.batch/myjob`)
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 304K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.28.md
- Fixed computing backoff delay when using Job pod failure policy, by including in the backoff delay calculation pod failures ignored from the backoffLimit counter. ([#119434](https://github.com/kubernetes/kubernetes/pull/119434), [@mimowo](https://github.com/mimowo))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Sep 05 03:47:18 GMT 2025 - 456.9K bytes - Click Count (1)