- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 017437 (0.03 sec)
-
requirements-docs-tests.txt
# For mkdocstrings and tests httpx >=0.23.0,<1.0.0 # For linting and generating docs versions
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Nov 04 08:38:16 UTC 2025 - 108 bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbExceptionTest.java
* - Negative values with 0xC0000000 bits set are returned as-is * - Positive values not in DOS_ERROR_CODES map to NT_STATUS_UNSUCCESSFUL */ @ParameterizedTest @ValueSource(ints = { 0, 1, 123, -7 }) void testGetNtStatusVariousCodes(int errcode) { SmbException ex = new SmbException(errcode, false); int expected; if (errcode == 0) { expected = 0;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.5K bytes - Viewed (0)