Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 350 for party (0.2 sec)

  1. docs/es/docs/tutorial/query-params-str-validations.md

    /// info | Información
    
    Ten en cuenta que la parte más importante para hacer un parámetro opcional es la parte:
    
    ```Python
    = None
    ```
    
    o la parte:
    
    ```Python
    = Query(default=None)
    ```
    
    ya que usará ese `None` como el valor por defecto, y de esa manera hará el parámetro **no requerido**.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  2. docs/es/docs/deployment/https.md

    Probablemente harías esto solo una vez, la primera vez, al configurar todo.
    
    /// tip | Consejo
    
    Esta parte del Nombre de Dominio es mucho antes de HTTPS, pero como todo depende del dominio y la dirección IP, vale la pena mencionarlo aquí.
    
    ///
    
    ### DNS
    
    Ahora centrémonos en todas las partes realmente de HTTPS.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 13K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_pl.properties

    # ----------------------------------------------------------
    # Hibernate Validator
    # -------------------
    constraints.CreditCardNumber.message = {item} jest nieprawidłowym numerem karty kredytowej.
    constraints.EAN.message = {item} jest nieprawidłowym kodem kreskowym {type}.
    constraints.Email.message = {item} nie jest prawidłowym adresem e-mail.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F971         ; valid                  ;      ; NV8    # 12.0 YAWNING FACE
    1F972         ; valid                  ;      ; NV8    # 13.0 SMILING FACE WITH TEAR
    1F973..1F976  ; valid                  ;      ; NV8    # 11.0 FACE WITH PARTY HORN AND PARTY HAT..FREEZING FACE
    1F977..1F978  ; valid                  ;      ; NV8    # 13.0 NINJA..DISGUISED FACE
    1F979         ; valid                  ;      ; NV8    # 14.0 FACE HOLDING BACK TEARS
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. docs/es/docs/advanced/path-operation-advanced-configuration.md

    Si abres la documentación automática de la API, tu extensión aparecerá en la parte inferior de la *path operation* específica.
    
    <img src="/img/tutorial/path-operation-advanced-configuration/image01.png">
    
    Y si ves el OpenAPI resultante (en `/openapi.json` en tu API), verás tu extensión como parte de la *path operation* específica también:
    
    ```JSON hl_lines="22"
    {
        "openapi": "3.1.0",
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  6. docs/en/docs/advanced/using-request-directly.md

    # Using the Request Directly { #using-the-request-directly }
    
    Up to now, you have been declaring the parts of the request that you need with their types.
    
    Taking data from:
    
    * The path as parameters.
    * Headers.
    * Cookies.
    * etc.
    
    And by doing so, **FastAPI** is validating that data, converting it and generating documentation for your API automatically.
    
    But there are situations where you might need to access the `Request` object directly.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.16.md

    * Fixed a bug in the single-numa-node policy of the TopologyManager.  Previously, pods that only requested CPU resources and did not request any third-party devices would fail to launch with a TopologyAffinity error. Now they will launch successfully. ([#83697](https://github.com/kubernetes/kubernetes/pull/83697), [@klueska](https://github.com/klueska))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
  8. docs/pt/docs/tutorial/security/oauth2-jwt.md

    Depois de uma semana, o token expirará e o usuário não estará autorizado, precisando fazer login novamente para obter um novo token. E se o usuário (ou uma terceira parte) tentar modificar o token para alterar a expiração, você seria capaz de descobrir isso, pois as assinaturas não iriam corresponder.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 11K bytes
    - Viewed (0)
  9. docs/es/docs/tutorial/request-files.md

    Pero cuando el formulario incluye archivos, se codifica como `multipart/form-data`. Si usas `File`, **FastAPI** sabrá que tiene que obtener los archivos de la parte correcta del cuerpo.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  10. docs/en/docs/contributing.md

    * Do not change the paths in links to images, code files, Markdown documents.
    
    * However, when a Markdown document is translated, the `#hash-parts` in links to its headings may change. Update these links if possible.
        * Search for such links in the translated document using the regex `#[^# ]`.
        * Search in all documents already translated into your language for `your-translated-document.md`. For example VS Code has an option "Edit" -> "Find in Files".
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Jul 26 11:35:42 UTC 2025
    - 14.9K bytes
    - Viewed (0)
Back to top