- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 164 for Platform (1.37 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java
} /** * Gets the platform information. * @return the platform */ public String getPlatform() { return platform; } /** * Sets the platform information. * @param platform the platform to set */ public void setPlatform(final String platform) { this.platform = platform; } /**Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 8.9K bytes - Viewed (0) -
android-test/src/androidTest/java/okhttp/android/test/StrictModeTest.kt
import assertk.assertions.hasSize import assertk.assertions.isEmpty import assertk.assertions.isEqualTo import okhttp3.HttpUrl.Companion.toHttpUrl import okhttp3.OkHttpClient import okhttp3.Request import okhttp3.internal.platform.Platform import org.junit.jupiter.api.AfterEach import org.junit.jupiter.api.Test import org.junit.jupiter.api.parallel.Isolated @Isolated @SdkSuppress(minSdkVersion = 28) class StrictModeTest {Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Nov 21 12:33:41 UTC 2025 - 2.2K bytes - Viewed (0) -
.teamcity/subprojects.json
"name": "persistent-cache", "path": "platforms/core-execution/persistent-cache", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "platform-base", "path": "platforms/software/platform-base", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "platform-jvm", "path": "platforms/jvm/platform-jvm",
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 18 18:40:11 UTC 2025 - 37.5K bytes - Viewed (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild.minify.gradle.kts
// For signal codes "jnr.constants.platform.Signal", "jnr.constants.platform.aix.Signal", "jnr.constants.platform.darwin.Signal", "jnr.constants.platform.freebsd.Signal", "jnr.constants.platform.openbsd.Signal", "jnr.constants.platform.linux.Signal", "jnr.constants.platform.solaris.Signal", "jnr.constants.Constant",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 25 16:18:05 UTC 2025 - 5.6K bytes - Viewed (0) -
gradle/libs.versions.toml
#noinspection UnusedVersionCatalogEntry junit-platform-console = { module = "org.junit.platform:junit-platform-console", version.ref = "junit-platform" } #noinspection UnusedVersionCatalogEntry junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-platform" }Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 19 22:05:50 UTC 2025 - 8.5K bytes - Viewed (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.build-logic.kotlin-dsl-gradle-plugin.gradle.kts
id("gradlebuild.test-retry") id("gradlebuild.private-javadoc") } dependencies { api(platform("gradlebuild:build-platform")) implementation("gradlebuild:gradle-plugin") testImplementation("org.junit.vintage:junit-vintage-engine") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } tasks.withType<KotlinCompile>().configureEach { compilerOptions {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Nov 11 23:24:30 UTC 2025 - 1.6K bytes - Viewed (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/jvm/jacoco" /> <option value="$PROJECT_DIR$/platforms/jvm/java-compiler-plugin" /> <option value="$PROJECT_DIR$/platforms/jvm/java-platform" /> <option value="$PROJECT_DIR$/platforms/jvm/javadoc" /> <option value="$PROJECT_DIR$/platforms/jvm/jvm-services" /> <option value="$PROJECT_DIR$/platforms/jvm/language-groovy" />Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 11 18:02:10 UTC 2025 - 23.2K bytes - Viewed (0) -
.github/workflows/build.yml
java-version: 17 - name: Setup Gradle uses: gradle/actions/setup-gradle@v5 - name: Run Tests run: ./gradlew test allTests -Dtest.java.version=8 -Dokhttp.platform=jdk8alpn -Dalpn.boot.version=8.1.13.v20181017 -Dorg.gradle.java.installations.paths=/opt/hostedtoolcache/Java_Adopt_jdk/8.0.242-8.1/x64 testopenjsse: runs-on: ubuntu-latestRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 12 04:49:37 UTC 2025 - 18.6K bytes - Viewed (0) -
.bazelrc
common:rbe_linux --host_linkopt=-lm common:rbe_linux_cpu --config=rbe_linux common:rbe_linux_cpu --extra_execution_platforms="@ml_build_config_platform//:platform" common:rbe_linux_cpu --host_platform="@ml_build_config_platform//:platform" common:rbe_linux_cpu --platforms="@ml_build_config_platform//:platform" # This is needed for all Clang17 builds but must not be present in GCC builds. common:rbe_linux_cpu --copt=-Wno-error=unused-command-line-argument
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/DefaultMavenProjectBuilderTest.java
// The test will pass with File.separator but this shows the platform differences assertTrue( actualLocation.contains("pom-with-profiles/pom.xml"), "Location should contain path with proper separators for " + fsName + " (actual: " + actualLocation + ")\n" + "=== Cross-Platform Path Test [" + fsName + "] ===\n"Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 33.7K bytes - Viewed (0)