- Sort Score
- Num 10 results
- Language All
Results 21 - 27 of 27 for GG (0.11 seconds)
-
CHANGELOG/CHANGELOG-1.26.md
- github.com/auth0/go-jwt-middleware: [v1.0.1](https://github.com/auth0/go-jwt-middleware/tree/v1.0.1) - github.com/boltdb/bolt: [v1.3.1](https://github.com/boltdb/bolt/tree/v1.3.1) - github.com/fogleman/gg: [0403632](https://github.com/fogleman/gg/tree/0403632) - github.com/getkin/kin-openapi: [v0.76.0](https://github.com/getkin/kin-openapi/tree/v0.76.0)
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Sep 02 13:51:56 GMT 2025 - 425.7K bytes - Click Count (0) -
docs/zh/docs/help-fastapi.md
* [审阅 Pull Request](#review-pull-requests)(见上面的章节)。 这两项工作是**最耗时**的。这也是维护 FastAPI 的主要工作。 如果你能在这方面帮我,**你就是在帮我维护 FastAPI**,并确保它**更快更好地前进**。🚀 ## 加入聊天 { #join-the-chat } 加入 👥 [Discord 聊天服务器](https://discord.gg/VQjSZaeJmf) 👥,和 FastAPI 社区的小伙伴们一起交流。 /// tip | 提示 关于提问,请在 [GitHub Discussions](https://github.com/fastapi/fastapi/discussions/new?category=questions) 中发布,这样更有机会得到 [FastAPI 专家](fastapi-people.md#fastapi-experts) 的帮助。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 11.8K bytes - Click Count (0) -
docs/ja/docs/help-fastapi.md
この2つが**最も時間を消費**します。FastAPI のメンテナンス作業の中心です。 これを手伝ってもらえると、**FastAPIのメンテナンスに貢献**し、**より速く・より良く前進**できるようになります。🚀 ## チャットに参加 { #join-the-chat } 👥 [Discord チャットサーバー](https://discord.gg/VQjSZaeJmf) 👥 に参加し、FastAPI コミュニティのみんなと交流しましょう。 /// tip | 豆知識Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 15.3K bytes - Click Count (0) -
cmd/testdata/undeleteable-object.tgz
>=þÞ“^´/A@cÐü…×| â äÄ ¢Îx„o:vnðEc‰º )Ö‹LgöX€Òºƒ7½ ‰}e€ÈÓ""5‘–©@Ü Ì†@×¹f 53Å)÷T…öš[Ú=8®S#´]™9Ÿç% ¯'T¬(¯…Ú¹%™, |Ê …÷ÝÞ ‚ ° 冻Ã&ß7KQùpÅkså| Œ‡p™T $¸6µA´_Ñ’ü4'¹ º J9xmÁ¹õ÷VkLr. 7X‹Å³ EvÕ§ ËÒ Å9AŠ;ŸÉ g^3O*Å'y¢Cç /æCG ÿA £k:d@§H åÚÿþ¼2©u7 t÷ àñLµžÑ&Í?mêª¹é•Ø ì‘ß û %„GG# o ïTGús{¢hj5‰ šÖy BðݾU¦A’ôAI&ˆj ×Û øo Þ¹?núðŽ [ ¡¯aLÛ}Ùk¤/ù Ó¡kYy¥žU™kC¸·Cg&’^¿ììµ6~µ97 ÙzùqÜ:m¾ €¦!;øò\ ¦Ðà Tòù³Gü¢`Ö ø‹gõ8Å›ähÇbêp¸ ù{ ôªWù A- I’“ª *ïÉf&Ñ´ ðê I-‚÷¥O„=uÉ€ ‚· Žv3$Äk Úœ9Øžu%?N •L6jDš¢ wr4(oƒâúÍÛ] †®DÕNt ‹ Ê\ ÃeþÂB˜þвü'Øù-<ä¢@ÕÏ...Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Apr 26 00:31:12 GMT 2024 - 8.7M bytes - Click Count (0) -
src/main/webapp/js/admin/moment-with-locales.min.js.map
","getUTCMinutes","defaults","c","configFromArray","currentDate","expectedWeekday","yearToUse","nowValue","now","_useUTC","getUTCMonth","getUTCDate","getFullYear","getMonth","getDate","weekYear","temp","weekdayOverflow","curWeek","GG","W","E","createLocal","_week","gg","_dayOfYear","dayOfYearFromWeekInfo","_nextDay","ms","setFullYear","ISO_8601","RFC_2822","skipped","stringLength","totalParsedInputLength","hour","isPm","meridiemHour","meridiemFixWrap","erasConvertYear","prepareConfig","preparse"...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 224.8K bytes - Click Count (1) -
lib/fips140/v1.26.0.zip
t1) for s := 0; s < 31; s++ { t0.Square(t0) } r.Mul(r, t0) // v = x^(2^127-1)^2 * x v := new(fiat.P224Element).Square(r) v.Mul(v, x) // r = x^(2^127-1) * x r.Mul(r, x) // for i = n-1 down to 1: // w = v^(2^(i-1)) // if w == -1 then: // v <- v*GG[n-i] // r <- r*GG[n-i-1] var p224MinusOne = new(fiat.P224Element).Sub( new(fiat.P224Element), new(fiat.P224Element).One()) for i := 96 - 1; i >= 1; i-- { w := new(fiat.P224Element).Set(v) for j := 0; j < i-1; j++ { w.Square(w) } cond := w.Equal(p224MinusOne)...Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
t1) for s := 0; s < 31; s++ { t0.Square(t0) } r.Mul(r, t0) // v = x^(2^127-1)^2 * x v := new(fiat.P224Element).Square(r) v.Mul(v, x) // r = x^(2^127-1) * x r.Mul(r, x) // for i = n-1 down to 1: // w = v^(2^(i-1)) // if w == -1 then: // v <- v*GG[n-i] // r <- r*GG[n-i-1] var p224MinusOne = new(fiat.P224Element).Sub( new(fiat.P224Element), new(fiat.P224Element).One()) for i := 96 - 1; i >= 1; i-- { w := new(fiat.P224Element).Set(v) for j := 0; j < i-1; j++ { w.Square(w) } cond := w.Equal(p224MinusOne)...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)