- Sort Score
- Result 10 results
- Languages All
Results 1551 - 1560 of 2,531 for ctype (0.02 sec)
- 
				
				okhttp/src/commonJvmAndroid/kotlin/okhttp3/ResponseBody.kt* [Byte Order Mark (BOM)](https://en.wikipedia.org/wiki/Byte_order_mark), it is consumed and * used to determine the charset of the response bytes. * * Otherwise if the response has a `Content-Type` header that specifies a charset, that is used * to determine the charset of the response bytes. * * Otherwise the response bytes are decoded as UTF-8. */ fun charStream(): Reader = Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 14:51:25 UTC 2025 - 11.6K bytes - Viewed (0)
- 
				
				docs/de/docs/tutorial/handling-errors.mdRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.4K bytes - Viewed (0)
- 
				
				cmd/erasure-object_test.goVersioningEnabled: true, }) if err != nil { t.Fatal(err) } z, ok := obj.(*erasureServerPools) if !ok { t.Fatal("unexpected object layer type") } versions := make([]string, 2) for i := range z.serverPools { objInfo, err := z.serverPools[i].PutObject(ctx, bucketName, objectName,Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 38.3K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/BadWordDbm.javareturn null; } // =================================================================================== // Type Name // ========= @Override public String getEntityTypeName() { return "org.codelibs.fess.opensearch.config.exentity.BadWord";Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.3K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/BoostDocumentRuleDbm.javareturn null; } // =================================================================================== // Type Name // ========= @Override public String getEntityTypeName() {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.5K bytes - Viewed (0)
- 
				
				okhttp/src/jvmTest/kotlin/okhttp3/SocksProxy.ktfor (socket in openSockets) { socket.closeQuietly() } Thread.currentThread().name = "SocksProxy" } } } fun proxy(): Proxy = Proxy( Proxy.Type.SOCKS, InetSocketAddress.createUnresolved("localhost", serverSocket!!.localPort), ) fun connectionCount(): Int = connectionCount.get() fun shutdown() { serverSocket!!.close() Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 7.6K bytes - Viewed (0)
- 
				
				docs/changelogs/upgrading_to_okhttp_4.mdThe username and password parameters to `Credentials.basic()` are now non-null strings. In OkHttp 3.x, null would yield a username or password of "null". #### HttpUrl.queryParameterValues() The return type of `HttpUrl.queryParameterValues()` is `List<String?>`. Lists that may contain null are uncommon and Kotlin callers may have incorrectly assigned the result to `List<String>`. Code Cleanup ------------ Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 16:58:16 UTC 2022 - 10.9K bytes - Viewed (0)
- 
				
				guava-tests/test/com/google/common/util/concurrent/TestThread.java* except that the method parameter must accept whatever condition-like object is passed into {@code * callAndAssertWaits} by the test. * * @param <L> the type of the lock-like object to be used * @author Justin T. Sampson */ @NullUnmarked public final class TestThread<L> extends Thread implements TearDown { private static final long DUE_DILIGENCE_MILLIS = 100;Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 10.8K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/FailureUrlDbm.javareturn null; } // =================================================================================== // Type Name // ========= @Override public String getEntityTypeName() { return "org.codelibs.fess.opensearch.config.exentity.FailureUrl";Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.3K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/job/JobExecutorTest.java// Test with null values result = jobExecutor.execute(null, "script"); assertEquals("Executed: null script", result); result = jobExecutor.execute("type", null); assertEquals("Executed: type null", result); result = jobExecutor.execute(null, null); assertEquals("Executed: null null", result); // Test with empty stringsRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.1K bytes - Viewed (0)