- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 151 for Bowling (0.05 seconds)
-
build-logic-commons/module-identity/src/main/kotlin/gradlebuild/identity/extension/GradleModuleExtension.kt
*/ val usedInWorkers: Property<Boolean> /** * Declare that this Gradle module runs as part of the wrapper or as part of a client process. * Client processes include the Tooling API client or the CLI client. */ val usedInClient: Property<Boolean> /** * Declare that this Gradle module runs as part of the Gradle daemon. */ val usedInDaemon: Property<Boolean>Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 30 16:56:31 GMT 2025 - 2.4K bytes - Click Count (0) -
architecture/README.md
### Build execution model Gradle generally does some work in response to a client request. There are several different clients, for example the `gradlew` command or the tooling API client, that can send requests to a Gradle daemon. Each daemon runs one request at a time. Generally speaking, the daemons only act in response to a request from a client and do not take any action on their own.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jun 12 09:50:57 GMT 2025 - 3.6K bytes - Click Count (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts
) // TODO: Gradle profiler should use the bundled tooling API. // This should actually be handled by conflict resolution, though it doesn't seem to work. // See https://github.com/gradle/gradle/issues/12002. applyRule<DependencyRemovalByNameRule>( "org.gradle.profiler:gradle-profiler", setOf("gradle-tooling-api") ) } }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jul 18 11:32:19 GMT 2025 - 9.3K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.repositories.gradle.kts
content { includeGroup("net.rubygrapefruit") includeGroup("org.gradle.fileevents") includeModule("flot", "flot") includeModule("org.gradle", "gradle-tooling-api") includeModule("org.gradle.buildtool.internal", "configuration-cache-report") includeModule("org.gradle.buildtool.internal", "gradle-ide-starter")Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Sep 05 12:30:31 GMT 2025 - 1.6K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
// 2. Wait for response // 3. Process changes // 4. Notify the lease manager // Use adaptive polling interval based on activity long pollInterval = determinePollInterval(handle); Thread.sleep(pollInterval); // Check if still activeCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 13.7K bytes - Click Count (0) -
fess-crawler-lasta/src/test/java/org/codelibs/fess/crawler/CrawlerTest.java
crawler.getCrawlerContext().setNumOfThread(numOfThread); final String sessionId = crawler.execute(); // Wait for crawler to start running with polling long startTime = System.currentTimeMillis(); while (crawler.crawlerContext.getStatus() != CrawlerStatus.RUNNING && System.currentTimeMillis() - startTime < 5000) { try {
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Sep 06 04:15:37 GMT 2025 - 12.8K bytes - Click Count (0) -
.idea/scopes/Gradle_public_API.xml
latform..*||src:org.gradle.plugin.devel..*||src:org.gradle.plugin.use..*||src:org.gradle.plugin.management..*||src:org.gradle.plugins..*||src:org.gradle.process..*||src:org.gradle.testfixtures..*||src:org.gradle.testing.jacoco..*||src:org.gradle.tooling..*||src:org.gradle.swiftpm..*||src:org.gradle.model..*||src:org.gradle.testkit..*||src:org.gradle.testing..*||src:org.gradle.vcs..*||src:org.gradle.work..*||src:org.gradle.workers..*||src:org.gradle.util..*||src:org.gradle.kotlin.dsl.*||src:org.g...
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jul 18 15:08:47 GMT 2024 - 1.5K bytes - Click Count (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/suppressions.xml
<!-- Protocol types may only define constants in interfaces --> <suppress checks="InterfaceIsTypeCheck" files=".*[/\\]tooling-api[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]tooling[/\\]internal[/\\]protocol.+"/> <suppress checks="InterfaceIsTypeCheck" files=".*[/\\]core-api[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]api[/\\]attributes[/\\]Usage.+"/>Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Feb 20 19:05:31 GMT 2025 - 11.6K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlQueueService.java
*/ protected Queue<OpenSearchUrlQueue> crawlingQueue = new ConcurrentLinkedQueue<>(); } /** * Sets the polling fetch size. * @param pollingFetchSize The polling fetch size. */ public void setPollingFetchSize(final int pollingFetchSize) { this.pollingFetchSize = pollingFetchSize; } /**Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 20 08:40:57 GMT 2025 - 16.9K bytes - Click Count (1) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/PublicApi.kt
"org/gradle/plugin/management/*", "org/gradle/plugins/**", "org/gradle/process/**", "org/gradle/testfixtures/**", "org/gradle/testing/jacoco/**", "org/gradle/tooling/**", "org/gradle/swiftpm/**", "org/gradle/model/**", "org/gradle/testkit/**", "org/gradle/testing/**", "org/gradle/vcs/**", "org/gradle/work/**",Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Jun 12 23:20:08 GMT 2024 - 2.4K bytes - Click Count (0)