- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for encodeTo (0.07 sec)
-
docs/en/docs/release-notes.md
* In `encoders.jsonable_encoder`: * Remove deprecated `skip_defaults`, use instead `exclude_unset`. * Set default of `exclude` from `set()` to `None` (as is in Pydantic). * PR [#1862](https://github.com/tiangolo/fastapi/pull/1862). * In `encoders.jsonable_encoder` remove parameter `sqlalchemy_safe`.
Registered: 2025-05-25 07:19 - Last Modified: 2025-05-22 09:45 - 522.5K bytes - Viewed (0) -
manifests/charts/base/files/crd-all.gen.yaml
description: An optional list of hex-encoded SHA-256 hashes of the authorized client certificates. items: type: string type: array verifyCertificateSpki: description: An optional list of base64-encoded SHA-256
Registered: 2025-05-28 22:53 - Last Modified: 2025-05-22 14:52 - 812.6K bytes - Viewed (0) -
RELEASE.md
* Added **categorical data** processing layers: * `IntegerLookup` & `StringLookup`: build an index of categorical feature values * `CategoryEncoding`: turn integer-encoded categories into one-hot, multi-hot, or tf-idf encoded representations * `CategoryCrossing`: create new categorical features representing co-occurrences of previous categorical feature values
Registered: 2025-05-27 12:39 - Last Modified: 2025-04-21 16:40 - 738.1K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
0xa2, 0xc4, 0x3b, 0xad, 0x54, 0x6f, 0xbe, 0x8c, 0xfe, 0xbc, } hash := sha1.New() hash.Write(msg) hashed := hash.Sum(nil) encoded, err := emsaPSSEncode(hashed, 1023, salt, sha1.New()) if err != nil { t.Errorf("Error from emsaPSSEncode: %s\n", err) } if !bytes.Equal(encoded, expected) { t.Errorf("Bad encoding. got %x, want %x", encoded, expected) } if err = emsaPSSVerify(hashed, encoded, 1023, len(salt), sha1.New()); err != nil { t.Errorf("Bad verification: %s", err) } } golang.org/fips140@v1.0.0/fips...
Registered: 2025-05-27 11:13 - Last Modified: 2025-01-29 15:10 - 635K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
- Fix panic in JSON logging format caused by missing Duration encoder ([#101159](https://github.com/kubernetes/kubernetes/pull/101159), [@serathius](https://github.com/serathius)) [SIG API Machinery, Cluster Lifecycle and Instrumentation]
Registered: 2025-05-30 09:05 - Last Modified: 2022-01-05 05:42 - 489.7K bytes - Viewed (0) -
api/go1.20.txt
pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV32 ideal-int #54251 pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 = 20580 #54251 pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 ideal-int #54251 pkg encoding/xml, method (*Encoder) Close() error #53346 pkg errors, func Join(...error) error #53435 pkg fmt, func FormatString(State, int32) string #51668 pkg go/ast, type File struct, FileEnd token.Pos #53202
Registered: 2025-05-27 11:13 - Last Modified: 2023-02-17 21:23 - 602.6K bytes - Viewed (0)