Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 35 for associateBy (0.63 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Description: "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"group": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The group attribute of the resource associated with the status StatusReason.",
    							Type:        []string{"string"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    type WeightedPodAffinityTerm struct {
    	// weight associated with matching the corresponding podAffinityTerm,
    	// in the range 1-100.
    	Weight int32 `json:"weight" protobuf:"varint,1,opt,name=weight"`
    	// Required. A pod affinity term, associated with the corresponding weight.
    	PodAffinityTerm PodAffinityTerm `json:"podAffinityTerm" protobuf:"bytes,2,opt,name=podAffinityTerm"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    	pp := &http2PushPromiseFrame{
    		http2FrameHeader: fh,
    	}
    	if pp.StreamID == 0 {
    		// PUSH_PROMISE frames MUST be associated with an existing,
    		// peer-initiated stream. The stream identifier of a
    		// PUSH_PROMISE frame indicates the stream it is associated
    		// with. If the stream identifier field specifies the value
    		// 0x0, a recipient MUST respond with a connection error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  4. doc/go_spec.html

    0 through <code>len(s)-1</code>.  The slice index of a
    given element may be less than the index of the same element in the
    underlying array.
    </p>
    <p>
    A slice, once initialized, is always associated with an underlying
    array that holds its elements.  A slice therefore shares storage
    with its array and with other slices of the same array; by contrast,
    distinct arrays always represent distinct storage.
    </p>
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  5. src/cmd/compile/internal/ssagen/ssa.go

    	case ir.OANDAND, ir.OOROR:
    		// To implement OANDAND (and OOROR), we introduce a
    		// new temporary variable to hold the result. The
    		// variable is associated with the OANDAND node in the
    		// s.vars table (normally variables are only
    		// associated with ONAME nodes). We convert
    		//     A && B
    		// to
    		//     var = A
    		//     if var {
    		//         var = B
    		//     }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.23.md

      This is achieved by reducing the TIME-WAIT state of the connection to 1 second, instead of the defaults 60 seconds. This allows kubelet to free the socket, and free conntrack entry and ephemeral port associated. ([#115143](https://github.com/kubernetes/kubernetes/pull/115143), [@aojea](https://github.com/aojea)) [SIG Network and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        ArrayRef<Attribute> strides = op.getStrides().getValue();
        ArrayRef<Attribute> explicit_paddings;
        if (padding == tensorflow::Padding::EXPLICIT) {
          // EXPLICIT padding mode and the associated attribute is attached to
          // Conv2D.
          explicit_paddings =
              op->template getAttrOfType<ArrayAttr>("explicit_paddings").getValue();
        }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  8. prow/config/calico.yaml

                      mean the allocation is free. For non-nil entries at index i, the
                      index is the ordinal of the allocation within this block and the
                      value is the index of the associated attributes in the Attributes
                      array.
                    items:
                      type: integer
                      # TODO: This nullable is manually added in. We should update controller-gen
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  9. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <sub-class-of type="application/mathematica"/>
      </mime-type>
    
      <mime-type type="application/mathml+xml">
        <glob pattern="*.mathml"/>
      </mime-type>
      <mime-type type="application/mbms-associated-procedure-description+xml"/>
      <mime-type type="application/mbms-deregister+xml"/>
      <mime-type type="application/mbms-envelope+xml"/>
      <mime-type type="application/mbms-msk+xml"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.24.md

      This is achieved by reducing the TIME-WAIT state of the connection to 1 second, instead of the defaults 60 seconds. This allows kubelet to free the socket, and free conntrack entry and ephemeral port associated. ([#115143](https://github.com/kubernetes/kubernetes/pull/115143), [@aojea](https://github.com/aojea)) [SIG Network and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
Back to top