Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for inter (0.04 sec)

  1. src/net/http/h2_bundle.go

    	BlockFragment []byte
    
    	// EndStream indicates that the header block is the last that
    	// the endpoint will send for the identified stream. Setting
    	// this flag causes the stream to enter one of "half closed"
    	// states.
    	EndStream bool
    
    	// EndHeaders indicates that this frame contains an entire
    	// header block and is not followed by any
    	// CONTINUATION frames.
    	EndHeaders bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    		return x.StableValidationPolicy
    	}
    	return nil
    }
    
    // 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.
    // TODO: Rename to Int32OrString
    //
    // +protobuf=true
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top