Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for Cap (0.15 sec)

  1. api/except.txt

    pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET = 537
    pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT = 536
    pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET = 535
    pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT = 534
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  2. cni/README.md

    - CAP_SYS_ADMIN
    - CAP_NET_ADMIN
    - CAP_NET_RAW
    
    ## Ambient mode details
    
    Fundamentally, this component is responsible for the following:
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 12.3K bytes
    - Viewed (0)
  3. doc/next/6-stdlib/1-time.md

    prepared before that call will be sent or received after the call.
    Earlier versions of Go used channels with a one-element buffer,
    making it difficult to use `Reset` and `Stop` correctly.
    A visible effect of this change is that `len` and `cap` of timer channels
    now returns 0 instead of 1, which may affect programs that
    poll the length to decide whether a receive on the timer channel
    will succeed.
    Such code should use a non-blocking receive instead.
    
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_CAP_GETMODE ideal-int
    pkg syscall (freebsd-arm64), const SYS_CAP_IOCTLS_GET = 535
    pkg syscall (freebsd-arm64), const SYS_CAP_IOCTLS_GET ideal-int
    pkg syscall (freebsd-arm64), const SYS_CAP_IOCTLS_LIMIT = 534
    pkg syscall (freebsd-arm64), const SYS_CAP_IOCTLS_LIMIT ideal-int
    pkg syscall (freebsd-arm64), const SYS_CAP_RIGHTS_LIMIT = 533
    pkg syscall (freebsd-arm64), const SYS_CAP_RIGHTS_LIMIT ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.12.txt

    pkg runtime/debug, type Module struct, Sum string
    pkg runtime/debug, type Module struct, Version string
    pkg strings, func ReplaceAll(string, string, string) string
    pkg strings, method (*Builder) Cap() int
    pkg syscall (freebsd-386), const S_IRWXG = 56
    pkg syscall (freebsd-386), const S_IRWXG ideal-int
    pkg syscall (freebsd-386), const S_IRWXO = 7
    pkg syscall (freebsd-386), const S_IRWXO ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/internal/http2/Hpack.kt

      private const val SETTINGS_HEADER_TABLE_SIZE = 4_096
    
      /**
       * The decoder has ultimate control of the maximum size of the dynamic table but we can choose
       * to use less. We'll put a cap at 16K. This is arbitrary but should be enough for most purposes.
       */
      private const val SETTINGS_HEADER_TABLE_SIZE_LIMIT = 16_384
    
      val STATIC_HEADER_TABLE =
        arrayOf(
          Header(TARGET_AUTHORITY, ""),
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 22.5K bytes
    - Viewed (1)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_CAP_GETMODE ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_CAP_IOCTLS_GET = 535 #53466
    pkg syscall (freebsd-riscv64), const SYS_CAP_IOCTLS_GET ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_CAP_IOCTLS_LIMIT = 534 #53466
    pkg syscall (freebsd-riscv64), const SYS_CAP_IOCTLS_LIMIT ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  8. api/go1.3.txt

    pkg syscall (freebsd-arm), const SYS_ACCEPT4 ideal-int
    pkg syscall (freebsd-arm), const SYS_BINDAT = 538
    pkg syscall (freebsd-arm), const SYS_BINDAT ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_GETRIGHTS = 515
    pkg syscall (freebsd-arm), const SYS_CAP_GETRIGHTS ideal-int
    pkg syscall (freebsd-arm), const SYS_CHFLAGSAT = 540
    pkg syscall (freebsd-arm), const SYS_CHFLAGSAT ideal-int
    pkg syscall (freebsd-arm), const SYS_CONNECTAT = 539
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  9. api/go1.5.txt

    pkg bufio, method (*Reader) Discard(int) (int, error)
    pkg bufio, method (ReadWriter) Discard(int) (int, error)
    pkg bytes, func LastIndexByte([]uint8, uint8) int
    pkg bytes, method (*Buffer) Cap() int
    pkg bytes, method (*Reader) Size() int64
    pkg crypto, const SHA512_224 = 14
    pkg crypto, const SHA512_224 Hash
    pkg crypto, const SHA512_256 = 15
    pkg crypto, const SHA512_256 Hash
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (freebsd-386), const SYS_BIND ideal-int
    pkg syscall (freebsd-386), const SYS_CAP_ENTER ideal-int
    pkg syscall (freebsd-386), const SYS_CAP_GETMODE ideal-int
    pkg syscall (freebsd-386), const SYS_CAP_GETRIGHTS ideal-int
    pkg syscall (freebsd-386), const SYS_CAP_NEW ideal-int
    pkg syscall (freebsd-386), const SYS_CHDIR ideal-int
    pkg syscall (freebsd-386), const SYS_CHFLAGS ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top