- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 832 for settingsId (0.05 sec)
-
build-logic-commons/settings.gradle.kts
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon May 19 17:09:05 UTC 2025 - 1.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/settings/SuggestSettingsBuilderTest.java
SuggestSettings settings1 = builder.build(client, "id1"); SuggestSettings settings2 = builder.build(client, "id2"); assertNotNull(settings1); assertNotNull(settings2); // Both should be created with the same configuration assertEquals("multi_index", builder.settingsIndexName);Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 14.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2ConnectionTest.kt
// Write the mocking script. val settings1 = Settings() settings1[Settings.HEADER_TABLE_SIZE] = 10000 settings1[Settings.INITIAL_WINDOW_SIZE] = 20000 settings1[Settings.MAX_FRAME_SIZE] = 30000 peer.sendFrame().settings(settings1) peer.acceptFrame() // ACK SETTINGS val settings2 = Settings() settings2[Settings.INITIAL_WINDOW_SIZE] = 40000 settings2[Settings.MAX_FRAME_SIZE] = 50000Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 75.5K bytes - Viewed (0) -
.teamcity/settings.kts
bot-gradle <******@****.***> 1755158306 +0000
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Aug 14 07:58:26 UTC 2025 - 1.2K bytes - Viewed (0) -
.vscode/settings.json
Yuri Schimke <******@****.***> 1713104645 +0100
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Apr 14 14:24:05 UTC 2024 - 52 bytes - Viewed (0) -
buildSrc/settings.gradle.kts
Yuri Schimke <******@****.***> 1758435742 +0100
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Sep 21 06:22:22 UTC 2025 - 174 bytes - Viewed (0) -
mockwebserver/src/main/kotlin/mockwebserver3/MockResponse.kt
} /** * When [protocols][MockWebServer.protocols] include [HTTP_2][okhttp3.Protocol], this pushes * [settings] before writing the response. */ public fun settings(settings: Settings): Builder = apply { this.settings_.clear() this.settings_.merge(settings) } /** * Attempts to perform a web socket upgrade on the connection.Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 17.8K bytes - Viewed (0) -
build-logic-settings/build-environment/src/main/kotlin/gradlebuild.build-environment.settings.gradle.kts
Anže Sodja <******@****.***> 1721979852 +0200
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Jul 26 07:44:12 UTC 2024 - 1.6K bytes - Viewed (0) -
build-logic-settings/configuration-cache-compatibility/src/main/kotlin/gradlebuild.configuration-cache-compatibility.settings.gradle.kts
Alex Semin <******@****.***> 1736350787 +0100
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jan 15 16:07:38 UTC 2025 - 4.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/SettingsBuilder.java
import org.apache.maven.api.settings.Settings; /** * Builds the effective settings from a user settings file and/or an installation settings file. * * @since 4.0.0 */ @Experimental public interface SettingsBuilder extends Service { /** * Builds the effective settings of the specified settings files. *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Apr 05 11:52:05 UTC 2025 - 5.1K bytes - Viewed (0)