Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 28 of 28 for Fmask (0.07 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func TimevalToNsec(Timeval) int64
    pkg syscall (netbsd-arm64-cgo), func Truncate(string, int64) error
    pkg syscall (netbsd-arm64-cgo), func Umask(int) int
    pkg syscall (netbsd-arm64-cgo), func UnixRights(...int) []uint8
    pkg syscall (netbsd-arm64-cgo), func Unmount(string, int) error
    pkg syscall (netbsd-arm64-cgo), func Wait4(int, *WaitStatus, int, *Rusage) (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)
  2. docs/en/docs/release-notes.md

    ### Internal
    
    * ✏️ Update Pydantic links to dotenv support. PR [#10511](https://github.com/tiangolo/fastapi/pull/10511) by [@White-Mask](https://github.com/White-Mask).
    * ✏️ Update links in `docs/en/docs/async.md` and `docs/zh/docs/async.md` to make them relative. PR [#10498](https://github.com/tiangolo/fastapi/pull/10498) by [@hasnatsajid](https://github.com/hasnatsajid).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/avx_optabs.go

    //	- VEX prefixes (vex-prefixed constants)
    //	- Opcode byte
    //
    // EVEX instructions extend VEX form variety:
    //	VTHING zmm2/m512, zmmV, zmm1    -- implicit K0 (merging)
    //	VTHING zmm2/m512, zmmV, K, zmm1 -- explicit K mask (can't use K0)
    //
    // EVEX requires at least 3 bytes inside opBytes:
    //	- EVEX prefixes (evex-prefixed constants); similar to VEX
    //	- Displacement multiplier info (scale / broadcast scale)
    //	- Opcode byte; similar to VEX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 15:34:19 UTC 2018
    - 260.3K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), func SysctlUint32(string) (uint32, error)
    pkg syscall (darwin-arm64), func TimevalToNsec(Timeval) int64
    pkg syscall (darwin-arm64), func Truncate(string, int64) error
    pkg syscall (darwin-arm64), func Umask(int) int
    pkg syscall (darwin-arm64), func Undelete(string) error
    pkg syscall (darwin-arm64), func UnixRights(...int) []uint8
    pkg syscall (darwin-arm64), func Unmount(string, int) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    // ProcMountType defines the type of proc mount
    type ProcMountType string
    
    const (
    	// DefaultProcMount uses the container runtime defaults for readonly and masked
    	// paths for /proc.  Most container runtimes mask certain paths in /proc to avoid
    	// accidental security exposure of special devices or information.
    	DefaultProcMount ProcMountType = "Default"
    
    	// UnmaskedProcMount bypasses the default masking behavior of the container
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.9.md

        *   Caveats
            *   Only the CNI bridge and local-ipam plugins have been tested for the alpha release, although other CNI plugins do support IPv6.
            *   HostPorts are not supported.
    *   An IPv6 network mask for pod or cluster cidr network must be /66 or longer. For example: 2001:db1::/66, 2001:dead:beef::/76, 2001:cafe::/118 are supported. 2001:db1::/64 is not supported
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.11.md

    * kubeadm config can now override the Node CIDR Mask Size passed to kube-controller-manager. ([#61705](https://github.com/kubernetes/kubernetes/pull/61705), [@jstangroome](https://github.com/jstangroome))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // +enum
    type ProcMountType string
    
    const (
    	// DefaultProcMount uses the container runtime defaults for readonly and masked
    	// paths for /proc.  Most container runtimes mask certain paths in /proc to avoid
    	// accidental security exposure of special devices or information.
    	DefaultProcMount ProcMountType = "Default"
    
    	// UnmaskedProcMount bypasses the default masking behavior of the container
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top