Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 68 for zero (0.2 sec)

  1. src/vendor/golang.org/x/net/idna/tables12.0.0.go

    		return uint16(idnaValues[n<<6+uint32(b)])
    	default:
    		n -= 125
    		return uint16(idnaSparse.lookup(n, b))
    	}
    }
    
    // idnaValues: 127 blocks, 8128 entries, 16256 bytes
    // The third block is the zero block.
    var idnaValues = [8128]uint16{
    	// Block 0x0, offset 0x0
    	0x00: 0x0080, 0x01: 0x0080, 0x02: 0x0080, 0x03: 0x0080, 0x04: 0x0080, 0x05: 0x0080,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 273.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.10.md

    * Fix load balancer issues when running zero nodes in Azure vmss. ([#68775](https://github.com/kubernetes/kubernetes/pull/68775), [@feiskyer](https://github.com/feiskyer))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/net/idna/tables13.0.0.go

    		return uint16(idnaValues[n<<6+uint32(b)])
    	default:
    		n -= 126
    		return uint16(idnaSparse.lookup(n, b))
    	}
    }
    
    // idnaValues: 128 blocks, 8192 entries, 16384 bytes
    // The third block is the zero block.
    var idnaValues = [8192]uint16{
    	// Block 0x0, offset 0x0
    	0x00: 0x0080, 0x01: 0x0080, 0x02: 0x0080, 0x03: 0x0080, 0x04: 0x0080, 0x05: 0x0080,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 284.3K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/net/idna/tables15.0.0.go

    		return uint16(idnaValues[n<<6+uint32(b)])
    	default:
    		n -= 133
    		return uint16(idnaSparse.lookup(n, b))
    	}
    }
    
    // idnaValues: 135 blocks, 8640 entries, 17280 bytes
    // The third block is the zero block.
    var idnaValues = [8640]uint16{
    	// Block 0x0, offset 0x0
    	0x00: 0x0080, 0x01: 0x0080, 0x02: 0x0080, 0x03: 0x0080, 0x04: 0x0080, 0x05: 0x0080,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 297.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.26.md

    - Fixed relative CPU priority for pods where containers explicitly request zero cpu by giving the lowest priority instead of falling back to the cpu limit to avoid possible cpu starvation of other pods. ([#108832](https://github.com/kubernetes/kubernetes/pull/108832), [@waynepeking348](https://github.com/waynepeking348))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.27.md

    - The `WaitFor` and `WaitForWithContext` functions in the wait package have now been marked private. Callers should use the equivalent `Poll*` method with a zero duration interval. ([#115116](https://github.com/kubernetes/kubernetes/pull/115116), [@smarterclayton](https://github.com/smarterclayton))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Family uint8
    pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Len uint8
    pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Zero [8]int8
    pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet6 struct, Family uint8
    pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet6 struct, Len uint8
    pkg syscall (netbsd-arm64-cgo), type RawSockaddr struct, Data [14]int8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.14.md

    * Ensures the conformance test image saves results before exiting when ginkgo returns non-zero value. ([#76039](https://github.com/kubernetes/kubernetes/pull/76039), [@johnSchnake](https://github.com/johnSchnake))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), type RawSockaddrInet4 struct, Family uint8
    pkg syscall (darwin-arm64), type RawSockaddrInet4 struct, Len uint8
    pkg syscall (darwin-arm64), type RawSockaddrInet4 struct, Zero [8]int8
    pkg syscall (darwin-arm64), type RawSockaddrInet6 struct, Family uint8
    pkg syscall (darwin-arm64), type RawSockaddrInet6 struct, Len uint8
    pkg syscall (darwin-arm64), type RawSockaddrUnix struct, Family uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  10. pkg/registry/core/service/storage/storage_test.go

    			if tc.expectError && err == nil {
    				t.Fatalf("unexpected success creating service")
    			}
    			createdSvc := createdObj.(*api.Service)
    
    			// Produce a map of port index to nodeport value, excluding zero.
    			ports := map[int]*api.ServicePort{}
    			for i := range createdSvc.Spec.Ports {
    				p := &createdSvc.Spec.Ports[i]
    				if p.NodePort != 0 {
    					ports[i] = p
    				}
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top