Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 52 for tada (0.06 sec)

  1. docs/pt/docs/tutorial/handling-errors.md

    ### Import `HTTPException`
    
    ```Python hl_lines="1"
    {!../../../docs_src/handling_errors/tutorial001.py!}
    ```
    
    ### Lance o `HTTPException` no seu código.
    
    `HTTPException`, ao fundo, nada mais é do que a conjunção entre uma exceção comum do Python e informações adicionais relevantes para APIs.
    
    E porque é uma exceção do Python, você não **retorna** (return) o `HTTPException`, você lança o (raise) no seu código.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10K bytes
    - Viewed (0)
  2. docs/pt/docs/tutorial/security/first-steps.md

    E você quer uma maneira de o frontend autenticar o backend, usando um **username** e **senha**.
    
    Nós podemos usar o **OAuth2** junto com o **FastAPI**.
    
    Mas, vamos poupar-lhe o tempo de ler toda a especificação apenas para achar as pequenas informações que você precisa.
    
    Vamos usar as ferramentas fornecidas pela **FastAPI** para lidar com segurança.
    
    ## Como Parece
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/jquery-3.6.3.min.map

    pM,EAASoM,KAG7ChL,KAAQ+K,GAAwB,SAAUE,EAAcrM,GAEvD,IADA,IAAInB,EAAI,EACAA,EAAImB,EAAQnB,GAAK,EACxBwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR9K,IAAO4K,GAAwB,SAAUE,EAAcrM,GAEtD,IADA,IAAInB,EAAI,EACAA,EAAImB,EAAQnB,GAAK,EACxBwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR0G,GAAM5G,GAAwB,SAAUE,EAAcrM,EAAQoM,GAM7D,IALA,IAAIvN,EAAIuN,EAAW,EAClBA,EAAWpM,EACAA,EAAXoM,EACCpM,EACAoM,EACa,KAALvN,GACTwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR2G,GAAM7G,GAAwB,SAAUE,EAAcrM,EAAQoM,GAE7D,IADA,IAAIvN,EAAIuN,EAAW,EAAIA,EAAWpM,EAASoM,IACjCvN,EA...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  4. src/main/webapp/js/jquery-3.6.3.min.map

    pM,EAASoM,KAG7ChL,KAAQ+K,GAAwB,SAAUE,EAAcrM,GAEvD,IADA,IAAInB,EAAI,EACAA,EAAImB,EAAQnB,GAAK,EACxBwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR9K,IAAO4K,GAAwB,SAAUE,EAAcrM,GAEtD,IADA,IAAInB,EAAI,EACAA,EAAImB,EAAQnB,GAAK,EACxBwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR0G,GAAM5G,GAAwB,SAAUE,EAAcrM,EAAQoM,GAM7D,IALA,IAAIvN,EAAIuN,EAAW,EAClBA,EAAWpM,EACAA,EAAXoM,EACCpM,EACAoM,EACa,KAALvN,GACTwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR2G,GAAM7G,GAAwB,SAAUE,EAAcrM,EAAQoM,GAE7D,IADA,IAAIvN,EAAIuN,EAAW,EAAIA,EAAWpM,EAASoM,IACjCvN,EA...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  5. src/go/internal/gccgoimporter/parser.go

    	switch p.tok {
    	case '<':
    		p.next()
    		if p.tok == scanner.Ident && p.lit == "inl" {
    			return nil
    		}
    		taa, _ := p.parseTypeAfterAngle(pkg)
    		return types.NewTuple(types.NewParam(token.NoPos, pkg, "", taa))
    
    	case '(':
    		params, _ := p.parseParamList(pkg)
    		return params
    
    	default:
    		return nil
    	}
    }
    
    // FunctionType = ParamList ResultList .
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 23:14:07 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/gcc/metadata/GccMetadataProviderTest.groovy

    --libexecdir=/usr/lib --without-included-gettext --libdir=/usr/lib --enable-libstdcxx-time=yes --with-tune=generic --with-headers --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libgomp --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-lto --enable-threads=win32 --program-suffix=-win32 --program-prefix=x86_64-w64-mingw32- --target=x86_64-w64-mingw32 --with-as=/usr/bin/x86_64-w64-mingw32-as --with-ld=/usr/bin/x86_64-w64-mingw32-ld --enable-libatomic --enable-libstdcxx-filesystem-ts=yes...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 16 06:01:47 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  7. docs/pt/docs/index.md

    * **Fácil**: Projetado para ser fácil de aprender e usar. Menos tempo lendo documentação.
    * **Enxuto**: Minimize duplicação de código. Múltiplos recursos para cada declaração de parâmetro. Menos bugs.
    * **Robusto**: Tenha código pronto para produção. E com documentação interativa automática.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  8. docs/es/docs/index.md

    * **Fácil**: Está diseñado para ser fácil de usar y aprender. Gastando menos tiempo leyendo documentación.
    * **Corto**: Minimiza la duplicación de código. Múltiples funcionalidades con cada declaración de parámetros. Menos errores.
    * **Robusto**: Crea código listo para producción con documentación automática interactiva.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 19K bytes
    - Viewed (0)
  9. src/crypto/ecdsa/ecdsa.go

    	// under standard cryptographic assumptions (see [Larsson] for examples).
    	//
    	// [Coron]: https://cs.nyu.edu/~dodis/ps/merkle.pdf
    	// [Larsson]: https://web.archive.org/web/20040719170906/https://www.nada.kth.se/kurser/kth/2D1441/semteo03/lecturenotes/assump.pdf
    
    	// Get 256 bits of entropy from rand.
    	entropy := make([]byte, 32)
    	if _, err := io.ReadFull(rand, entropy); err != nil {
    		return nil, err
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  10. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    A9CE          ; disallowed                             # NA   <reserved-A9CE>
    A9CF..A9D9    ; valid                                  # 5.2  JAVANESE PANGRANGKEP..JAVANESE DIGIT NINE
    A9DA..A9DD    ; disallowed                             # NA   <reserved-A9DA>..<reserved-A9DD>
    A9DE..A9DF    ; valid                  ;      ; NV8    # 5.2  JAVANESE PADA TIRTA TUMETES..JAVANESE PADA ISEN-ISEN
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top