Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for Xcode (0.27 sec)

  1. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.ide.xcode.internal.DefaultXcodeExtension> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultXcodeExtension.java:0)
    Class <org.gradle.ide.xcode.internal.DefaultXcodeProject$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultXcodeProject.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  2. RELEASE.md

                create status using an error code without accessing it.
            *   Use the free functions such as
                `tensorflow::errors::IsInvalidArgument` if needed.
            *   In the last resort, use
                e.g.`static_cast<tensorflow::errors::Code>(error::Code::INVALID_ARGUMENT)`
                or `static_cast<int>(code)` for comparisons.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. gradle/verification-keyring.keys

    8vGvziOgS1A3qTGvMwNpkd1vg/n/B3wPBZC124wx/yHl4YM19b+xsvp3SQARAQAB
    tB1KZXNzZSBXaWxzb24gPGplc3NlQHN3YW5rLmNhPg==
    =owuM
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    86FDC7E2A11262CB
    uid    Gary David Gregory (Code signing key) <******@****.***>
    
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQENBE2kzuwBCACYV+G9yxNkSjAKSji0B5ipMGM74JAL1Ogtcu+993pLHHYsdXri
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                grpcStatus:
                                  description: GRPC status code to use to abort the request.
                                  type: string
                                http2Error:
                                  type: string
                                httpStatus:
                                  description: HTTP status code to use to abort the Http
                                    request.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                                grpcStatus:
                                  description: GRPC status code to use to abort the request.
                                  type: string
                                http2Error:
                                  type: string
                                httpStatus:
                                  description: HTTP status code to use to abort the Http
                                    request.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    // Copyright 2024 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Code generated by generate.go. DO NOT EDIT.
    
    package stdlib
    
    var PackageSymbols = map[string][]Symbol{
    	"archive/tar": {
    		{"(*Header).FileInfo", Method, 1},
    		{"(*Reader).Next", Method, 0},
    		{"(*Reader).Read", Method, 0},
    		{"(*Writer).AddFS", Method, 22},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            specified in this route rule, *all* traffic which matches this rule MUST
                            receive a 500 status code.
    
    
                            See the HTTPBackendRef definition for the rules about what makes a single
                            HTTPBackendRef invalid.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Batches all the inputs tensors to the computation done by the function.
      }];
    
      let description = [{
    So, for example, in the following code
    
      ```python
    
      # This input will be captured.
      y = tf.placeholder_with_default(1.0, shape=[])
    
      @tf.Defun(tf.float32)
      def computation(a):
        return tf.matmul(a, a) + y
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "code": {
                "description": "Suggested HTTP return code for this status, 0 if not set.",
                "format": "int32",
                "type": "integer"
              },
              "details": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "code": {
                "description": "Suggested HTTP return code for this status, 0 if not set.",
                "format": "int32",
                "type": "integer"
              },
              "details": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top