Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 61 for accept4 (0.14 sec)

  1. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

            "type": "object"
          },
          "io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy": {
            "description": "ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  2. src/cmd/go/internal/load/pkg.go

    // GNU binutils flagfile specifiers, sometimes called "response files").
    // To be conservative, we reject almost any arg beginning with non-alphanumeric ASCII.
    // We accept leading . _ and / as likely in file system paths.
    // There is a copy of this function in cmd/compile/internal/gc/noder.go.
    func SafeArg(name string) bool {
    	if name == "" {
    		return false
    	}
    	c := name[0]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__policy__v1_openapi.json

            "description": "IntOrString is a type that can hold an int32 or a string.  When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type.  This allows you to have, for example, a JSON field that can accept a name or number.",
            "format": "int-or-string",
            "oneOf": [
              {
                "type": "integer"
              },
              {
                "type": "string"
              }
            ]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

             ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

                    "schema": {
                      "$ref": "#/components/schemas/io.k8s.api.networking.v1alpha1.IPAddress"
                    }
                  }
                },
                "description": "Accepted"
              },
              "401": {
                "description": "Unauthorized"
              }
            },
            "tags": [
              "networking_v1alpha1"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

      return %1 : tensor<1x2x!quant.uniform<i8:f32, 4.000000e+04:127>>
    }
    // CHECK-SAME: %[[ARG_0:.+]]: tensor<1x3x!quant.uniform<i8:f32, 5.000000e+05:-100>>
    // Weight tensor is transposed, as tfl.fully_connected accepts a [o, i] matrix.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                    "schema": {
                      "$ref": "#/components/schemas/io.k8s.api.flowcontrol.v1beta3.FlowSchema"
                    }
                  }
                },
                "description": "Accepted"
              },
              "401": {
                "description": "Unauthorized"
              }
            },
            "tags": [
              "flowcontrolApiserver_v1beta3"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                    "schema": {
                      "$ref": "#/components/schemas/io.k8s.api.flowcontrol.v1.FlowSchema"
                    }
                  }
                },
                "description": "Accepted"
              },
              "401": {
                "description": "Unauthorized"
              }
            },
            "tags": [
              "flowcontrolApiserver_v1"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "type": "string"
              },
              "rule": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

                    "schema": {
                      "$ref": "#/components/schemas/io.k8s.api.storage.v1alpha1.VolumeAttributesClass"
                    }
                  }
                },
                "description": "Accepted"
              },
              "401": {
                "description": "Unauthorized"
              }
            },
            "tags": [
              "storage_v1alpha1"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
Back to top