Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 596 for limiting (0.12 sec)

  1. src/cmd/go/testdata/script/test_buildvcs.txt

    # This ensures that we aren't loading VCS metadata that
    # we subsequently throw away.
    env PATH=''
    env path=''
    
    # Compiling the test should not require the VCS tool.
    go test -c -o $devnull .
    
    
    # When listing a main package, in general we need its VCS metadata to determine
    # the .Stale and .StaleReason fields.
    ! go list -buildvcs=true .
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:18:32 UTC 2022
    - 2.9K bytes
    - Viewed (0)
  2. releasenotes/notes/16585.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    issue:
      - 16585
    
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 406 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/types.go

    	Resource string `json:"resource"`
    
    	// For each intercepted request, the quota system will evaluate
    	// its resource usage.  It will iterate through each resource consumed
    	// and if the resource contains any substring in this listing, the
    	// quota system will ensure that there is a covering quota.  In the
    	// absence of a covering quota, the quota system will deny the request.
    	// For example, if an administrator wants to globally enforce that
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 04 12:53:52 UTC 2020
    - 2.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/pkg/resource/result.go

    	return r.targetsSingleItems
    }
    
    // IgnoreErrors will filter errors that occur when by visiting the result
    // (but not errors that occur by creating the result in the first place),
    // eliminating any that match fns. This is best used in combination with
    // Builder.ContinueOnError(), where the visitors accumulate errors and return
    // them after visiting as a slice of errors. If no errors remain after
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 23:00:24 UTC 2019
    - 7.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/passes/lift_quantizable_spots_as_functions.td

            "cast<::mlir::StringAttr>().str() == \"" # OpName # "\"">,
      "Matching fused '" # OpName # "' op at the end">;
    
    //===----------------------------------------------------------------------===//
    // Pattern rules for lifting ops as functions
    //===----------------------------------------------------------------------===//
    
    def LiftConv : Pat<
      (TF_Conv2DOp:$res $input, $filter, $strides, $use_cudnn_on_gpu, $padding,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Dec 10 05:52:02 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/samples/android-application/README.adoc

    ====
    include::sample[dir="kotlin",files="app/build.gradle.kts[]"]
    include::sample[dir="groovy",files="app/build.gradle[]"]
    ====
    
    To build the application:
    
    [listing.terminal]
    ----
    $ ./gradlew build
    ----
    
    For more information, we suggest reading link:{userManualPath}/getting_started.html[Getting Started with Gradle].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 846 bytes
    - Viewed (0)
  7. releasenotes/notes/25302.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - 22872
    
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
    - |
      **Improved** `istioctl analyze` to find the exact line number with configuration errors when analyzing yaml files.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 449 bytes
    - Viewed (0)
  8. tests/integration/GKE.md

    You must grant your default compute service account the correct permissions before creating the deployment.
    Otherwise, the installation will fail.
    
    > Note the **Project Number** for your project by visiting the [Dashboard Page](https://console.cloud.google.com/homehttps://console.cloud.google.com/home) of Google Cloud Console.
    
    Navigate to the [IAM section](https://console.cloud.google.com/permissions/projectpermissions)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 20 23:19:43 UTC 2020
    - 4.1K bytes
    - Viewed (0)
  9. releasenotes/notes/46678.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - 46555
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
    - |
      **Fixed** attempting to reach multi-network endpoints that are unreachable due to `DestinationRule` TLS mode
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 24 21:40:59 UTC 2023
    - 407 bytes
    - Viewed (0)
  10. releasenotes/notes/25280.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 23868
    
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 464 bytes
    - Viewed (0)
Back to top