Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 4,836 for additional (0.23 sec)

  1. platforms/documentation/docs/src/snippets/workerApi/md5NoIsolation/tests/md5Task.sample.conf

    executable: gradle
    args: md5
    expected-output-file: md5Task.out
    allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 123 bytes
    - Viewed (0)
  2. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/CustomManagedBinaryIntegrationTest.groovy

            succeeds "checkModel"
        }
    
        def "creates lifecycle task per binary"() {
            when:
            buildWithCustomBinaryPlugin()
            then:
            succeeds "sampleBinary"
        }
    
        def "additional managed binaries listed in components report"() {
            given:
            buildWithCustomBinaryPlugin()
            when:
            succeeds "components"
            then:
            output.contains """> Task :components
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/runtime/doc.go

    //
    // 3. The external set is considered to be versioned, and no breaking
    // changes are ever made to it (fields may be added but not changed
    // or removed).
    //
    // 4. As your api evolves, you'll make an additional versioned package
    // with every major change.
    //
    // 5. Versioned packages have conversion functions which convert to
    // and from the internal version.
    //
    // 6. You'll continue to support older versions according to your
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 17 18:08:55 UTC 2018
    - 2K bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/bug_report.yml

            Client Version: v1.0.0
            Kustomize Version: v1.0.0
            Server Version: v1.0.0
          render: Text
        validations:
          required: true
      - type: textarea
        id: additional-info
        attributes:
          label: Additional Information
          description: |
            Please include the output of [`istioctl bug-report`](https://istio.io/help/bugs/#generating-a-cluster-state-archive).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 15:17:29 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/tutorial/projectReports/tests/propertyListReport.sample.conf

    executable: gradle
    args: "api:properties"
    flags: --quiet
    expected-output-file: propertyListReport.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 132 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/samples/incubating/java/jvm-multi-project-with-code-coverage-standalone/tests/testTask.sample.conf

    commands: [{
        executable: gradle
        args: testCodeCoverageReport
        expected-output-file: testTask.out
        allow-additional-output: true
        allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 179 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/samples/incubating/java/jvm-multi-project-with-test-aggregation-distribution/tests/testTask.sample.conf

    commands: [{
        executable: gradle
        args: testAggregateTestReport
        expected-output-file: testTask.out
        allow-additional-output: true
        allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 180 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/samples/incubating/java/jvm-multi-project-with-additional-test-types/tests/checkTask.sample.conf

    commands: [{
        executable: gradle
        args: check
        expected-output-file: checkTask.out
        allow-additional-output: true
        allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 163 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/tasks/incrementalBuild-customTaskClass/tests/inferredTaskDep2.sample.conf

    executable: gradle
    args: clean packageFiles2
    expected-output-file: inferredTaskDep2.out
    allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 148 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/tasks/incrementalBuild-incrementalBuildAdvanced/tests/incrementalBuildInputFilesConfigUsingTask.sample.conf

    executable: gradle
    args: clean instrumentClasses2
    expected-output-file: incrementalBuildInputFilesConfigUsingTask.out
    allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 178 bytes
    - Viewed (0)
Back to top