Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 561 - 570 of 611 for Schemas (0.05 seconds)

  1. internal/etag/etag.go

    //
    // Therefore, an S3 implementation may encrypt an ETag before storing
    // it. In this case, the stored ETag may not be a well-formed S3 ETag.
    // For example, it can be larger due to a checksum added by authenticated
    // encryption schemes. Such an ETag must be decrypted before sent to an
    // S3 client.
    //
    // # S3 Clients
    //
    // There are many different S3 client implementations. Most of them
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri May 16 14:27:42 GMT 2025
    - 13.2K bytes
    - Click Count (0)
  2. README.md

    - **XML Processing** (`org.codelibs.core.xml`) - XML DOM utilities, SAX parser helpers, and schema validation support
    - **SQL Utilities** (`org.codelibs.core.sql`) - JDBC helper methods for result sets, prepared statements, and connection management
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Sun Aug 31 02:56:02 GMT 2025
    - 12.7K bytes
    - Click Count (0)
  3. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoal.java

     * </ul>
     *
     * <h3>4.0.0 → 4.1.0 Upgrade Process</h3>
     * <ol>
     *   <li><strong>Namespace Update</strong>: Changes namespace from Maven 4.0.0 to 4.1.0 for all elements</li>
     *   <li><strong>Schema Location Update</strong>: Updates xsi:schemaLocation to Maven 4.1.0 XSD</li>
     *   <li><strong>Module Conversion</strong>: Converts {@code <modules>} to {@code <subprojects>} and {@code <module>} to {@code <subproject>}</li>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 12.5K bytes
    - Click Count (0)
  4. docs/fr/docs/tutorial/security/simple-oauth2.md

    /// info
    
    La classe `OAuth2PasswordRequestForm` n'est pas une classe spéciale pour **FastAPI** comme l'est `OAuth2PasswordBearer`.
    
    `OAuth2PasswordBearer` indique à **FastAPI** qu'il s'agit d'un schéma de sécurité. Il est donc ajouté de cette façon à OpenAPI.
    
    Mais `OAuth2PasswordRequestForm` est simplement une dépendance de classe que vous auriez pu écrire vous‑même, ou vous auriez pu déclarer des paramètres `Form` directement.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  5. docs/ru/docs/advanced/security/oauth2-scopes.md

    Содержимое каждой такой строки может иметь любой формат, но не должно содержать пробелов.
    
    Эти scopes представляют «разрешения».
    
    В OpenAPI (например, в документации API) можно определить «схемы безопасности» (security schemes).
    
    Когда одна из таких схем безопасности использует OAuth2, вы также можете объявлять и использовать scopes.
    
    Каждый «scope» — это просто строка (без пробелов).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 20.6K bytes
    - Click Count (0)
  6. README.md

    * **Standards-based**: Based on (and fully compatible with) the open standards for APIs: [OpenAPI](https://github.com/OAI/OpenAPI-Specification) (previously known as Swagger) and [JSON Schema](https://json-schema.org/).
    
    <small>* estimation based on tests conducted by an internal development team, building production applications.</small>
    
    ## Sponsors
    
    <!-- sponsors -->
    ### Keystone Sponsor
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 24.3K bytes
    - Click Count (0)
  7. docs/zh-hant/docs/index.md

    * **簡單**:設計上易於使用與學習。更少的讀文件時間。
    * **簡潔**:最小化程式碼重複性。每個參數宣告可帶來多個功能。更少的錯誤。
    * **穩健**:立即獲得可投入生產的程式碼,並自動生成互動式文件。
    * **標準化**:基於(且完全相容於)API 的開放標準:[OpenAPI](https://github.com/OAI/OpenAPI-Specification)(之前稱為 Swagger)和 [JSON Schema](https://json-schema.org/)。
    
    <small>* 基於內部開發團隊在建立生產應用程式時的測試預估。</small>
    
    ## 贊助 { #sponsors }
    
    <!-- sponsors -->
    
    ### 基石贊助商 { #keystone-sponsor }
    
    {% for sponsor in sponsors.keystone -%}
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 20.8K bytes
    - Click Count (0)
  8. docs/zh-hant/docs/tutorial/path-params.md

    /// check
    
    同樣地,只要使用那個 Python 型別宣告,**FastAPI** 就會提供自動、互動式的文件(整合 Swagger UI)。
    
    注意路徑參數被宣告為整數。
    
    ///
    
    ## 基於標準的優勢與替代文件 { #standards-based-benefits-alternative-documentation }
    
    而且因為產生的 schema 來自 [OpenAPI](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md) 標準,有很多相容的工具可用。
    
    因此,**FastAPI** 本身也提供另一種 API 文件(使用 ReDoc),你可以在 [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc) 存取:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 8.4K bytes
    - Click Count (0)
  9. docs/de/docs/advanced/security/oauth2-scopes.md

    Aktualisieren Sie nun die Abhängigkeit `get_current_user`.
    
    Das ist diejenige, die von den oben genannten Abhängigkeiten verwendet wird.
    
    Hier verwenden wir dasselbe OAuth2-Schema, das wir zuvor erstellt haben, und deklarieren es als Abhängigkeit: `oauth2_scheme`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 15.7K bytes
    - Click Count (0)
  10. docs/zh-hant/docs/_llm-test.md

    * `bar` as a `str`
    * `baz` as a `list`
    
    * 教學 - 使用者指南
    * 進階使用者指南
    * SQLModel 文件
    * API 文件
    * 自動文件
    
    * 資料科學
    * 深度學習
    * 機器學習
    * 相依性注入
    * HTTP 基本驗證
    * HTTP 摘要驗證
    * ISO 格式
    * JSON Schema 標準
    * JSON 結構描述
    * 結構描述定義
    * 密碼流程
    * 行動裝置
    
    * 已棄用
    * 設計的
    * 無效
    * 即時
    * 標準
    * 預設
    * 区分大小寫
    * 不區分大小寫
    
    * 提供應用程式服務
    * 提供頁面服務
    
    * 應用程式
    * 應用程式
    
    * 請求
    * 回應
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10K bytes
    - Click Count (0)
Back to Top