Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 101 for Distinguishes (0.34 sec)

  1. src/crypto/x509/x509.go

    // the public key in the issuer certificate.
    //
    // The issuer may not be nil, and the crlSign bit must be set in [KeyUsage] in
    // order to use it as a CRL issuer.
    //
    // The issuer distinguished name CRL field and authority key identifier
    // extension are populated using the issuer certificate. issuer must have
    // SubjectKeyId set.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    			SchemaProps: spec.SchemaProps{
    				Description: "FlowDistinguisherMethod specifies the method of a flow distinguisher.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"type": {
    						SchemaProps: spec.SchemaProps{
    							Description: "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.",
    							Default:     "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. src/cmd/go/internal/test/test.go

    of the function, constant, or variable Xxx. An example of a method M with
    receiver type T or *T is named ExampleT_M. There may be multiple examples
    for a given function, constant, or variable, distinguished by a trailing _xxx,
    where xxx is a suffix not beginning with an upper case letter.
    
    Here is an example of an example:
    
    	func ExamplePrintln() {
    		Println("The output of\nthis example.")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    which differ in Colour, differ also in Degrees of Refrangibility._ The PROOF by Experiments. _Exper._ 1. I took a black oblong stiff Paper terminated by Parallel Sides, and with a Perpendicular right Line drawn cross from one Side to the other, distinguished it into two equal Parts. One of these parts I painted with a red colour and the other with a blue. The Paper was very black, and the Colours intense and thickly laid on, that the Phænomenon might be more conspicuous. This Paper I view'd through...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. src/testdata/Isaac.Newton-Opticks.txt

    Refrangibility._
    
    The PROOF by Experiments.
    
    _Exper._ 1.
    
    I took a black oblong stiff Paper terminated by Parallel Sides, and with
    a Perpendicular right Line drawn cross from one Side to the other,
    distinguished it into two equal Parts. One of these parts I painted with
    a red colour and the other with a blue. The Paper was very black, and
    the Colours intense and thickly laid on, that the Phænomenon might be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/asm7.go

    	return o
    }
    
    // store(immediate)
    // scaled 12-bit unsigned immediate offset.
    // unscaled 9-bit signed immediate offset.
    // pre/post-indexed store.
    // and the 12-bit and 9-bit are distinguished in olsr12u and oslr9s.
    func (c *ctxt7) opstr(p *obj.Prog, a obj.As) uint32 {
    	enc := c.opldr(p, a)
    	switch p.As {
    	case AFMOVQ:
    		enc = enc &^ (1 << 22)
    	default:
    		enc = LD2STR(enc)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

        },
        "io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod": {
          "description": "FlowDistinguisherMethod specifies the method of a flow distinguisher.",
          "properties": {
            "type": {
              "description": "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.",
              "type": "string"
            }
          },
          "required": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  8. src/cmd/go/alldocs.go

    // of the function, constant, or variable Xxx. An example of a method M with
    // receiver type T or *T is named ExampleT_M. There may be multiple examples
    // for a given function, constant, or variable, distinguished by a trailing _xxx,
    // where xxx is a suffix not beginning with an upper case letter.
    //
    // Here is an example of an example:
    //
    //	func ExamplePrintln() {
    //		Println("The output of\nthis example.")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

        },
        "io.k8s.api.flowcontrol.v1.FlowDistinguisherMethod": {
          "description": "FlowDistinguisherMethod specifies the method of a flow distinguisher.",
          "properties": {
            "type": {
              "description": "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.",
              "type": "string"
            }
          },
          "required": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.12.md

    - Certificate handling improvements:
      - Renew certs as part of upgrade.
      - New `kubeadm alpha phase certs renew` command for renewing certificates.
      - Certificates created with kubeadm now have improved uniqueness of Distinguished Name fields.
    - HA improvements:
      - `kubeadm join --experimental-control-plane` can now be used to join control plane instances to an existing cluster.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
Back to top