- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 502 for PLATFORM (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/en/docs/img/sponsors/platform-sh.png
platform-sh.png...
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jun 10 20:58:15 GMT 2023 - 5.6K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+periodic+platform-support.yml
--- - job: name: elastic+elasticsearch+%BRANCH%+periodic+platform-support display-name: "elastic / elasticsearch # %BRANCH% - platform support" description: "Testing of the Elasticsearch %BRANCH% branch platform support tests.\n" project-type: multijob node: master vault: [] scm: - git: wipe-workspace: false builders: - multijob: name: Packaging tests projects:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 1.2K bytes - Click Count (0) -
architecture/standards/0004-use-a-platform-architecture.md
#### Extensibility platform This is a platform that builds on the core, software and JVM platforms to add support for extending Gradle by implementing and applying plugins. This platform includes the plugin publishing plugin and the plugin portal. #### Native platform This is a platform that builds on the core and software platforms to add support for developing native software.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 4.5K bytes - Click Count (0) -
okhttp/src/jvmTest/resources/web-platform-test-toascii.json
Yuri Schimke <******@****.***> 1735306796 +0200
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 5.2K bytes - Click Count (0) -
okhttp/src/jvmTest/resources/web-platform-test-urltestdata.txt
Yuri Schimke <******@****.***> 1735306796 +0200
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 14.3K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-arm.yml
--- - job: name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm display-name: "elastic / elasticsearch # %BRANCH% - arm compatibility" description: "Elasticsearch %BRANCH% ARM (aarch64) compatibility testing.\n" child-workspace: "/dev/shm/elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm" project-type: matrix node: master scm: - git: wipe-workspace: false axes: - axis:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jul 21 16:52:53 GMT 2021 - 1K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+periodic+platform-support-trigger.yml
--- jjbb-template: periodic-trigger-lgc.yml vars: - periodic-job: elastic+elasticsearch+%BRANCH%+periodic+platform-support - lgc-job: elastic+elasticsearch+%BRANCH%+intake
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 201 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-darwin.yml
--- - job: name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-darwin display-name: "elastic / elasticsearch # %BRANCH% - darwin compatibility" description: "Elasticsearch %BRANCH% MacOS compatibility testing.\n" node: "macosx && x86_64" builders: - inject: properties-file: '.ci/java-versions.properties' properties-content: | JAVA_HOME=$HOME/.java/$ES_BUILD_JAVACreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue May 25 23:43:40 GMT 2021 - 687 bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/testers/Platform.java
import com.google.errorprone.annotations.FormatMethod; import java.util.Locale; /** * This class is emulated in GWT. * * @author Hayward Chan */ @GwtCompatible final class Platform { /** Format the template with args, only supports the placeholder {@code %s}. */ @FormatMethod static String format(String template, Object... args) { return String.format(Locale.ROOT, template, args); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Dec 29 17:36:00 GMT 2025 - 1.3K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/testing/Platform.java
import org.jspecify.annotations.NullMarked; /** * Methods factored out so that they can be emulated differently in GWT. * * @author Chris Povirk */ @GwtCompatible @NullMarked final class Platform { /** Serializes and deserializes the specified object. */ @SuppressWarnings("unchecked") static <T> T reserialize(T object) { checkNotNull(object); ByteArrayOutputStream bytes = new ByteArrayOutputStream();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 1.7K bytes - Click Count (0)