- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 4,075 for version2 (0.05 sec)
-
.go-version
Carlos Panato <******@****.***> 1764927645 +0100
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Fri Dec 05 09:40:45 UTC 2025 - 7 bytes - Viewed (0) -
okcurl/src/main/resources-templates/okcurl-version.properties
version=${projectVersion}...Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Dec 20 23:27:07 UTC 2023 - 26 bytes - Viewed (0) -
.ci/java-versions.properties
Registered: Sun Dec 21 06:47:06 UTC 2025 - Last Modified: Wed Jun 30 16:39:44 UTC 2021 - 313 bytes - Viewed (0) -
gradle/libs.versions.toml
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "org-jetbrains-kotlin" } kotlin-stdlib-osgi = { module = "org.jetbrains.kotlin:kotlin-osgi-bundle", version.ref = "org-jetbrains-kotlin" } kotlin-test-annotations = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common", version.ref = "org-jetbrains-kotlin" }Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 19 22:05:50 UTC 2025 - 8.5K bytes - Viewed (0) -
.ci/java-versions-aarch64.properties
Registered: Sun Dec 21 06:47:06 UTC 2025 - Last Modified: Tue Jun 08 18:35:17 UTC 2021 - 308 bytes - Viewed (0) -
src/test/java/jcifs/internal/witness/WitnessEnumTest.java
assertEquals("DFS_WITNESS", WitnessServiceType.DFS_WITNESS.toString()); assertEquals("VERSION_1", WitnessVersion.VERSION_1.toString()); assertEquals("VERSION_2", WitnessVersion.VERSION_2.toString()); assertEquals("RESOURCE_CHANGE", WitnessEventType.RESOURCE_CHANGE.toString()); assertEquals("CLIENT_MOVE", WitnessEventType.CLIENT_MOVE.toString());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessVersion.java
private final int version; /** * Creates a new WitnessVersion with the specified version value. * * @param version the numeric version value */ WitnessVersion(int version) { this.version = version; } /** * Gets the numeric version value. * * @return the version value */ public int getValue() { return version; } /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 1.9K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttp.kt
* The version string is configured in the root project's `build.gradle`. * * Note that OkHttp's runtime version may be different from the version specified in your * project's build file due to the dependency resolution features of your build tool. * * [semver]: https://semver.org */ val VERSION: String
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Mon Jul 28 20:33:04 UTC 2025 - 1.5K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/bug-report.yaml
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Mon Feb 28 09:34:43 UTC 2022 - 2.2K bytes - Viewed (0) -
docs/changelogs/changelog_1x.md
OkHttp 1.x Change Log ===================== ## Version 1.6.0 _2014-05-23_ * Offer bridges to make it easier to migrate from OkHttp 1.x to OkHttp 2.0. This adds `OkUrlFactory`, `Cache`, and `@Deprecated` annotations for APIs dropped in 2.0. ## Version 1.5.4 _2014-04-14_ * Drop ALPN support in Android. There's a concurrency bug in all currently-shipping versions.
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 6.4K bytes - Viewed (0)