- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 3,285 for protect (0.05 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionArchiveSetupPlugin.java
@Override public void apply(Project project) { project.getPlugins().apply(BasePlugin.class); registerAndConfigureDistributionArchivesExtension(project); registerEmptyDirectoryTasks(project); configureGeneralTaskDefaults(project); configureTarDefaults(project); } private void registerAndConfigureDistributionArchivesExtension(Project project) {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 22 19:01:26 GMT 2021 - 7.9K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/FixProjectHealthTask.kt
private fun replaceProjectDependency(line: String): String { val projectDependencyRegex = Regex("""project\(["']([^"']+)["']\)""") return line.replace(projectDependencyRegex) { match -> val projectName = match.groupValues[1] val parts = projectName.split(":").last().split("-") "projects.${parts.first()}${parts.drop(1).joinToString("") { it.replaceFirstChar { c -> c.uppercaseChar() } }}" }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 03 06:57:08 GMT 2025 - 6.2K bytes - Click Count (1) -
.ci/jobs.t/elastic+elasticsearch+intake.yml
builders: - multijob: name: Sanity Check projects: - name: elastic+elasticsearch+%BRANCH%+intake+multijob+sanity-check kill-phase-on: NEVER current-parameters: true git-revision: true - multijob: name: Verification projects: - name: elastic+elasticsearch+%BRANCH%+intake+multijob+part1Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 2.3K bytes - Click Count (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts
* Returns the trimmed contents of the file at the given [path] after * marking the file as a build logic input. */ fun Project.trimmedContentsOfFile(path: String): Provider<String> = providers.fileContents(repoRoot().file(path)).asText.map { it.trim() } // TODO Simplify the buildTimestamp() calculation if possible fun Project.buildTimestamp(): Provider<String> = providers.of(BuildTimestampValueSource::class) { parameters {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:46:35 GMT 2026 - 5.8K bytes - Click Count (0) -
compat/maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java
} private MavenProject createMavenProject(String groupId, String artifactId) { MavenProject project = new MavenProject(); project.setGroupId(groupId); project.setArtifactId(artifactId); return project; } static String stripAnsiCodes(String msg) { return msg.replaceAll("\u001b\\[[;\\d]*[ -/]*[@-~]", ""); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 30.9K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
/** * {@return an immutable map of the project properties}. * * @param project the project for which to get the properties * * @see #setProperty(Project, String, String) */ @Nonnull Map<String, String> getProperties(@Nonnull Project project); /** * Set a given project property. Properties set through this method are only validCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Jan 30 23:29:13 GMT 2025 - 12K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/package-info.java
* upgrade Maven projects to be compatible with Maven 4. The tool is organized around * a goal-based architecture with pluggable upgrade strategies.</p> * * <h2>Architecture Overview</h2> * * <h3>Goals</h3> * <ul> * <li>{@link org.apache.maven.cling.invoker.mvnup.goals.Check} - Analyzes projects and reports needed upgrades</li>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 3.3K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+periodic+packaging-tests.yml
description: "Testing of the Elasticsearch %BRANCH% branch packaging tests.\n" project-type: multijob node: master vault: [] scm: - git: wipe-workspace: false builders: - multijob: name: Packaging tests projects: - name: elastic+elasticsearch+%BRANCH%+multijob+packaging-tests-unix kill-phase-on: NEVERCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 999 bytes - Click Count (0) -
.github/SUPPORT.md
Unlike many projects on GitHub, the Go project does not use its bug tracker for general discussion or asking questions. We only use our bug tracker for tracking bugs and tracking proposals going through the [Proposal Process](https://go.dev/s/proposal-process). For asking questions, see: * [The golang-nuts mailing list](https://groups.google.com/d/forum/golang-nuts) * [The Go Forum](https://forum.golangbridge.org/), a web-based forum
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Mar 29 22:00:27 GMT 2023 - 692 bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/CopyRestApiTask.java
FileCollection fileCollection = additionalConfig == null ? coreFileTree : projectLayout.files(coreFileTree, additionalConfigToFileTree.apply(additionalConfig)); // if project has rest tests or the includes are explicitly configured execute the task, else NO-SOURCE due to the null input return projectHasYamlRestTests || include.get().isEmpty() == false ? fileCollection.getAsFileTree() : null; }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 07:24:59 GMT 2021 - 7.4K bytes - Click Count (0)