Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Volar (0.18 sec)

  1. docs/pt/docs/python-types.md

    No mesmo ponto, você tenta acionar o preenchimento automático com o `Ctrl Space` e vê:
    
    <img src="/img/python-types/image02.png">
    
    Com isso, você pode rolar, vendo as opções, até encontrar o que "toca uma campainha":
    
    <img src="/img/python-types/image03.png">
    
    ## Mais motivação
    
    Marque esta função, ela já possui type hints:
    
    ```Python hl_lines="1"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.6K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    social
    
    // softbank : 2015-07-02 SoftBank Group Corp.
    softbank
    
    // software : 2014-03-20 Dog Beach, LLC
    software
    
    // sohu : 2013-12-19 Sohu.com Limited
    sohu
    
    // solar : 2013-11-07 Binky Moon, LLC
    solar
    
    // solutions : 2013-11-07 Binky Moon, LLC
    solutions
    
    // song : 2015-02-26 Amazon Registry Services, Inc.
    song
    
    // sony : 2015-01-08 Sony Corporation
    sony
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  3. okhttp/src/main/kotlin/okhttp3/HttpUrl.kt

     *     .scheme("https")
     *     .host("www.google.com")
     *     .addPathSegment("search")
     *     .addQueryParameter("q", "polar bears")
     *     .build();
     * System.out.println(url);
     * ```
     *
     * which prints:
     *
     * ```
     * https://www.google.com/search?q=polar%20bears
     * ```
     *
     * As another example, this code prints the human-readable query parameters of a Twitter search:
     *
     * ```java
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Tue Jan 09 12:33:05 GMT 2024
    - 63.5K bytes
    - Viewed (1)
  4. docs/pt/docs/features.md

    Sem a necessidade de digitar nomes de chaves erroneamente, ir e voltar entre documentações, ou rolar pela página para descobrir se você utilizou `username` or `user_name`.
    
    ### Breve
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 10.4K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg math/cmplx, func Log(complex128) complex128
    pkg math/cmplx, func Log10(complex128) complex128
    pkg math/cmplx, func NaN() complex128
    pkg math/cmplx, func Phase(complex128) float64
    pkg math/cmplx, func Polar(complex128) (float64, float64)
    pkg math/cmplx, func Pow(complex128, complex128) complex128
    pkg math/cmplx, func Rect(float64, float64) complex128
    pkg math/cmplx, func Sin(complex128) complex128
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  6. docs/pt/docs/tutorial/security/first-steps.md

    	Isso ocorre porque está utilizando o mesmo nome que está nas especificações do OpenAPI. Então, se você precisa investigar mais sobre qualquer um desses esquemas de segurança, você pode simplesmente copiar e colar para encontrar mais informações sobre isso.
    
    A variável `oauth2_scheme` é um instância de `OAuth2PasswordBearer`, mas também é um "callable".
    
    Pode ser chamada de:
    
    ```Python
    oauth2_scheme(some, parameters)
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.3K bytes
    - Viewed (0)
Back to top