Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 68 of 68 for badge (0.15 sec)

  1. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-configmap.yaml

    gy":false}}},"tracing":{"enabled":false,"ingress":{"enabled":false},"jaeger":{"accessMode":"ReadWriteMany","enabled":false,"hub":"docker.io/jaegertracing","memory":{"max_traces":50000},"namespace":"istio-system","persist":false,"spanStorageType":"badger","storageClassName":"","tag":"1.20"},"nodeSelector":{},"opencensus":{"exporters":{"stackdriver":{"enable_tracing":true}},"hub":"docker.io/omnition","resources":{"limits":{"cpu":"1","memory":"2Gi"},"requests":{"cpu":"200m","memory":"400Mi"}},"tag"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-enabled-nsbydefault.yaml

    gy":false}}},"tracing":{"enabled":false,"ingress":{"enabled":false},"jaeger":{"accessMode":"ReadWriteMany","enabled":false,"hub":"docker.io/jaegertracing","memory":{"max_traces":50000},"namespace":"istio-system","persist":false,"spanStorageType":"badger","storageClassName":"","tag":"1.20"},"nodeSelector":{},"opencensus":{"exporters":{"stackdriver":{"enable_tracing":true}},"hub":"docker.io/omnition","resources":{"limits":{"cpu":"1","memory":"2Gi"},"requests":{"cpu":"200m","memory":"400Mi"}},"tag"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  3. src/strings/strings.go

    // dropped from the string with no replacement.
    func Map(mapping func(rune) rune, s string) string {
    	// In the worst case, the string can grow when mapped, making
    	// things unpleasant. But it's so rare we barge in assuming it's
    	// fine. It could also shrink but that falls out naturally.
    
    	// The output buffer b is initialized on demand, the first
    	// time a character differs.
    	var b Builder
    
    	for i, c := range s {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 16:48:16 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"baby_chick":                           "\U0001f424",
    	"baby_symbol":                          "\U0001f6bc",
    	"back":                                 "\U0001f519",
    	"bacon":                                "\U0001f953",
    	"badger":                               "\U0001f9a1",
    	"badminton":                            "\U0001f3f8",
    	"bagel":                                "\U0001f96f",
    	"baggage_claim":                        "\U0001f6c4",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  5. src/net/http/serve_test.go

    		"unknown",
    		`" chunked"`,
    	}
    
    	for _, badTE := range unsupportedTEs {
    		http1ReqBody := fmt.Sprintf(""+
    			"POST / HTTP/1.1\r\nConnection: close\r\n"+
    			"Host: localhost\r\nTransfer-Encoding: %s\r\n\r\n", badTE)
    
    		gotBody, err := fetchWireResponse(serverURL.Host, []byte(http1ReqBody))
    		if err != nil {
    			t.Errorf("%q. unexpected error: %v", badTE, err)
    			continue
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  6. src/runtime/mgcscavenge.go

    	// searchAddr, sets searchAddr to the *negative* index into chunks of that page. The trick here
    	// is that concurrent calls to find will fail to monotonically decrease searchAddr*, and so they
    	// won't barge over new memory becoming available to scavenge. Furthermore, this ensures
    	// that some future caller of find *must* observe the new high index. That caller
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    		factor = fmt.Sprintf("more than 100x")
    	} else if exceedFactor < 1.5 {
    		factor = fmt.Sprintf("%fx", exceedFactor) // avoid reporting "exceeds budge by a factor of 1.0x"
    	} else {
    		factor = fmt.Sprintf("%.1fx", exceedFactor)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  8. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2F97          ; mapped                 ; 8C55          # 3.0  KANGXI RADICAL PIG
    2F98          ; mapped                 ; 8C78          # 3.0  KANGXI RADICAL BADGER
    2F99          ; mapped                 ; 8C9D          # 3.0  KANGXI RADICAL SHELL
    2F9A          ; mapped                 ; 8D64          # 3.0  KANGXI RADICAL RED
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top