- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 20 for 226Z (0.08 seconds)
-
src/bytes/buffer_test.go
} check(t, "TestBasicOperations (4)", &buf, "a") buf.WriteByte(testString[1]) check(t, "TestBasicOperations (5)", &buf, "ab") n, err = buf.Write(testBytes[2:26]) if want := 24; err != nil || n != want { t.Errorf("Write: got (%d, %v), want (%d, %v)", n, err, want, nil) } check(t, "TestBasicOperations (6)", &buf, testString[0:26]) buf.Truncate(26)
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Nov 14 19:01:17 GMT 2025 - 19.4K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
* the SMB_COM_SESSION_SETUP_ANDX Response (section 2.2.4.53.2), MUST be set to * 0x0000000000000000. For the SMB_COM_SESSION_SETUP_ANDX Response, the SecuritySignature * field of the SMB Header SHOULD<226> be set to the SecuritySignature received in the * SMB_COM_SESSION_SETUP_ANDX Request (section 2.2.4.53.1). */ if (this.digest != null && getErrorCode() == 0) {
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 38.9K bytes - Click Count (0) -
guava/src/com/google/common/math/LongMath.java
} @Override long squareMod(long a, long m) { long aHi = a >>> 32; // < 2^31 long aLo = a & 0xFFFFFFFFL; // < 2^32 /* * a^2 == aHi^2 * 2^64 + aHi * aLo * 2^33 + aLo^2 * == (aHi^2 * 2^32 + aHi * aLo * 2) * 2^32 + aLo^2 * We carry out this computation in modular arithmetic. Since times2ToThe32Mod accepts anyCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Nov 03 21:01:09 GMT 2025 - 46.8K bytes - Click Count (0) -
docs/en/docs/release-notes.md
* 🌐 Add Chinese translation for Tutorial - Cookie Parameters. PR [#2261](https://github.com/tiangolo/fastapi/pull/2261) by [@alicrazy1947](https://github.com/alicrazy1947). * 🌐 Add Japanese translation for Tutorial - Static files. PR [#2260](https://github.com/tiangolo/fastapi/pull/2260) by [@tokusumi](https://github.com/tokusumi).
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) -
api/go1.1.txt
pkg syscall (darwin-386), const SYS_CONNECT_NOCANCEL = 409 pkg syscall (darwin-386), const SYS_COPYFILE = 227 pkg syscall (darwin-386), const SYS_CSOPS = 169 pkg syscall (darwin-386), const SYS_DELETE = 226 pkg syscall (darwin-386), const SYS_DUP = 41 pkg syscall (darwin-386), const SYS_DUP2 = 90 pkg syscall (darwin-386), const SYS_EXCHANGEDATA = 223 pkg syscall (darwin-386), const SYS_EXECVE = 59
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) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const DLT_IPMB ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_IPMB_LINUX = 209 pkg syscall (netbsd-arm64-cgo), const DLT_IPMB_LINUX ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_IPNET = 226 pkg syscall (netbsd-arm64-cgo), const DLT_IPNET ideal-int pkg syscall (netbsd-arm64-cgo), const DLT_IP_OVER_FC = 122 pkg syscall (netbsd-arm64-cgo), const DLT_IP_OVER_FC 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) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const DLT_IPMB ideal-int pkg syscall (freebsd-arm64), const DLT_IPMB_LINUX = 209 pkg syscall (freebsd-arm64), const DLT_IPMB_LINUX ideal-int pkg syscall (freebsd-arm64), const DLT_IPNET = 226 pkg syscall (freebsd-arm64), const DLT_IPNET ideal-int pkg syscall (freebsd-arm64), const DLT_IPOIB = 242 pkg syscall (freebsd-arm64), const DLT_IPOIB ideal-int pkg syscall (freebsd-arm64), const DLT_IPV4 = 228
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) -
api/go1.16.txt
pkg syscall (darwin-arm64), const SYS_CSOPS ideal-int pkg syscall (darwin-arm64), const SYS_CSOPS_AUDITTOKEN = 170 pkg syscall (darwin-arm64), const SYS_CSOPS_AUDITTOKEN ideal-int pkg syscall (darwin-arm64), const SYS_DELETE = 226 pkg syscall (darwin-arm64), const SYS_DELETE ideal-int pkg syscall (darwin-arm64), const SYS_DUP = 41 pkg syscall (darwin-arm64), const SYS_DUP ideal-int pkg syscall (darwin-arm64), const SYS_DUP2 = 90
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) -
lib/fips140/v1.0.0-c2097c7c.zip
"encoding/asn1" "testing" ) func TestHashPrefixes(t *testing.T) { prefixes := map[crypto.Hash]asn1.ObjectIdentifier{ // RFC 3370, Section 2.1 and 2.2 // // sha-1 OBJECT IDENTIFIER ::= { iso(1) identified-organization(3) // oiw(14) secsig(3) algorithm(2) 26 } // // md5 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) // rsadsi(113549) digestAlgorithm(2) 5 } crypto.MD5: {1, 2, 840, 113549, 2, 5}, crypto.SHA1: {1, 3, 14, 3, 2, 26}, // https://csrc.nist.gov/projects/computer-security-objects-regist...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
"encoding/asn1" "testing" ) func TestHashPrefixes(t *testing.T) { prefixes := map[crypto.Hash]asn1.ObjectIdentifier{ // RFC 3370, Section 2.1 and 2.2 // // sha-1 OBJECT IDENTIFIER ::= { iso(1) identified-organization(3) // oiw(14) secsig(3) algorithm(2) 26 } // // md5 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) // rsadsi(113549) digestAlgorithm(2) 5 } crypto.MD5: {1, 2, 840, 113549, 2, 5}, crypto.SHA1: {1, 3, 14, 3, 2, 26}, // https://csrc.nist.gov/projects/computer-security-objects-regist...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)