Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for spring (0.45 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"valueExpression": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

    failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  3. api/openapi-spec/v3/api__v1_openapi.json

                "description": "API version of the referent.",
                "type": "string"
              },
              "kind": {
                "description": "Kind of the referent. Valid kinds are 'Pod' and 'Secret'.",
                "type": "string"
              },
              "name": {
                "description": "Name of the referent.",
                "type": "string"
              },
              "uid": {
                "description": "UID of the referent.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.pb.go

    }
    func (this *Affinity) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&Affinity{`,
    		`NodeAffinity:` + strings.Replace(this.NodeAffinity.String(), "NodeAffinity", "NodeAffinity", 1) + `,`,
    		`PodAffinity:` + strings.Replace(this.PodAffinity.String(), "PodAffinity", "PodAffinity", 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/schema/schema_generated.h

        VT_CUSTOM_ATTRIBUTES = 14
      };
      const ::flatbuffers::String *call_target_name() const {
        return GetPointer<const ::flatbuffers::String *>(VT_CALL_TARGET_NAME);
      }
      bool has_side_effect() const {
        return GetField<uint8_t>(VT_HAS_SIDE_EFFECT, 0) != 0;
      }
      const ::flatbuffers::String *backend_config() const {
        return GetPointer<const ::flatbuffers::String *>(VT_BACKEND_CONFIG);
      }
      int32_t api_version() const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/opGen.go

    	BlockRet:       "Ret",
    	BlockRetJmp:    "RetJmp",
    	BlockExit:      "Exit",
    	BlockJumpTable: "JumpTable",
    	BlockFirst:     "First",
    }
    
    func (k BlockKind) String() string { return blockString[k] }
    func (k BlockKind) AuxIntType() string {
    	switch k {
    	case BlockARM64TBZ:
    		return "int64"
    	case BlockARM64TBNZ:
    		return "int64"
    	case BlockS390XCIJ:
    		return "int8"
    	case BlockS390XCGIJ:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top