Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for 9159 (0.03 sec)

  1. pkg/proxy/metrics/metrics.go

    			Help:      "In Cluster Network Programming Latency in seconds",
    			Buckets: metrics.MergeBuckets(
    				metrics.LinearBuckets(0.25, 0.25, 2), // 0.25s, 0.50s
    				metrics.LinearBuckets(1, 1, 59),      // 1s, 2s, 3s, ... 59s
    				metrics.LinearBuckets(60, 5, 12),     // 60s, 65s, 70s, ... 115s
    				metrics.LinearBuckets(120, 30, 7),    // 2min, 2.5min, 3min, ..., 5min
    			),
    			StabilityLevel: metrics.ALPHA,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	ECMSINITIAL        = Errno(156)
    	EMVSINITIAL        = Errno(156)
    	ECMSERR            = Errno(157)
    	EMVSERR            = Errno(157)
    	EMVSPARM           = Errno(158)
    	ECMSPFSFILE        = Errno(159)
    	EMVSPFSFILE        = Errno(159)
    	EMVSBADCHAR        = Errno(160)
    	ECMSPFSPERM        = Errno(162)
    	EMVSPFSPERM        = Errno(162)
    	EMVSSAFEXTRERR     = Errno(163)
    	EMVSSAF2ERR        = Errno(164)
    	EMVSTODNOTSET      = Errno(165)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/cpumanager/topology/topology_test.go

    							{SocketID: 0, Id: 20, Threads: []int{16, 56}},
    							{SocketID: 0, Id: 26, Threads: []int{17, 57}},
    							{SocketID: 0, Id: 27, Threads: []int{18, 58}},
    							{SocketID: 0, Id: 28, Threads: []int{19, 59}},
    						},
    					},
    					{Id: 2,
    						Cores: []cadvisorapi.Core{
    							{SocketID: 1, Id: 0, Threads: []int{20, 60}},
    							{SocketID: 1, Id: 1, Threads: []int{21, 61}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 31.7K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/cpumanager/policy_test.go

    			152: {CoreID: 45, SocketID: 2, NUMANodeID: 2},
    			272: {CoreID: 45, SocketID: 2, NUMANodeID: 2},
    			99:  {CoreID: 52, SocketID: 2, NUMANodeID: 2},
    			219: {CoreID: 52, SocketID: 2, NUMANodeID: 2},
    			159: {CoreID: 52, SocketID: 2, NUMANodeID: 2},
    			279: {CoreID: 52, SocketID: 2, NUMANodeID: 2},
    			100: {CoreID: 53, SocketID: 2, NUMANodeID: 2},
    			220: {CoreID: 53, SocketID: 2, NUMANodeID: 2},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 24 20:49:58 UTC 2021
    - 40.6K bytes
    - Viewed (0)
  5. test/inline_big.go

    	a[901] = 0
    	a[902] = 0
    	a[903] = 0
    	a[904] = 0
    	a[905] = 0
    	a[906] = 0
    	a[907] = 0
    	a[908] = 0
    	a[909] = 0
    	a[910] = 0
    	a[911] = 0
    	a[912] = 0
    	a[913] = 0
    	a[914] = 0
    	a[915] = 0
    	a[916] = 0
    	a[917] = 0
    	a[918] = 0
    	a[919] = 0
    	a[920] = 0
    	a[921] = 0
    	a[922] = 0
    	a[923] = 0
    	a[924] = 0
    	a[925] = 0
    	a[926] = 0
    	a[927] = 0
    	a[928] = 0
    	a[929] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  6. src/strconv/ftoa.go

    		mant <<= 1
    		exp--
    	}
    
    	// Round if requested.
    	if prec >= 0 && prec < 15 {
    		shift := uint(prec * 4)
    		extra := (mant << shift) & (1<<60 - 1)
    		mant >>= 60 - shift
    		if extra|(mant&1) > 1<<59 {
    			mant++
    		}
    		mant <<= 60 - shift
    		if mant&(1<<61) != 0 {
    			// Wrapped around.
    			mant >>= 1
    			exp++
    		}
    	}
    
    	hex := lowerhex
    	if fmt == 'X' {
    		hex = upperhex
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Client-TLSv12-RenegotiateOnce

    00000000  16 03 03 00 14 9b cb 75  61 99 76 30 9c 14 a5 12  |.......ua.v0....|
    00000010  92 de b7 95 cc 8f fe ad  f1                       |.........|
    >>> Flow 7 (client to server)
    00000000  16 03 03 01 1a c7 9a be  e1 2a 62 9f 01 59 e9 6a  |.........*b..Y.j|
    00000010  5f d6 32 88 bd 39 76 1b  34 fd 39 8d c7 31 cb 97  |_.2..9v.4.9..1..|
    00000020  c6 09 8b 00 c9 f3 f9 00  c5 b6 48 e1 28 ae b8 8b  |..........H.(...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  8. src/crypto/rsa/testdata/pss-vect.txt.bz2

    ---------- # Components of the RSA Key Pair # ---------- # RSA modulus n: 01 d4 0c 1b cf 97 a6 8a e7 cd bd 8a 7b f3 e3 4f a1 9d cc a4 ef 75 a4 74 54 37 5f 94 51 4d 88 fe d0 06 fb 82 9f 84 19 ff 87 d6 31 5d a6 8a 1f f3 a0 93 8e 9a bb 34 64 01 1c 30 3a d9 91 99 cf 0c 7c 7a 8b 47 7d ce 82 9e 88 44 f6 25 b1 15 e5 e9 c4 a5 9c f8 f8 11 3b 68 34 33 6a 2f d2 68 9b 47 2c bb 5e 5c ab e6 74 35 0c 59 b6 c1 7e 17 68 74 fb 42 f8 fc 3d 17 6a 01 7e dc 61 fd 32 6c 4b 33 c9 # RSA public exponent e: 01 00 01 # RSA private...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 27.9K bytes
    - Viewed (0)
  9. pkg/adsc/adsc.go

    	for _, r := range configurations {
    		for _, h := range r.VirtualHosts {
    			vh++
    			for _, rt := range h.Routes {
    				rcount++
    				// Example: match:<prefix:"/" > route:<cluster:"outbound|9154||load-se-154.local" ...
    				adscLog.Debugf("Handle route %v, path %v, cluster %v", h.Name, rt.Match.PathSpecifier, rt.GetRoute().GetCluster())
    			}
    		}
    		rds[r.Name] = r
    		size += proto.Size(r)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 05 22:18:49 UTC 2024
    - 35K bytes
    - Viewed (0)
  10. src/encoding/json/encode.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package json implements encoding and decoding of JSON as defined in
    // RFC 7159. The mapping between JSON and Go values is described
    // in the documentation for the Marshal and Unmarshal functions.
    //
    // See "JSON and Go" for an introduction to this package:
    // https://golang.org/doc/articles/json_and_go.html
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 36.2K bytes
    - Viewed (0)
Back to top