Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 4,828 for numbuf (0.1 sec)

  1. src/testing/quick/quick.go

    package quick
    
    import (
    	"flag"
    	"fmt"
    	"math"
    	"math/rand"
    	"reflect"
    	"strings"
    	"time"
    )
    
    var defaultMaxCount *int = flag.Int("quickchecks", 100, "The default number of iterations for each check")
    
    // A Generator can generate random values of its own type.
    type Generator interface {
    	// Generate returns a random instance of the type on which it is a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:47 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  2. src/internal/abi/type.go

    // to describe a non-defined type with no methods.
    type UncommonType struct {
    	PkgPath NameOff // import path; empty for built-in types like int, string
    	Mcount  uint16  // number of methods
    	Xcount  uint16  // number of exported methods
    	Moff    uint32  // offset from this uncommontype to [mcount]Method
    	_       uint32  // unused
    }
    
    func (t *UncommonType) Methods() []Method {
    	if t.Mcount == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 17 21:09:59 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  3. cmd/metrics-v3-api.go

    		"Total number of invalid requests", "type")
    
    	apiRequestsWaitingTotalMD = NewGaugeMD(apiRequestsWaitingTotal,
    		"Total number of requests in the waiting queue", "type")
    	apiRequestsIncomingTotalMD = NewGaugeMD(apiRequestsIncomingTotal,
    		"Total number of incoming requests", "type")
    
    	apiRequestsInFlightTotalMD = NewGaugeMD(apiRequestsInFlightTotal,
    		"Total number of requests currently in flight", "name", "type")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 07:41:18 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/test/java/org/gradle/kotlin/dsl/fixtures/codegen/ClassToKClass.java

        void unknownClass(Class<?> type);
    
        void invariantClass(Class<Number> type);
    
        void covariantClass(Class<? extends Number> type);
    
        void contravariantClass(Class<? super Integer> type);
    
        void varargOfClasses(Class<?>... types);
    
        void arrayOfClasses(Class<?>[] types);
    
        void collectionOfClasses(Collection<Class<? extends Number>> types);
    
        <T> T methodParameterizedClass(Class<T> type);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  5. src/internal/xcoff/xcoff.go

    	Fnscns   uint16 // Number of sections
    	Ftimedat uint32 // Time and date of file creation
    	Fsymptr  uint32 // Byte offset to symbol table start
    	Fnsyms   uint32 // Number of entries in symbol table
    	Fopthdr  uint16 // Number of bytes in optional header
    	Fflags   uint16 // Flags
    }
    
    type FileHeader64 struct {
    	Fmagic   uint16 // Target machine
    	Fnscns   uint16 // Number of sections
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 20:36:37 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  6. tests/testdata/networking/ingress-gateway/configs.yaml

      name: istio-ingressgateway
      namespace: istio-system
    spec:
      hosts:
      - istio-ingressgateway.istio-system.svc.cluster.local
      addresses:
      - 1.1.1.3
      ports:
      - number: 80
        name: http
        protocol: HTTP
      - number: 443
        name: https
        protocol: HTTPS
      location: MESH_INTERNAL
      resolution: STATIC
      exportTo:
      - '*'
      endpoints:
      - address: 99.1.1.1
        labels:
          istio: ingressgateway
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 28 15:04:31 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  7. pilot/pkg/xds/testdata/benchmarks/knative-gateway.yaml

      - hosts:
        - '*'
        port:
          name: http
          number: 80
          protocol: HTTP
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: knative-local-gateway
      namespace: knative-serving
    spec:
      selector:
        istio.io/benchmark: "true"
      servers:
      - hosts:
        - '*'
        port:
          name: http
          number: 8081
          protocol: HTTP
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 19 16:50:51 UTC 2021
    - 5.1K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/weighted.yaml.golden

            port:
              number: 8000
          headers:
            request:
              add:
                foo: bar
            response:
              add:
                response: header
      - match:
        - uri:
            prefix: /get
        name: default.http.0
        route:
        - destination:
            host: httpbin.default.svc.domain.suffix
            port:
              number: 80
          weight: 2
        - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 18:54:10 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go

    	"maxUnavailable": "The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.d...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 05:34:30 UTC 2023
    - 34.3K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/testdata/route-binding.yaml.golden

        route:
        - destination:
            host: httpbin.default.svc.domain.suffix
            port:
              number: 85
      - name: istio-system.same-namespace-valid.0
        route:
        - destination:
            host: httpbin.istio-system.svc.domain.suffix
            port:
              number: 81
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      annotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 16.1K bytes
    - Viewed (0)
Back to top