Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 700 for clip (0.1 sec)

  1. platforms/documentation/docs/src/snippets/tasks/customTaskWithMissingFileProperty/tests/missingFileProperties.sample.conf

    # tag::cli[]
    # gradle --quiet sayGreeting
    # end::cli[]
    executable: gradle
    args: sayGreeting
    flags: --quiet
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 155 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/tutorial/intro/tests/intro.sample.conf

    # tag::cli[]
    # gradle --quiet intro
    # end::cli[]
    executable: gradle
    args: intro
    flags: --quiet
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 127 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/tutorial/count/tests/count.sample.conf

    # tag::cli[]
    # gradle --quiet count
    # end::cli[]
    executable: gradle
    args: count
    flags: --quiet
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 127 bytes
    - Viewed (0)
  4. hack/verify-flags/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-cli-maintainers
    reviewers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 14 17:55:35 UTC 2022
    - 119 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/ivy-publish/conditional-publishing/tests/publishingIvyConditionally.sample.conf

    # tag::cli[]
    # gradle publish
    # end::cli[]
    executable: gradle
    args: publish
    expected-output-file: publishingIvyConditionally.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 159 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/providers/listProperty/tests/listProperty.sample.conf

    # tag::cli[]
    # gradle consumer
    # end::cli[]
    executable: gradle
    args: consumer
    expected-output-file: listPropertyGroovy.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 153 bytes
    - Viewed (0)
  7. pkg/test/util/retry/retry.go

    		cfg.delayMax = delay * 16
    	}
    }
    
    // Converge sets the number of successes in a row needed to count a success.
    // This is useful to avoid the case where tests like `coin.Flip() == HEADS` will always
    // return success due to random variance.
    func Converge(successes int) Option {
    	return func(cfg *config) {
    		cfg.converge = successes
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 08 16:43:05 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/tasks/incrementalTask/tests/incrementalTaskNoChange.sample.conf

    # tag::cli[]
    # gradle --quiet incrementalReverse
    # end::cli[]
    
    commands: [{
        executable: gradle
        args: originalInputs incrementalReverse
        flags: --quiet
    }, {
        executable: gradle
        args: incrementalReverse
        expected-output-file: incrementalTaskNoChange.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 276 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/tasks/customTaskWithProperty/tests/customTaskWithProperty.sample.conf

    # tag::cli[]
    # gradle --quiet hello greeting
    # end::cli[]
    executable: gradle
    args: hello greeting
    flags: --quiet
    expected-output-file: customTaskWithProperty.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 192 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/cunit/tests/completeCUnitExample.sample.conf

    # tag::cli[]
    # gradle --quiet runOperatorsTestFailingCUnitExe
    # end::cli[]
    executable: gradle
    args: runOperatorsTestFailingCUnitExe
    flags: --quiet
    expect-failure: true
    expected-output-file: completeCUnitExample.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 245 bytes
    - Viewed (0)
Back to top