- Sort Score
- Num 10 results
- Language All
Results 221 - 230 of 472 for taskCh (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupExtension.kt
package gradlebuild.integrationtests.androidhomewarmup import org.gradle.api.file.DirectoryProperty import org.gradle.api.provider.ListProperty import java.io.Serializable /** * Configuration for the Android home warmup tasks. */ abstract class AndroidHomeWarmupExtension { // using project.rootProject.layout will trigger IP error "cannot access 'Project.layout' functionality on another project ':'"Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Nov 27 08:49:21 GMT 2025 - 1.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/job/ScriptExecutorJob.java
logger.debug("Job is running: id={}", id); } return; } TimeoutTask task = null; try { if (scheduledJob.isLoggingEnabled()) { jobHelper.store(jobLog); task = jobHelper.startMonitorTask(jobLog); } if (logger.isDebugEnabled()) {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.5K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/PdfExtractor.java
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 12.8K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/Hashing.java
* <li>When you reduce the number of buckets, you can accept that the most recently added * buckets will be removed first. More concretely, if you are dividing traffic among tasks, * you can decrease the number of tasks from 15 and 10, killing off the final 5 tasks, and * {@code consistentHash} will handle it. If, however, you are dividing traffic among
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Jul 17 15:26:41 GMT 2025 - 29.8K bytes - Click Count (0) -
docs/contribute/debug_logging.md
[2020-01-01 00:00:00] << 0x00000003 0 DATA END_STREAM [2020-01-01 00:00:00] << 0x00000000 8 GOAWAY [2020-01-01 00:00:05] << 0x00000000 8 GOAWAY ``` ### Task Runner Logging This logs task enqueues, starts, and finishes. ``` [2020-01-01 00:00:00] Q10000 scheduled after 0 µs: OkHttp ConnectionPool [2020-01-01 00:00:00] Q10000 starting : OkHttp ConnectionPool
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Feb 06 16:35:36 GMT 2022 - 2.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailGenerator.java
* Destroys this thumbnail generator and releases any resources. */ void destroy(); /** * Creates a thumbnail generation task. * @param path The path to the source document. * @param docMap The document map containing metadata. * @return A tuple containing task information. */ Tuple3<String, String, String> createTask(String path, Map<String, Object> docMap);Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/StartReleaseCycleTest.kt
name = "Start Release Cycle Test" description = "Test for Start Release Cycle pipeline" steps { gradleWrapper { name = "PromoteTest" tasks = "clean promoteStartReleaseCycle" useGradleWrapper = true gradleParams =
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 29 08:57:18 GMT 2025 - 2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/MergeReleaseIntoMaster.kt
val vcsBranch = VersionedSettingsBranch.fromDslContext() steps { gradleWrapper { name = "Merge Release into Master" tasks = listOf( "updateReleaseVersionsOnMaster", "gitMergeReleaseToMaster", "createPreTestCommitPullRequestMergeReleaseIntoMaster",Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Jun 10 10:38:00 GMT 2025 - 2.3K bytes - Click Count (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.launchable-jar.gradle.kts
val resolveManifestClasspath = configurations.resolvable("resolveManifestClasspath") { isTransitive = false extendsFrom(manifestClasspath.get()) configureAsRuntimeJarClasspath(objects) } tasks.jar.configure { val classpath = resolveManifestClasspath.flatMap { configuration -> configuration.elements.map { classpathDependency -> classpathDependency.joinToString(" ") { it.asFile.name } }
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jun 21 18:38:28 GMT 2024 - 1.6K bytes - Click Count (0) -
dbflute_fess/dfprop/outsideSqlMap.dfprop
# If it doesn't exist, the OutsideSqlTest task fails. # #; isRequiredSqlTitle = true # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o isRequiredSqlDescription: (NotRequired - Default true) # [true] # You should always write the description of outsideSql. # If it doesn't exist, the OutsideSqlTest task fails. #
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jul 25 06:04:16 GMT 2015 - 8K bytes - Click Count (0)