- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for somehost (0.03 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/InterceptorTest.kt
Interceptor { chain: Interceptor.Chain -> val address = chain.connection()!!.route().address val sameHost = address.url.host val differentPort = address.url.port + 1 chain.proceed( chain .request() .newBuilder() .url("http://$sameHost:$differentPort/") .build(), ) } client = clientRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Nov 04 16:11:23 UTC 2025 - 28.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
buf.append(URLEncoder.encode(String.valueOf(c), Constants.UTF_8)); } catch (final UnsupportedEncodingException e) { // UTF-8 should always be supported, but log if it somehow isn't logger.warn("UTF-8 encoding not supported - this should not happen: char={}", c, e); } } } configPath = convertCrawlingPath(buf.toString());
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 16.3K bytes - Viewed (0) -
android/pom.xml
--> <surefire.toolchain.version>${java.specification.version}</surefire.toolchain.version> <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI --> <test.include>%regex[.*.class]</test.include> <animal-sniffer-maven-plugin.version>1.24</animal-sniffer-maven-plugin.version> <asm.version>9.8</asm.version>Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.4K bytes - Viewed (0) -
pom.xml
--> <surefire.toolchain.version>${java.specification.version}</surefire.toolchain.version> <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI --> <test.include>%regex[.*.class]</test.include> <animal-sniffer-maven-plugin.version>1.24</animal-sniffer-maven-plugin.version> <asm.version>9.8</asm.version>Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.1K bytes - Viewed (0)