Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 66 for Bind (0.2 sec)

  1. CHANGELOG/CHANGELOG-1.23.md

        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
        - [Container Images](#container-images)
      - [Changelog since v1.23.16](#changelog-since-v12316)
      - [Changes by Kind](#changes-by-kind)
        - [Feature](#feature)
        - [Bug or Regression](#bug-or-regression)
      - [Dependencies](#dependencies)
        - [Added](#added)
        - [Changed](#changed)
        - [Removed](#removed)
    - [v1.23.16](#v12316)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.24.md

        - [CVE-2023-3955: Insufficient input sanitization on Windows nodes leads to privilege escalation](#cve-2023-3955-insufficient-input-sanitization-on-windows-nodes-leads-to-privilege-escalation)
      - [Changes by Kind](#changes-by-kind)
        - [Feature](#feature)
        - [Bug or Regression](#bug-or-regression)
      - [Dependencies](#dependencies)
        - [Added](#added)
        - [Changed](#changed)
        - [Removed](#removed)
    - [v1.24.16](#v12416)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.30.md

        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
        - [Container Images](#container-images)
      - [Changelog since v1.30.1](#changelog-since-v1301)
      - [Changes by Kind](#changes-by-kind)
        - [API Change](#api-change)
        - [Feature](#feature)
        - [Bug or Regression](#bug-or-regression)
      - [Dependencies](#dependencies)
        - [Added](#added)
        - [Changed](#changed)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.15.md

        - [Client Binaries](#client-binaries)
        - [Server Binaries](#server-binaries)
        - [Node Binaries](#node-binaries)
      - [Changelog since v1.15.11](#changelog-since-v11511)
      - [Changes by Kind](#changes-by-kind)
        - [Bug or Regression](#bug-or-regression)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake)
    - [v1.15.11](#v11511)
      - [Downloads for v1.15.11](#downloads-for-v11511)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.21.md

        - [Server Binaries](#server-binaries-1)
        - [Node Binaries](#node-binaries-1)
        - [Container Images](#container-images-1)
      - [Changelog since v1.21.12](#changelog-since-v12112)
      - [Changes by Kind](#changes-by-kind)
        - [Bug or Regression](#bug-or-regression)
      - [Dependencies](#dependencies-1)
        - [Added](#added-1)
        - [Changed](#changed-1)
        - [Removed](#removed-1)
    - [v1.21.12](#v12112)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  6. doc/go_spec.html

    	were collected, determine the <a href="#Constant_expressions">constant kind</a>
    	of the constants <code>c<sub>j</sub></code> in all those pairs the same way as for
    	<a href="#Constant_expressions">constant expressions</a>.
    	The type argument for <code>P<sub>k</sub></code> is the
    	<a href="#Constants">default type</a> for the determined constant kind.
    	If a constant kind cannot be determined due to conflicting constant kinds,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssagen/ssa.go

    	if !idx.Type.IsSigned() {
    		switch kind {
    		case ssa.BoundsIndex:
    			kind = ssa.BoundsIndexU
    		case ssa.BoundsSliceAlen:
    			kind = ssa.BoundsSliceAlenU
    		case ssa.BoundsSliceAcap:
    			kind = ssa.BoundsSliceAcapU
    		case ssa.BoundsSliceB:
    			kind = ssa.BoundsSliceBU
    		case ssa.BoundsSlice3Alen:
    			kind = ssa.BoundsSlice3AlenU
    		case ssa.BoundsSlice3Acap:
    			kind = ssa.BoundsSlice3AcapU
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  8. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func Access(string, uint32) error
    pkg syscall (netbsd-arm64-cgo), func Adjtime(*Timeval, *Timeval) error
    pkg syscall (netbsd-arm64-cgo), func Bind(int, Sockaddr) error
    pkg syscall (netbsd-arm64-cgo), func BpfBuflen(int) (int, error)
    pkg syscall (netbsd-arm64-cgo), func BpfDatalink(int) (int, error)
    pkg syscall (netbsd-arm64-cgo), func BpfHeadercmpl(int) (int, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  9. pkg/apis/core/validation/validation.go

    	}
    
    	if azure.Kind != nil && !supportedDiskKinds.Has(*azure.Kind) {
    		allErrs = append(allErrs, field.NotSupported(fldPath.Child("kind"), *azure.Kind, sets.List(supportedDiskKinds)))
    	}
    
    	// validate that DiskUri is the correct format
    	if azure.Kind != nil && *azure.Kind == core.AzureManagedDisk && strings.Index(azure.DataDiskURI, "/subscriptions/") != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg runtime/metrics, method (Value) Kind() ValueKind
    pkg runtime/metrics, method (Value) Uint64() uint64
    pkg runtime/metrics, type Description struct
    pkg runtime/metrics, type Description struct, Cumulative bool
    pkg runtime/metrics, type Description struct, Description string
    pkg runtime/metrics, type Description struct, Kind ValueKind
    pkg runtime/metrics, type Description struct, Name string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top