Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 301 - 310 of 773 for task0 (0.17 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/text/ReplaceTextual.java

    import org.elasticsearch.gradle.internal.test.rest.transform.RestTestContext;
    import org.elasticsearch.gradle.internal.test.rest.transform.RestTestTransformByParentObject;
    import org.gradle.api.tasks.Input;
    import org.gradle.api.tasks.Internal;
    import org.gradle.api.tasks.Optional;
    
    /**
     * A transformation to replace a key/value combination.
     */
    public class ReplaceTextual implements RestTestTransformByParentObject {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jul 27 10:37:15 GMT 2021
    - 2.6K bytes
    - Click Count (0)
  2. build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild.architecture-docs.settings.gradle.kts

    gradle.rootProject {
        tasks.register("architectureDoc", GeneratorTask::class.java) {
            description = "Generates the architecture documentation"
            outputFile = layout.projectDirectory.file("architecture/platforms.md")
            elements = provider { structure.architectureElements.map { it.build() } }
        }
        val platformsData = tasks.register("platformsData", GeneratePlatformsDataTask::class) {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jan 30 15:37:56 GMT 2026
    - 2.4K bytes
    - Click Count (0)
  3. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rerun/InternalTestRerunPluginFuncTest.groovy

            }
    
            repositories {
                mavenCentral()
            }
            
            dependencies {
                testImplementation 'junit:junit:4.13.1'
            }
            
            tasks.named("test").configure {
                maxParallelForks = 4
                testLogging {
                    events "standard_out", "failed"
                    exceptionFormat "short"
                }
            }
            
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 03 10:22:28 GMT 2021
    - 8.9K bytes
    - Click Count (0)
  4. compat/maven-compat/src/test/resources/inheritance-repo/t05/p0/p1/pom.xml

          <scope>runtime</scope>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 1.3K bytes
    - Click Count (0)
  5. compat/maven-compat/src/test/resources/inheritance-repo/t07/p0/p1/pom.xml

          <version>1.0</version>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 1.3K bytes
    - Click Count (0)
  6. docs/en/docs/reference/background.md

    # Background Tasks - `BackgroundTasks`
    
    You can declare a parameter in a *path operation function* or dependency function with the type `BackgroundTasks`, and then you can use it to schedule the execution of background tasks after the response is sent.
    
    You can import it directly from `fastapi`:
    
    ```python
    from fastapi import BackgroundTasks
    ```
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 377 bytes
    - Click Count (0)
  7. .teamcity/src/main/kotlin/configurations/Gradleception.kt

                        tasks = "clean :distributions-full:install"
                        gradleParams =
                            "-Pgradle_installPath=dogfood-first -PignoreIncomingBuildReceipt=true -PbuildTimestamp=$dogfoodTimestamp1 $defaultParameters"
                    }
    
                    localGradle {
                        name = "BUILD_WITH_BUILT_GRADLE"
                        tasks = "clean :distributions-full:install"
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 30 04:44:29 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  8. compat/maven-compat/src/test/resources/inheritance-repo/t06/p0/p1/pom.xml

          <version>1.0</version>
        </dependency>
      </dependencies>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 1.3K bytes
    - Click Count (0)
  9. docs/es/docs/tutorial/dependencies/dependencies-with-yield.md

        end
    
        operation ->> client: Devolver response al cliente
        Note over client,operation: El response ya fue enviado, no se puede cambiar
        opt Tasks
            operation -->> tasks: Enviar tareas en background
        end
        opt Lanzar otra excepción
            tasks -->> tasks: Manejar excepciones en el código de la tarea en background
        end
    ```
    
    /// info | Información
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 13.3K bytes
    - Click Count (0)
  10. compat/maven-compat/src/test/resources/inheritance-repo/t09/p0/p1/pom.xml

        </dependency>
    
      </dependencies>
    
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-antrun-plugin</artifactId>
            <configuration>
              <tasks><echo>${project.parent.basedir}</echo></tasks>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 739 bytes
    - Click Count (0)
Back to Top