- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 100 for 65 (0.15 seconds)
-
api/go1.16.txt
pkg syscall (darwin-arm64), const EFTYPE = 79 pkg syscall (darwin-arm64), const EFTYPE Errno pkg syscall (darwin-arm64), const EHOSTDOWN = 64 pkg syscall (darwin-arm64), const EHOSTUNREACH = 65 pkg syscall (darwin-arm64), const EIDRM = 90 pkg syscall (darwin-arm64), const EILSEQ = 92 pkg syscall (darwin-arm64), const EINPROGRESS = 36 pkg syscall (darwin-arm64), const EINTR = 4
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.34.md
- cloud.google.com/go/documentai: v1.23.7 - cloud.google.com/go/domains: v0.9.4 - cloud.google.com/go/edgecontainer: v1.1.4 - cloud.google.com/go/errorreporting: v0.3.0 - cloud.google.com/go/essentialcontacts: v1.6.5 - cloud.google.com/go/eventarc: v1.13.3 - cloud.google.com/go/filestore: v1.8.0 - cloud.google.com/go/firestore: v1.14.0 - cloud.google.com/go/functions: v1.15.4 - cloud.google.com/go/gkebackup: v1.3.4
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 03:19:43 GMT 2026 - 368.7K bytes - Click Count (2) -
lib/fips140/v1.0.0-c2097c7c.zip
src_len+64(FP), R7 // len loop: KMCTR R4, R2, R6 // cipher message with counter (KMCTR) BVS loop // branch back if interrupted RET crash: MOVD $0, (R0) RET // func ghashAsm(key *gcmHashKey, hash *[16]byte, data []byte) TEXT ·ghashAsm(SB),NOSPLIT,$32-40 MOVD $65, R0 // GHASH function code MOVD key+0(FP), R2 LMG (R2), R6, R7 MOVD hash+8(FP), R8 LMG (R8), R4, R5 MOVD $params-32(SP), R1 STMG R4, R7, (R1) LMG data+16(FP), R2, R3 // R2=base, R3=len loop: KIMD R0, R2 // compute intermediate message digest (KIMD)...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
api/go1.2.txt
pkg syscall (linux-arm-cgo), type Utsname struct, Domainname [65]uint8 pkg syscall (linux-arm-cgo), type Utsname struct, Machine [65]uint8 pkg syscall (linux-arm-cgo), type Utsname struct, Nodename [65]uint8 pkg syscall (linux-arm-cgo), type Utsname struct, Release [65]uint8 pkg syscall (linux-arm-cgo), type Utsname struct, Sysname [65]uint8 pkg syscall (linux-arm-cgo), type Utsname struct, Version [65]uint8
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.32.md
- cloud.google.com/go/documentai: v1.22.0 → v1.23.7 - cloud.google.com/go/domains: v0.9.1 → v0.9.4 - cloud.google.com/go/edgecontainer: v1.1.1 → v1.1.4 - cloud.google.com/go/essentialcontacts: v1.6.2 → v1.6.5 - cloud.google.com/go/eventarc: v1.13.0 → v1.13.3 - cloud.google.com/go/filestore: v1.7.1 → v1.8.0 - cloud.google.com/go/firestore: v1.12.0 → v1.14.0 - cloud.google.com/go/functions: v1.15.1 → v1.15.4
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Feb 26 23:58:21 GMT 2026 - 470.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.19.md
- Updates the following images to pick up CVE fixes: - `debian` to v1.8.0 - `debian-iptables` to v1.6.5 - `setcap` to v2.0.3 ([#103235](https://github.com/kubernetes/kubernetes/pull/103235), [@thejoycekung](https://github.com/thejoycekung)) [SIG API Machinery, Release and Testing] ### Bug or Regression
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jan 05 05:42:32 GMT 2022 - 489.7K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.7.md
### Cloud Providers * Azure: Container permissions for provisioned volumes have changed to private. If you have existing Azure volumes that were created by Kubernetes v1.6.0-v1.6.5, you should change the permissions on them manually. ([#47605](https://github.com/kubernetes/kubernetes/pull/47605), [@brendandburns](https://github.com/brendandburns))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 308.7K bytes - Click Count (1) -
doc/go_spec.html
representation of the Unicode code point with the given integer value. Values outside the range of valid Unicode code points are converted to <code>"\uFFFD"</code>. <pre> string('a') // "a" string(65) // "A" string('\xf8') // "\u00f8" == "ø" == "\xc3\xb8" string(-1) // "\ufffd" == "\xef\xbf\xbd" type myString string myString('\u65e5') // "\u65e5" == "日" == "\xe6\x97\xa5" </pre>
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1) -
docs/en/docs/release-notes.md
* Add [deployment documentation for Docker in Raspberry Pi](https://fastapi.tiangolo.com/deployment/#raspberry-pi-and-other-architectures) and other architectures. * Trigger Docker images build on Travis CI automatically. PR [#65](https://github.com/tiangolo/fastapi/pull/65). ## 0.7.0 (2019-03-03) * Add support for `UploadFile` in `File` parameter annotations. * This includes a file-like interface.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.23.md
- kube-apiserver v1.24.8 - kube-apiserver v1.23.14 - kube-apiserver v1.22.16 This vulnerability was reported by Richard Turnbull of NCC Group as part of the Kubernetes Audit **CVSS Rating:** Medium (6.5) [CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N) ### CVE-2022-3294: Node address isn't always verified when proxying
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Feb 28 21:06:52 GMT 2023 - 424.5K bytes - Click Count (0)