- Sort Score
- Result 10 results
- Languages All
Results 1271 - 1280 of 2,424 for pong (0.03 sec)
-
src/archive/tar/testdata/pax-multi-hdrs.tar
PAX1/PAX1/long-path-name...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Dec 02 02:27:27 UTC 2015 - 4.5K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/oauth2-jwt.md
<img src="/img/tutorial/security/image07.png"> Autorize a aplicação da mesma maneira que antes. Usando as credenciais: Username: `johndoe` Password: `secret` /// check | Verifique Observe que em nenhuma parte do código está a senha em texto puro "`secret`", nós temos apenas o hash. /// <img src="/img/tutorial/security/image08.png">
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 11K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http/ExchangeCodec.kt
val socket: Socket /** Returns an output stream where the request body can be streamed. */ @Throws(IOException::class) fun createRequestBody( request: Request, contentLength: Long, ): Sink /** This should update the HTTP engine's sentRequestMillis field. */ @Throws(IOException::class) fun writeRequestHeaders(request: Request) /** Flush the request to the underlying socket. */
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Jul 29 21:11:09 UTC 2025 - 3.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientExceptionTest.java
assertEquals(cause, exception.getCause()); } public void test_constructor_withLongMessage() { // Test constructor with long message StringBuilder sb = new StringBuilder(); for (int i = 0; i < 1000; i++) { sb.append("Long message content "); } String message = sb.toString(); SearchEngineClientException exception = new SearchEngineClientException(message);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 6.9K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/DefaultArtifactVersion.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.1K bytes - Viewed (0) -
src/test/java/jcifs/util/HexdumpTest.java
assertEquals("FF", Hexdump.toHexString(255, 2)); assertEquals("1234", Hexdump.toHexString(0x1234, 4)); } @Test @DisplayName("Should convert long to hex string with padding") void testLongToHexString() { // Test various long values assertEquals("0000000000000000", Hexdump.toHexString(0L, 16)); assertEquals("00000000000000FF", Hexdump.toHexString(255L, 16));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.8K bytes - Viewed (0) -
src/test/resources/jcifs/smb1/util/mime.map
image/gif gif # GIF image file image/ief ief # Image Exchange image/jpeg jpeg jpg jpe # JPG image file image/png png # Portable Network Graphics image/tiff tiff tif # TIFF image file image/x-cmu-raster ras # image/x-portable-anymap pnm #
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/relatedcontent/AdminRelatedcontentAction.java
// ============ private static OptionalEntity<RelatedContent> getEntity(final CreateForm form, final String username, final long currentTime) { switch (form.crudMode) { case CrudMode.CREATE: return OptionalEntity.of(new RelatedContent()).map(entity -> { entity.setCreatedBy(username);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/InvalidQueryExceptionTest.java
// Verify that exception is serializable assertTrue(exception instanceof java.io.Serializable); } public void test_longMessage() { // Setup - test with a very long message final StringBuilder longMessageBuilder = new StringBuilder(); for (int i = 0; i < 1000; i++) { longMessageBuilder.append("Query segment ").append(i).append("; "); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
int securityMode; int security; boolean encryptedPasswords; boolean signaturesEnabled; boolean signaturesRequired; int maxNumberVcs; int maxRawSize; long serverTime; int serverTimeZone; int encryptionKeyLength; byte[] encryptionKey; byte[] guid; } InetAddress localAddr; int localPort; UniAddress address;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.8K bytes - Viewed (0)