Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 582 for norm (0.01 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/Sources.java

            @Override
            @Nullable
            public ModelSource resolve(@Nonnull ModelLocator locator, @Nonnull String relative) {
                String norm = relative.replace('\\', File.separatorChar).replace('/', File.separatorChar);
                Path path = getPath().getParent().resolve(norm);
                Path relatedPom = locator.locateExistingPom(path);
                if (relatedPom != null) {
                    return new BuildPathSource(relatedPom);
    Registered: 2025-05-24 08:56
    - Last Modified: 2025-02-07 00:45
    - 8K bytes
    - Viewed (0)
  2. fess-crawler/src/test/resources/ajax/form.html

    FORM...
    Registered: 2025-05-25 03:50
    - Last Modified: 2015-10-11 02:16
    - 5 bytes
    - Viewed (0)
  3. docs/es/docs/tutorial/request-form-models.md

    Solo necesitas declarar un **modelo de Pydantic** con los campos que quieres recibir como **campos de formulario**, y luego declarar el parámetro como `Form`:
    
    {* ../../docs_src/request_form_models/tutorial001_an_py39.py hl[9:11,15] *}
    
    **FastAPI** **extraerá** los datos de **cada campo** de los **form data** en el request y te dará el modelo de Pydantic que definiste.
    
    ## Revisa la Documentación
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-12-30 18:26
    - 2.3K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/request-form-models.md

    ///
    
    ## Pydantic Models for Forms
    
    You just need to declare a **Pydantic model** with the fields you want to receive as **form fields**, and then declare the parameter as `Form`:
    
    {* ../../docs_src/request_form_models/tutorial001_an_py39.py hl[9:11,15] *}
    
    **FastAPI** will **extract** the data for **each field** from the **form data** in the request and give you the Pydantic model you defined.
    
    ## Check the Docs
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-10 17:09
    - 2.1K bytes
    - Viewed (0)
  5. docs/ko/docs/tutorial/request-form-models.md

    ## Pydantic 모델을 사용한 폼
    
    **폼 필드**로 받고 싶은 필드를 **Pydantic 모델**로 선언한 다음, 매개변수를 `Form`으로 선언하면 됩니다:
    
    {* ../../docs_src/request_form_models/tutorial001_an_py39.py hl[9:11,15] *}
    
    **FastAPI**는 요청에서 받은 **폼 데이터**에서 **각 필드**에 대한 데이터를 **추출**하고 정의한 Pydantic 모델을 줍니다.
    
    ## 문서 확인하기
    
    문서 UI `/docs`에서 확인할 수 있습니다:
    
    <div class="screenshot">
    <img src="/img/tutorial/request-form-models/image01.png">
    </div>
    
    ## 추가 폼 필드 금지하기
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-12-09 12:44
    - 2.3K bytes
    - Viewed (0)
  6. docs/uk/docs/tutorial/request-form-models.md

    # Моделі форм (Form Models)
    
    У FastAPI Ви можете використовувати **Pydantic-моделі** для оголошення **полів форми**.
    
    /// info | Інформація
    
    Щоб використовувати форми, спочатку встановіть <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">python-multipart</a>.
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-02-20 14:16
    - 3.3K bytes
    - Viewed (0)
  7. docs/pt/docs/tutorial/request-form-models.md

    ///
    
    ## Modelos Pydantic para Formulários
    
    Você precisa apenas declarar um **modelo Pydantic** com os campos que deseja receber como **campos de formulários**, e então declarar o parâmetro como um `Form`:
    
    {* ../../docs_src/request_form_models/tutorial001_an_py39.py hl[9:11,15] *}
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-18 02:25
    - 2.3K bytes
    - Viewed (0)
  8. docs/zh/docs/tutorial/request-form-models.md

    ///
    
    ## 表单的 Pydantic 模型
    
    您只需声明一个 **Pydantic 模型**,其中包含您希望接收的**表单字段**,然后将参数声明为 `Form` :
    
    {* ../../docs_src/request_form_models/tutorial001_an_py39.py hl[9:11,15] *}
    
    **FastAPI** 将从请求中的**表单数据**中**提取**出**每个字段**的数据,并提供您定义的 Pydantic 模型。
    
    ## 检查文档
    
    您可以在文档 UI 中验证它,地址为 `/docs` :
    
    <div class="screenshot">
    <img src="/img/tutorial/request-form-models/image01.png">
    </div>
    
    ## 禁止额外的表单字段
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-12-10 20:36
    - 2.1K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/ko/nori.txt

    Shinsuke Sugaya <******@****.***> 1558588191 +0900
    Registered: 2025-05-26 08:04
    - Last Modified: 2019-05-23 05:09
    - 30 bytes
    - Viewed (0)
  10. README.md

    ## Getting Started
    
    * GORM Guides [https://gorm.io](https://gorm.io)
    * Gen Guides [https://gorm.io/gen/index.html](https://gorm.io/gen/index.html)
    
    ## Contributing
    
    [You can help to deliver a better GORM, check out things you can do](https://gorm.io/contribute.html)
    
    ## Contributors
    
    [Thank you](https://github.com/go-gorm/gorm/graphs/contributors) for contributing to the GORM framework!
    
    ## License
    
    Registered: 2025-05-25 09:35
    - Last Modified: 2023-11-07 02:20
    - 1.8K bytes
    - Viewed (0)
Back to top