Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for aos (0.16 sec)

  1. src/main/resources/fess_indices/fess/pt/stopwords.txt

    por
    mais
    as
    dos
    como
    mas
    ao
    ele
    das
    à
    seu
    sua
    ou
    quando
    muito
    nos
    já
    eu
    também
    só
    pelo
    pela
    até
    isso
    ela
    entre
    depois
    sem
    mesmo
    aos
    seus
    quem
    nas
    me
    esse
    eles
    você
    essa
    num
    nem
    suas
    meu
    às
    minha
    numa
    pelos
    elas
    qual
    nós
    lhe
    deles
    essas
    esses
    pelas
    este
    dele
    tu
    te
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Nov 27 12:59:36 GMT 2023
    - 1.4K bytes
    - Viewed (0)
  2. docs/pt/docs/tutorial/query-params-str-validations.md

    # Parâmetros de consulta e validações de texto
    
    O **FastAPI** permite que você declare informações adicionais e validações aos seus parâmetros.
    
    Vamos utilizar essa aplicação como exemplo:
    
    ```Python hl_lines="9"
    {!../../../docs_src/query_params_str_validations/tutorial001.py!}
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat May 14 11:59:59 GMT 2022
    - 9.3K bytes
    - Viewed (0)
  3. docs/pt/docs/python-types.md

    # Introdução aos tipos Python
    
    **Python 3.6 +** tem suporte para "type hints" opcionais.
    
    Esses **"type hints"** são uma nova sintaxe (desde Python 3.6+) que permite declarar o <abbr title = "por exemplo: str, int, float, bool"> tipo </abbr> de uma variável.
    
    Ao declarar tipos para suas variáveis, editores e ferramentas podem oferecer um melhor suporte.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.6K bytes
    - Viewed (0)
  4. docs/pt/docs/alternatives.md

    Como os parâmetros são descritos com tipos TypeScript (similar aos _type hints_ do Python), o suporte ao editor é muito bom.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 25.5K bytes
    - Viewed (0)
  5. docs/pt/docs/async.md

    Ainda assim, a última experiência não foi a melhor.
    
    ---
    
    Essa poderia ser a história paralela equivalente aos hambúrgueres.
    
    Para um exemplo "mais real", imagine um banco.
    
    Até recentemente, a maioria dos bancos tinha muitos caixas e uma grande fila.
    
    Todos os caixas fazendo todo o trabalho, um cliente após o outro.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 22.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_AIRONET_HEADER = 120
    pkg syscall (freebsd-arm64), const DLT_AIRONET_HEADER ideal-int
    pkg syscall (freebsd-arm64), const DLT_AOS = 222
    pkg syscall (freebsd-arm64), const DLT_AOS ideal-int
    pkg syscall (freebsd-arm64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
    pkg syscall (freebsd-arm64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int
    pkg syscall (freebsd-arm64), const DLT_ARCNET = 7
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DLT_AIRONET_HEADER = 120 #53466
    pkg syscall (freebsd-riscv64), const DLT_AIRONET_HEADER ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_AOS = 222 #53466
    pkg syscall (freebsd-riscv64), const DLT_AOS ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_APPLE_IP_OVER_IEEE1394 = 138 #53466
    pkg syscall (freebsd-riscv64), const DLT_APPLE_IP_OVER_IEEE1394 ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top