Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for minimo (0.18 sec)

  1. docs/tr/docs/features.md

        * JSON objeleri (`dict`).
        * JSON array (`list`) item type'ı belirtirken.
        * String (`str`) parametresi, minimum ve maksimum uzunluk gibi sınırlandırmalar yaparken.
        * Numaralar (`int`, `float`) maksimum ve minimum gibi sınırlandırmalar yaparken.
    
    * Bunlar gibi en egzotik typelarla bile doğrulama yapabiliyorsunuz.:
        * URL.
        * Email.
        * UUID.
        * ...ve diğerleri.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.1K bytes
    - Viewed (0)
  2. docs/pt/docs/features.md

        * objetos JSON (`dict`).
        * arrays JSON (`list`), definindo tipos dos itens.
        * campos String (`str`), definindo tamanho mínimo e máximo.
        * Numbers (`int`, `float`) com valores mínimos e máximos, etc.
    
    * Validação de tipos mais exóticos, como:
        * URL.
        * Email.
        * UUID.
        * ...e outros.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 10.4K bytes
    - Viewed (0)
  3. docs/fr/docs/features.md

    * Validation pour la plupart (ou tous?) les **types de données** Python incluant:
        * objets JSON (`dict`).
        * listes JSON (`list`) définissant des types d'éléments.
        * Champs String (`str`), définition de longueur minimum ou maximale.
        * Nombres (`int`, `float`) avec valeur minimale and maximale, etc.
    
    * Validation pour des types plus exotiques, tel que:
        * URL.
        * Email.
        * UUID.
        * ...et autres.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.1K bytes
    - Viewed (0)
Back to top