Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 101 for Distinguishes (0.2 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta2/types_swagger_doc_generated.go

    	return map_ExemptPriorityLevelConfiguration
    }
    
    var map_FlowDistinguisherMethod = map[string]string{
    	"":     "FlowDistinguisherMethod specifies the method of a flow distinguisher.",
    	"type": "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.",
    }
    
    func (FlowDistinguisherMethod) SwaggerDoc() map[string]string {
    	return map_FlowDistinguisherMethod
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1/generated.proto

      //
      // +optional
      optional int32 lendablePercent = 2;
    }
    
    // FlowDistinguisherMethod specifies the method of a flow distinguisher.
    message FlowDistinguisherMethod {
      // `type` is the type of flow distinguisher method
      // The supported types are "ByUser" and "ByNamespace".
      // Required.
      optional string type = 1;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.proto

      //
      // +optional
      optional int32 lendablePercent = 2;
    }
    
    // FlowDistinguisherMethod specifies the method of a flow distinguisher.
    message FlowDistinguisherMethod {
      // `type` is the type of flow distinguisher method
      // The supported types are "ByUser" and "ByNamespace".
      // Required.
      optional string type = 1;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1/types_swagger_doc_generated.go

    	return map_ExemptPriorityLevelConfiguration
    }
    
    var map_FlowDistinguisherMethod = map[string]string{
    	"":     "FlowDistinguisherMethod specifies the method of a flow distinguisher.",
    	"type": "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.",
    }
    
    func (FlowDistinguisherMethod) SwaggerDoc() map[string]string {
    	return map_FlowDistinguisherMethod
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 21.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta3/types_swagger_doc_generated.go

    	return map_ExemptPriorityLevelConfiguration
    }
    
    var map_FlowDistinguisherMethod = map[string]string{
    	"":     "FlowDistinguisherMethod specifies the method of a flow distinguisher.",
    	"type": "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.",
    }
    
    func (FlowDistinguisherMethod) SwaggerDoc() map[string]string {
    	return map_FlowDistinguisherMethod
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/universe.go

    	// representation of interface aliases during type checking, and is
    	// implemented via hijacking [Scope.Lookup] for the [Universe] scope.
    	//
    	// Both representations use the same distinguished pointer for their RHS
    	// interface type, allowing us to detect any (even with the legacy
    	// representation), and format it as "any" rather than interface{}, which
    	// clarifies user-facing error messages significantly.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  7. src/go/types/universe.go

    	// representation of interface aliases during type checking, and is
    	// implemented via hijacking [Scope.Lookup] for the [Universe] scope.
    	//
    	// Both representations use the same distinguished pointer for their RHS
    	// interface type, allowing us to detect any (even with the legacy
    	// representation), and format it as "any" rather than interface{}, which
    	// clarifies user-facing error messages significantly.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  8. src/cmd/go/internal/test/testflag.go

    func (f *outputdirFlag) getAbs() string {
    	if f.abs == "" {
    		return base.Cwd()
    	}
    	return f.abs
    }
    
    // vetFlag implements the special parsing logic for the -vet flag:
    // a comma-separated list, with distinguished values "all" and
    // "off", plus a boolean tracking whether it was set explicitly.
    //
    // "all" is encoded as vetFlag{true, false, nil}, since it will
    // pass no flags to the vet binary, and by default, it runs all
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 19:25:24 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  9. src/cmd/go/internal/cmdflag/flag.go

    // We can't use the standard flag package because some of the flags from
    // our command line are for us, and some are for the binary we're running,
    // and some are for both.
    
    // ErrFlagTerminator indicates the distinguished token "--", which causes the
    // flag package to treat all subsequent arguments as non-flags.
    var ErrFlagTerminator = errors.New("flag terminator")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 06 02:38:04 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/x86/asm6.go

    // function oclass computes the specific Ytype of an operand and then the set
    // of more general Ytypes that it satisfies is implied by the ycover table, set
    // up in instinit.  For example, oclass distinguishes the constants 0 and 1
    // from the more general 8-bit constants, but instinit says
    //
    //	ycover[Yi0*Ymax+Ys32] = 1
    //	ycover[Yi1*Ymax+Ys32] = 1
    //	ycover[Yi8*Ymax+Ys32] = 1
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top