Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,090 for additional (0.15 sec)

  1. platforms/documentation/docs/src/snippets/providers/property/tests/property.sample.conf

    # tag::cli[]
    # gradle build
    # end::cli[]
    executable: gradle
    args: build -q
    expected-output-file: propertyGroovy.out
    allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 15:37:47 UTC 2024
    - 176 bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/values.yaml

        affinity: {}
    
        tolerations: []
    
        cpu:
          targetAverageUtilization: 80
        memory: {}
          # targetAverageUtilization: 80
    
        # Additional volumeMounts to the istiod container
        volumeMounts: []
    
        # Additional volumes to the istiod pod
        volumes: []
    
        nodeSelector: {}
        podAnnotations: {}
        serviceAnnotations: {}
        serviceAccountAnnotations: {}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  3. doc/next/5-toolchain.md

    for Go applications.
    
    <!-- https://go.dev/cl/577935 -->
    For 386 and amd64, the compiler will use information from PGO to align certain
    hot blocks in loops.  This improves performance an additional 1-1.5% at
    a cost of an additional 0.1% text and binary size.  This is currently only implemented
    on 386 and amd64 because it has not shown an improvement on other platforms.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:18:10 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. platforms/core-runtime/wrapper-main/src/executable/resources/META-INF/LICENSE

              or as an addendum to the NOTICE text from the Work, provided
              that such additional attribution notices cannot be construed
              as modifying the License.
    
          You may add Your own copyright statement to Your modifications and
          may provide additional or different license terms and conditions
          for use, reproduction, or distribution of Your modifications, or
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  5. manifests/charts/istio-cni/README.md

    # Istio CNI Helm Chart
    
    This chart installs the Istio CNI Plugin. See the [CNI installation guide](https://istio.io/latest/docs/setup/additional-setup/cni/)
    for more information.
    
    ## Setup Repo Info
    
    ```console
    helm repo add istio https://istio-release.storage.googleapis.com/charts
    helm repo update
    ```
    
    _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
    
    ## Installing the Chart
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/tests/multitestingBuild.sample.conf

    executable: gradle
    args: ":api:build"
    expected-output-file: multitestingBuild.out
    allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - 142 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/tests/multitestingBuildNeeded.sample.conf

    executable: gradle
    args: ":api:buildNeeded"
    expected-output-file: multitestingBuildNeeded.out
    allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - 154 bytes
    - Viewed (0)
  8. platforms/ide/problems-api/src/integTest/groovy/org/gradle/api/problems/ProblemsServiceIntegrationTest.groovy

            """
    
            when:
            run('reportProblem')
    
            then:
            verifyAll(receivedProblem) {
                definition.id.fqid == 'problems-api:unsupported-additional-data'
                definition.id.displayName == 'Unsupported additional data type'
                with(oneLocation(LineInFileLocation)) {
                    length == -1
                    column == -1
                    line == 11
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/multiproject/basic-dependencies/tests/multitestingBuildDependents.sample.conf

    executable: gradle
    args: ":api:buildDependents"
    expected-output-file: multitestingBuildDependents.out
    allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:29:44 UTC 2024
    - 162 bytes
    - Viewed (0)
  10. .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)
Back to top