- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 612 for PLATFORM (0.05 seconds)
-
guava-gwt/src-super/com/google/common/base/super/com/google/common/base/Platform.native.js
/** * @param {?string} str * @return {boolean} Whether the given string is null or is the empty string. * @public */ Platform.stringIsNullOrEmpty = function(str) { return !str; }; /** * @param {?string} str * @return {string} Original str, if it is non-null. Otherwise empty string. */ Platform.nullToEmpty = function(str) { return str || ""; }; /** * @param {?string} strCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 25 14:03:03 GMT 2020 - 527 bytes - Click Count (0) -
docs/en/docs/img/sponsors/platform-sh-banner.png
platform-sh-banner.png...
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jun 10 20:58:15 GMT 2023 - 6.2K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-unix.yml
--- - job: name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-unix display-name: "elastic / elasticsearch # %BRANCH% - unix compatibility" description: "Elasticsearch %BRANCH% unix compatibility testing.\n" project-type: matrix node: master scm: - git: wipe-workspace: false axes: - axis: type: label-expression name: os values:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Sep 14 17:35:45 GMT 2021 - 1.3K bytes - Click Count (0) -
ci/official/utilities/repack_libtensorflow.sh
cp tensorflow/core/platform/ctstring.h \ tensorflow/core/platform/ctstring_internal.h \ ${LIB_PKG}/include/tensorflow/core/platform cp third_party/xla/xla/tsl/c/tsl_status.h ${LIB_PKG}/include/xla/tsl/c cp third_party/xla/third_party/tsl/tsl/platform/ctstring.h \ third_party/xla/third_party/tsl/tsl/platform/ctstring_internal.h \ ${LIB_PKG}/include/tsl/platform cd ${LIB_PKG}Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 21 01:25:46 GMT 2026 - 3.7K bytes - Click Count (0) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/JdkDownloadPluginFuncTest.groovy
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 27 19:29:10 GMT 2021 - 10.5K bytes - Click Count (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt
import java.security.Security import okhttp3.TestUtil import okhttp3.internal.platform.ConscryptPlatform import okhttp3.internal.platform.Jdk8WithJettyBootPlatform import okhttp3.internal.platform.Jdk9Platform import okhttp3.internal.platform.OpenJSSEPlatform import okhttp3.internal.platform.Platform import okhttp3.internal.platform.PlatformRegistry import okhttp3.tls.HandshakeCertificates import okhttp3.tls.HeldCertificate
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 15.5K bytes - Click Count (1) -
build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/Builders.kt
} fun uses(platform: PlatformBuilder) { uses.add(platform) } fun module(platformName: String, moduleConfiguration: ArchitectureModuleBuilder.() -> Unit) { val module = ArchitectureModuleBuilder(platformName, settings) modules.add(module) module.moduleConfiguration() } override fun build(): Platform {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:56 GMT 2026 - 3K bytes - Click Count (0) -
architecture/platforms.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 May 02 06:42:46 GMT 2024 - 5.4K bytes - Click Count (0) -
build-tools-internal/src/test/java/org/elasticsearch/gradle/DistributionDownloadPluginTests.java
platform, bundledJdk ); } } } public void testLocalBwcArchives() { for (Platform platform : Platform.values()) { // note: no non bundled jdk for bwc String configName = projectName(platform.toString(), true); configName += (platform == Platform.WINDOWS ? "-zip" : "-tar");Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 07:24:59 GMT 2021 - 6.4K bytes - Click Count (0) -
build-tools-internal/src/test/java/org/elasticsearch/gradle/AbstractDistributionDownloadPluginTests.java
createDistro(project, "distro", version.toString(), type, platform, true); } protected ElasticsearchDistribution createDistro( Project project, String name, String version, ElasticsearchDistributionType type, ElasticsearchDistribution.Platform platform, Boolean bundledJdk ) {
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 07:24:59 GMT 2021 - 4.7K bytes - Click Count (0)