- Sort Score
- Result 10 results
- Languages All
Results 41 - 46 of 46 for useHint (0.11 sec)
-
src/test/java/jcifs/smb/DirFileEntryEnumIterator2Test.java
Field f = jcifs.internal.smb2.ServerMessageBlock2.class.getDeclaredField("status"); f.setAccessible(true); f.setInt(resp, status); }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2EchoResponseTest.java
private void setStatus(ServerMessageBlock2 smb, int status) throws Exception { Field statusField = ServerMessageBlock2.class.getDeclaredField("status"); statusField.setAccessible(true); statusField.setInt(smb, status); } private void setAsync(ServerMessageBlock2 smb, boolean async) throws Exception { Field asyncField = ServerMessageBlock2.class.getDeclaredField("async");
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.1K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
:= range n { w[i] = highBits32(fieldFromMontgomery(r[i])) } case 88: for i := range n { w[i] = highBits88(fieldFromMontgomery(r[i])) } default: panic("mldsa: internal error: unsupported γ2") } return w } // useHint implements UseHint from FIPS 204. // // It is not constant-time. func useHint(r ringElement, h [n]byte, p parameters) [n]byte { var w [n]byte switch p.γ2 { case 32: for i := range n { w[i] = useHint32(r[i], h[i]) } case 88: for i := range n { w[i] = useHint88(r[i], h[i]) } default: panic("mldsa:...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
docs/ja/docs/tutorial/response-model.md
/// note | 技術詳細 レスポンスモデルは、関数の戻り値のアノテーションではなく、このパラメータで宣言されています。なぜなら、パス関数は実際にはそのレスポンスモデルを返すのではなく、`dict`やデータベースオブジェクト、あるいは他のモデルを返し、`response_model`を使用してフィールドの制限やシリアライズを行うからです。 /// ## 同じ入力データの返却 ここでは`UserIn`モデルを宣言しています。それには平文のパスワードが含まれています: {* ../../docs_src/response_model/tutorial002.py hl[9,11] *} そして、このモデルを使用して入力を宣言し、同じモデルを使って出力を宣言しています: {* ../../docs_src/response_model/tutorial002.py hl[17,18] *}Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9K bytes - Viewed (0) -
api/go1.5.txt
pkg math/big, method (*Float) Set(*Float) *Float pkg math/big, method (*Float) SetFloat64(float64) *Float pkg math/big, method (*Float) SetInf(bool) *Float pkg math/big, method (*Float) SetInt(*Int) *Float pkg math/big, method (*Float) SetInt64(int64) *Float pkg math/big, method (*Float) SetMantExp(*Float, int) *Float pkg math/big, method (*Float) SetMode(RoundingMode) *Float
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
api/go1.txt
pkg math/big, method (*Rat) Set(*Rat) *Rat pkg math/big, method (*Rat) SetFrac(*Int, *Int) *Rat pkg math/big, method (*Rat) SetFrac64(int64, int64) *Rat pkg math/big, method (*Rat) SetInt(*Int) *Rat pkg math/big, method (*Rat) SetInt64(int64) *Rat pkg math/big, method (*Rat) SetString(string) (*Rat, bool) pkg math/big, method (*Rat) Sign() int pkg math/big, method (*Rat) String() string
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)