Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 38 of 38 for 414z (0.11 seconds)

  1. CHANGELOG/CHANGELOG-1.19.md

    - github.com/GoogleCloudPlatform/k8s-cloud-provider: [27a4ced → 7901bc8](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/compare/27a4ced...7901bc8)
    - github.com/Microsoft/go-winio: [v0.4.14 → fc70bd9](https://github.com/Microsoft/go-winio/compare/v0.4.14...fc70bd9)
    - github.com/Microsoft/hcsshim: [672e52e → 5eafd15](https://github.com/Microsoft/hcsshim/compare/672e52e...5eafd15)
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Click Count (0)
  2. api/go1.1.txt

    pkg net/http, const StatusProxyAuthRequired = 407
    pkg net/http, const StatusRequestEntityTooLarge = 413
    pkg net/http, const StatusRequestTimeout = 408
    pkg net/http, const StatusRequestURITooLong = 414
    pkg net/http, const StatusRequestedRangeNotSatisfiable = 416
    pkg net/http, const StatusResetContent = 205
    pkg net/http, const StatusSeeOther = 303
    pkg net/http, const StatusServiceUnavailable = 503
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.17.md

    - mvdan.cc/unparam: fbb5962
    - sourcegraph.com/sqs/pbtypes: d3ebe8f
    
    #### Changed
    - github.com/Azure/azure-sdk-for-go: v32.5.0+incompatible → v35.0.0+incompatible
    - github.com/Microsoft/go-winio: v0.4.11 → v0.4.14
    - github.com/bazelbuild/bazel-gazelle: c728ce9 → 70208cb
    - github.com/bazelbuild/buildtools: 80c7f0d → 69366ca
    - github.com/beorn7/perks: 3a771d9 → v1.0.0
    - github.com/container-storage-interface/spec: v1.1.0 → v1.2.0
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Click Count (1)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_PROFIL ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PSELECT = 436
    pkg syscall (netbsd-arm64-cgo), const SYS_PSELECT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PSET_ASSIGN = 414
    pkg syscall (netbsd-arm64-cgo), const SYS_PSET_ASSIGN ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__PSET_BIND = 415
    pkg syscall (netbsd-arm64-cgo), const SYS__PSET_BIND ideal-int
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Click Count (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_EXTATTR_DELETE_FILE = 358
    pkg syscall (freebsd-arm64), const SYS_EXTATTR_DELETE_FILE ideal-int
    pkg syscall (freebsd-arm64), const SYS_EXTATTR_DELETE_LINK = 414
    pkg syscall (freebsd-arm64), const SYS_EXTATTR_DELETE_LINK ideal-int
    pkg syscall (freebsd-arm64), const SYS_EXTATTR_GET_FD = 372
    pkg syscall (freebsd-arm64), const SYS_EXTATTR_GET_FD ideal-int
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Click Count (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_POSIX_SPAWN ideal-int
    pkg syscall (darwin-arm64), const SYS_PREAD = 153
    pkg syscall (darwin-arm64), const SYS_PREAD ideal-int
    pkg syscall (darwin-arm64), const SYS_PREAD_NOCANCEL = 414
    pkg syscall (darwin-arm64), const SYS_PREAD_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_PROCESS_POLICY = 323
    pkg syscall (darwin-arm64), const SYS_PROCESS_POLICY ideal-int
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Click Count (0)
  7. docs/en/docs/release-notes.md

        * All the FastAPI docs are updated. Each code example in the docs that could use different syntax in Python 3.9 or Python 3.10 now has all the alternatives in tabs.
    * ⬆️ Upgrade Starlette to 0.17.1. PR [#4145](https://github.com/tiangolo/fastapi/pull/4145) by [@simondale00](https://github.com/simondale00).
    
    ### Internal
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 19:06:15 GMT 2025
    - 586.7K bytes
    - Click Count (0)
  8. lib/fips140/v1.1.0-rc1.zip

    length") } const b = 1 << 17 const mask18 = 1<<18 - 1 var r ringElement for i := 0; i < n; i += 4 { w0 := uint32(v[0]) | uint32(v[1])<<8 | uint32(v[2])<<16 r[i+0] = fieldSubToMontgomery(b, w0&mask18) w1 := uint32(v[2])>>2 | uint32(v[3])<<6 | uint32(v[4])<<14 r[i+1] = fieldSubToMontgomery(b, w1&mask18) w2 := uint32(v[4])>>4 | uint32(v[5])<<4 | uint32(v[6])<<12 r[i+2] = fieldSubToMontgomery(b, w2&mask18) w3 := uint32(v[6])>>6 | uint32(v[7])<<2 | uint32(v[8])<<10 r[i+3] = fieldSubToMontgomery(b, w3&mask18)...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top