Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for setBit (0.16 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), func SetNonblock(int, bool) error
    pkg syscall (darwin-arm64), func Setegid(int) error
    pkg syscall (darwin-arm64), func Seteuid(int) error
    pkg syscall (darwin-arm64), func Setgid(int) error
    pkg syscall (darwin-arm64), func Setgroups([]int) error
    pkg syscall (darwin-arm64), func Setlogin(string) error
    pkg syscall (darwin-arm64), func Setpgid(int, int) error
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func SetBpfTimeout(int, *Timeval) error
    pkg syscall (netbsd-arm64-cgo), func Setegid(int) error
    pkg syscall (netbsd-arm64-cgo), func Seteuid(int) error
    pkg syscall (netbsd-arm64-cgo), func Setgid(int) error
    pkg syscall (netbsd-arm64-cgo), func Setgroups([]int) error
    pkg syscall (netbsd-arm64-cgo), func SetKevent(*Kevent_t, int, int, int)
    pkg syscall (netbsd-arm64-cgo), func SetNonblock(int, bool) error
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // Some volume types allow the Kubelet to change the ownership of that volume
      // to be owned by the pod:
      //
      // 1. The owning GID will be the FSGroup
      // 2. The setgid bit is set (new files created in the volume will be owned by FSGroup)
      // 3. The permission bits are OR'd with rw-rw----
      //
      // If unset, the Kubelet will not modify the ownership and permissions of any volume.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
    
      <mime-type type="text/x-sql">
        <_comment>SQL code</_comment>
        <glob pattern="*.sql"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-setext">
        <glob pattern="*.etx"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-stsrc">
        <_comment>Smalltalk source code</_comment>
        <glob pattern="*.st"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top