- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 2,189 for else_ (0.01 sec)
-
internal/s3select/parquet/reader.go
} value = sql.FormatSQLTimestamp(time.Unix(0, 0).Add(duration)) } } else if se.GetConvertedType() == parquettypes.ConvertedType_TIMESTAMP_MILLIS { duration := time.Duration(val) * time.Millisecond value = sql.FormatSQLTimestamp(time.Unix(0, 0).Add(duration)) } else if se.GetConvertedType() == parquettypes.ConvertedType_TIMESTAMP_MICROS { duration := time.Duration(val) * time.Microsecond
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 4.5K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
when (testCoverage.os) { Os.LINUX -> ParallelizationMethod.TestDistribution Os.ALPINE -> ParallelizationMethod.TestDistributionAlpine else -> ParallelizationMethod.TeamCityParallelTests(numberOfBatches) } } } private fun parallelize( subProjectTestClassTimes: List<SubprojectTestClassTime>,
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Apr 10 15:09:32 UTC 2025 - 7.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
allCrossVersionTestBucketProvider.createFunctionalTestsFor( stage, testCoverage, ) else -> functionalTestBucketProvider.createFunctionalTestsFor(stage, testCoverage) } } class CrossVersionTestBucketProvider( crossVersionBuckets: List<List<String>>, private val model: CIBuildModel,
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Sep 24 08:38:33 UTC 2025 - 8.2K bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/support/ClassBytesRepository.kt
entry.isClassPathArchive -> jarClassBytesIndexFor(entry) entry.isDirectory -> directoryClassBytesIndexFor(entry) else -> { _ -> null } } is ClassLoader -> loaderClassBytesIndexFor(entry) else -> { _ -> null } } private fun jarClassBytesIndexFor(jar: File): ClassBytesIndex = { classFilePath -> openJarFile(jar).run {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Jun 28 08:29:28 UTC 2024 - 6.3K bytes - Viewed (0) -
ci/official/libtensorflow.sh
tfrun bazel $TFCI_BAZEL_BAZELRC_ARGS test $TFCI_BAZEL_COMMON_ARGS --config=linux_libtensorflow_test tfrun bazel $TFCI_BAZEL_BAZELRC_ARGS build $TFCI_BAZEL_COMMON_ARGS --config=linux_libtensorflow_build else tfrun bazel $TFCI_BAZEL_BAZELRC_ARGS build $TFCI_BAZEL_COMMON_ARGS --config=windows_libtensorflow_build fi tfrun bash ./ci/official/utilities/repack_libtensorflow.sh "$TFCI_OUTPUT_DIR" "$TFCI_LIB_SUFFIX"
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Jan 24 20:17:08 UTC 2025 - 2K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractSuperClassChangesRule.groovy
protected boolean isInternal(CtClass c) { if (c.name.startsWith("java.")) { return false } else if (c.name.contains('.internal.')) { return true } else { return !publicApiPatterns.any { it.matcher(c.name).find() } } }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 24 14:15:15 UTC 2025 - 2.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4K bytes - Viewed (0) -
callbacks/callmethod.go
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Sat Feb 18 01:20:29 UTC 2023 - 846 bytes - Viewed (0) -
guava/src/com/google/common/collect/LinkedListMultimap.java
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 18:35:44 UTC 2025 - 27K bytes - Viewed (0) -
scripts/deploy_docs_status.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Sep 30 05:56:53 UTC 2025 - 4.4K bytes - Viewed (0)