- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 40 for Cowling (0.05 seconds)
-
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/core-configuration/declarative-dsl-provider" /> <option value="$PROJECT_DIR$/platforms/core-configuration/declarative-dsl-tooling-builders" /> <option value="$PROJECT_DIR$/platforms/core-configuration/declarative-dsl-tooling-models" /> <option value="$PROJECT_DIR$/platforms/core-configuration/dependency-management-serialization-codecs" />Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 11 18:02:10 GMT 2025 - 23.2K bytes - Click Count (0) -
.teamcity/subprojects.json
}, { "name": "declarative-dsl-tooling-builders", "path": "platforms/core-configuration/declarative-dsl-tooling-builders", "unitTests": false, "functionalTests": false, "crossVersionTests": true }, { "name": "declarative-dsl-tooling-models", "path": "platforms/core-configuration/declarative-dsl-tooling-models", "unitTests": false, "functionalTests": false,Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 18 18:40:11 GMT 2025 - 37.5K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt
import org.gradle.internal.exceptions.DefaultMultiCauseException import org.gradle.tooling.events.FinishEvent import org.gradle.tooling.events.OperationCompletionListener import org.gradle.tooling.events.task.TaskFailureResult import org.gradle.tooling.events.task.TaskFinishEvent import org.gradle.tooling.events.task.TaskSuccessResult import java.io.File import java.io.FileOutputStream import java.io.IOException
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Nov 05 11:43:49 GMT 2025 - 12.5K bytes - Click Count (1) -
docs/en/data/topic_repos.yml
stars: 3379 owner_login: TracecatHQ owner_html_url: https://github.com/TracecatHQ - name: opyrator html_url: https://github.com/ml-tooling/opyrator stars: 3135 owner_login: ml-tooling owner_html_url: https://github.com/ml-tooling - name: docarray html_url: https://github.com/docarray/docarray stars: 3114 owner_login: docarray owner_html_url: https://github.com/docarray
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Dec 01 13:17:29 GMT 2025 - 16K bytes - Click Count (0) -
.github/CODEOWNERS
platforms/core-configuration/kotlin-dsl-plugins/ @gradle/bt-tide platforms/core-configuration/kotlin-dsl-provider-plugins/ @gradle/bt-tide platforms/core-configuration/kotlin-dsl-tooling-builders/ @gradle/bt-tide platforms/core-configuration/kotlin-dsl-tooling-models/ @gradle/bt-tide # Core automation platform (Declarative DSL) platforms/core-configuration/declarative-dsl-api/ @gradle/bt-declarative-gradle-project
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Nov 07 21:47:29 GMT 2025 - 11K bytes - Click Count (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-public-libraries.gradle.kts
builtBy(localPublish) } } if (signArtifacts) { // Otherwise we get // ask ':tooling-api:publishGradleDistributionPublicationToRemoteRepository' uses this output of task ':tooling-api:signLocalPublication' // without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 30 16:56:31 GMT 2025 - 5.7K bytes - Click Count (0) -
src/main/java/jcifs/internal/witness/WitnessClient.java
private static final Logger log = LoggerFactory.getLogger(WitnessClient.class); // Polling and backoff constants (in ms) private static final long MAX_POLL_INTERVAL = 5000; // Normal polling: max 5 seconds private static final long MAX_ERROR_BACKOFF = 30000; // Error polling: max 30 seconds private static final long BASE_POLL_INTERVAL = 1000; private static final long BASE_ERROR_DELAY = 1000;
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 20.8K bytes - Click Count (0) -
docs/en/docs/tutorial/response-model.md
{* ../../docs_src/response_model/tutorial003_01_py310.py hl[7:10,13:14,18] *} With this, we get tooling support, from editors and mypy as this code is correct in terms of types, but we also get the data filtering from FastAPI. How does this work? Let's check that out. 🤓 ### Type Annotations and Tooling { #type-annotations-and-tooling } First let's see how editors, mypy and other tools would see this.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 20 15:55:38 GMT 2025 - 15.5K bytes - Click Count (0) -
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) -
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)