- Sort Score
- Result 10 results
- Languages All
Results 601 - 610 of 722 for convention (0.08 sec)
-
src/test/java/jcifs/smb/SmbOperationExceptionTest.java
@DisplayName("Should identify error categories correctly") void testErrorCategories() { // Network error exception = new SmbOperationException(SmbOperationException.ErrorCode.CONNECTION_RESET, "Connection lost"); assertTrue(exception.isNetworkError()); assertFalse(exception.isAuthenticationError()); assertFalse(exception.isFileSystemError()); assertFalse(exception.isTransientError());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.1K bytes - Viewed (0) -
src/test/java/jcifs/SidResolverTest.java
} @Test void testGetServerSid_ConnectionTimeout() throws CIFSException { when(sidResolver.getServerSid(any(CIFSContext.class), anyString())).thenThrow(new CIFSException("Connection timeout")); assertThrows(CIFSException.class, () -> sidResolver.getServerSid(mockContext, testServerName)); } // Test with large datasets @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 15.5K bytes - Viewed (0) -
cmd/http-stats.go
return atomic.LoadUint64(&s.s3InputBytes) } // Return S3 total output bytes func (s *connStats) getS3OutputBytes() uint64 { return atomic.LoadUint64(&s.s3OutputBytes) } // Return connection stats (total input/output bytes and total s3 input/output bytes) func (s *connStats) toServerConnStats() serverConnStats { return serverConnStats{ internodeInputBytes: s.getInternodeInputBytes(), // Traffic internode received
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Sep 24 17:13:00 UTC 2024 - 11.4K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
</description> <fields> <field> <name>connection</name> <version>4.0.0+</version> <description> <, [@MadhavJivrajani](https://github.com/MadhavJivrajani))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (2) -
docs/es/docs/environment-variables.md
Esto significa que **cualquier valor** leído en Python desde una variable de entorno **será un `str`**, y cualquier conversión a un tipo diferente o cualquier validación tiene que hacerse en el código.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/es/docs/alternatives.md
### <a href="https://marshmallow.readthedocs.io/en/stable/" class="external-link" target="_blank">Marshmallow</a>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 25.4K bytes - Viewed (0) -
README.md
* <abbr title="also known as: serialization, parsing, marshalling">Conversion</abbr> of input data: coming from the network to Python data and types. Reading from: * JSON. * Path parameters. * Query parameters. * Cookies. * Headers. * Forms. * Files.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 15:19:49 UTC 2025 - 24.3K bytes - Viewed (0)