Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Ftruncate (1.05 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Fstatat(int, string, *Stat_t, int) error
    pkg syscall (freebsd-arm64), func Fstatfs(int, *Statfs_t) error
    pkg syscall (freebsd-arm64), func Fsync(int) error
    pkg syscall (freebsd-arm64), func Ftruncate(int, int64) error
    pkg syscall (freebsd-arm64), func Futimes(int, []Timeval) error
    pkg syscall (freebsd-arm64), func Getdirentries(int, []uint8, *uintptr) (int, error)
    pkg syscall (freebsd-arm64), func Getdtablesize() int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Fstatfs(int, *Statfs_t) error #53466
    pkg syscall (freebsd-riscv64), func Fsync(int) error #53466
    pkg syscall (freebsd-riscv64), func Ftruncate(int, int64) error #53466
    pkg syscall (freebsd-riscv64), func Futimes(int, []Timeval) error #53466
    pkg syscall (freebsd-riscv64), func Getdirentries(int, []uint8, *uintptr) (int, error) #53466
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/bootstrap.min.css.map

    { font-family: $font-family-monospace !important; }\n\n// Alignment\n\n.text-justify  { text-align: justify !important; }\n.text-wrap     { white-space: normal !important; }\n.text-nowrap   { white-space: nowrap !important; }\n.text-truncate { @include text-truncate(); }\n\n// Responsive alignment\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n  @include media-breakpoint-up($breakpoint) {\n    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n    .text#{$infix}-left   { text-align:...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 639.3K bytes
    - Viewed (1)
  4. src/main/webapp/css/bootstrap.min.css.map

    position: absolute;\n    top: 0;\n    right: 0;\n    bottom: 0;\n    left: 0;\n    z-index: $stretched-link-z-index;\n    content: \"\";\n  }\n}\n","//\n// Text truncation\n//\n\n.text-truncate {\n  @include text-truncate();\n}\n","// Text truncate\n// Requires inline-block or block for proper styling\n\n@mixin text-truncate() {\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n}\n",".vr {\n  display: inline-block;\n  align-self: stretch;\n  width: 1px;\n  min-height: 1em;\n  background-color:...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 575.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    - Static pods will be deleted gracefully. ([#98103](https://github.com/kubernetes/kubernetes/pull/98103), [@gjkim42](https://github.com/gjkim42)) [SIG Node]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0F00          ; valid                                  # 2.0  TIBETAN SYLLABLE OM
    0F01..0F0A    ; valid                  ;      ; NV8    # 2.0  TIBETAN MARK GTER YIG MGO TRUNCATED A..TIBETAN MARK BKA- SHOG YIG MGO
    0F0B          ; valid                                  # 2.0  TIBETAN MARK INTERSYLLABIC TSHEG
    0F0C          ; mapped                 ; 0F0B          # 2.0  TIBETAN MARK DELIMITER TSHEG BSTAR
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  7. RELEASE.md

            access.
        *   Output variance over trees predictions for classifications tasks.
        *   For `pt` and `eval` commands, allow writing tensor values to filesystem
            as numpy files.
        *   gRPC: Propagate truncated errors (instead of returning gRPC internal
            error).
        *   Augment `parallel_interleave` to support 2 kinds of prefetching.
        *   Improved XLA support for C64-related ops log, pow, atan2, tanh.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  8. lib/fips140/v1.0.0.zip

    { R, S []byte } // Sign signs a hash (which shall be the result of hashing a larger message with // the hash function H) using the private key, priv. If the hash is longer than // the bit-length of the private key's curve order, the hash will be truncated // to that length. func Sign[P Point[P], H fips140.Hash](c *Curve[P], h func() H, priv *PrivateKey, rand io.Reader, hash []byte) (*Signature, error) { if priv.pub.curve != c.curve { return nil, errors.New("ecdsa: private key does not match curve")...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top