- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 419 for Help (0.06 seconds)
-
docs/en/docs/help-fastapi.md
# Help FastAPI - Get Help { #help-fastapi-get-help } Do you like **FastAPI**? Would you like to help FastAPI, other users, and the author? Or would you like to get help with **FastAPI**? There are very simple ways to help (several involve just one or two clicks). And there are several ways to get help too. ## Subscribe to the newsletter { #subscribe-to-the-newsletter }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 12.6K bytes - Click Count (0) -
docs/zh-hant/docs/help-fastapi.md
# 協助 FastAPI - 取得協助 { #help-fastapi-get-help } 你喜歡 **FastAPI** 嗎? 你願意協助 FastAPI、其他使用者,以及作者嗎? 或是你想獲得 **FastAPI** 的協助? 有一些非常簡單的方式可以幫忙(有些只需要點一兩下)。 而且也有多種方式可以取得協助。 ## 訂閱電子報 { #subscribe-to-the-newsletter } 你可以訂閱(不常發送的)[**FastAPI 與夥伴**電子報](newsletter.md),隨時掌握: * 關於 FastAPI 與夥伴的最新消息 🚀 * 教學指南 📝 * 新功能 ✨ * 破壞性變更 🚨 * 小技巧與祕訣 ✅ ## 在 X(Twitter)關注 FastAPI { #follow-fastapi-on-x-twitter }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 11.9K bytes - Click Count (0) -
docs/zh/docs/help-fastapi.md
# 帮助 FastAPI - 获取帮助 { #help-fastapi-get-help } 你喜欢 **FastAPI** 吗? 想帮助 FastAPI、其他用户和作者吗? 或者你想获取 **FastAPI** 的帮助? 有很多非常简单的方式可以帮忙(有些只需点一两下)。 同样,也有多种途径可以获得帮助。 ## 订阅新闻邮件 { #subscribe-to-the-newsletter } 你可以订阅(不频繁的)[**FastAPI and friends** 新闻邮件](newsletter.md),获取如下更新: * FastAPI 及其小伙伴的新闻 🚀 * 指南 📝 * 功能 ✨ * 破坏性更改 🚨 * 使用技巧 ✅ ## 在 X (Twitter) 上关注 FastAPI { #follow-fastapi-on-x-twitter }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/ko/docs/help-fastapi.md
# FastAPI 지원 - 도움 받기 { #help-fastapi-get-help } **FastAPI** 가 마음에 드시나요? FastAPI, 다른 사용자, 개발자를 응원하고 싶으신가요? 혹은 **FastAPI** 에 대해 도움이 필요하신가요? 아주 간단하게 응원할 수 있습니다 (몇 번의 클릭만으로). 또한 도움을 받을 수 있는 방법도 몇 가지 있습니다. ## 뉴스레터 구독 { #subscribe-to-the-newsletter } (자주 발송되지 않는) [**FastAPI and friends** 뉴스레터](newsletter.md)를 구독하여 최신 정보를 유지할 수 있습니다: * FastAPI and friends에 대한 뉴스 🚀 * 가이드 📝 * 기능 ✨ * 획기적인 변화 🚨 * 팁과 요령 ✅Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 15.4K bytes - Click Count (0) -
docs/ja/docs/help-fastapi.md
# FastAPIを応援 - ヘルプの入手 { #help-fastapi-get-help } **FastAPI** は気に入りましたか? FastAPIや他のユーザー、作者を応援したいですか? それとも **FastAPI** についてヘルプが必要ですか? とても簡単に応援できる方法があります(1、2回クリックするだけのものもあります)。 ヘルプを得る方法もいくつかあります。 ## ニュースレターを購読 { #subscribe-to-the-newsletter } [**FastAPI and friends** ニュースレター](newsletter.md)(配信はまれです)を購読すると、次の情報をキャッチアップできます: * FastAPI と関連プロジェクトのニュース 🚀 * ガイド 📝 * 機能 ✨ * 互換性に影響する変更 🚨 * ヒントやコツ ✅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) -
internal/config/compress/help.go
package compress import "github.com/minio/minio/internal/config" // Help template for compress feature. var ( defaultHelpPostfix = func(key string) string { return config.DefaultHelpPostfix(DefaultKVS, key) } Help = config.HelpKVS{ config.HelpKV{ Key: config.Enable, Description: "Enable or disable object compression",
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Jul 17 15:43:14 GMT 2022 - 1.8K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/Help.java
import org.apache.maven.cling.invoker.mvnup.UpgradeContext; /** * The "help" goal implementation. */ @Named("help") @Singleton public class Help implements Goal { @Override public int execute(UpgradeContext context) throws Exception { context.info("Maven Upgrade Tool - Help"); context.println(); context.info("Upgrades Maven projects to be compatible with Maven 4.");
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Aug 29 12:46:51 GMT 2025 - 2.7K bytes - Click Count (0) -
internal/config/help.go
Secret bool `json:"-"` // Indicates if sub-sys supports multiple targets. MultipleTargets bool `json:"multipleTargets"` } // HelpKVS - implement order of keys help messages. type HelpKVS []HelpKV // Lookup - lookup a key from help kvs. func (hkvs HelpKVS) Lookup(key string) (HelpKV, bool) { for _, hkv := range hkvs { if hkv.Key == key { return hkv, true } } return HelpKV{}, false }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Jun 23 14:45:27 GMT 2023 - 2.8K bytes - Click Count (0) -
internal/config/ilm/help.go
) var ( defaultHelpPostfix = func(key string) string { return config.DefaultHelpPostfix(DefaultKVS, key) } // Help holds configuration keys and their default values for the ILM // subsystem Help = config.HelpKVS{ config.HelpKV{ Key: transitionWorkers, Type: "number",
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu May 30 08:14:58 GMT 2024 - 1.8K bytes - Click Count (0) -
internal/config/scanner/help.go
package scanner import "github.com/minio/minio/internal/config" var ( defaultHelpPostfix = func(key string) string { return config.DefaultHelpPostfix(DefaultKVS, key) } // Help provides help for config values Help = config.HelpKVS{ config.HelpKV{ Key: Speed, Description: `customize scanner speed (default|slowest|slow|fast|fastest)` + defaultHelpPostfix(Speed), Optional: true,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Feb 12 07:41:53 GMT 2024 - 1.6K bytes - Click Count (0)