- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 57 for partSizes (0.07 seconds)
-
docs/fr/docs/advanced/response-directly.md
/// ## Renvoyer une `Response` personnalisée { #returning-a-custom-response } L'exemple ci-dessus montre toutes les parties dont vous avez besoin, mais il n'est pas encore très utile, car vous auriez pu renvoyer l'`item` directement, et **FastAPI** l'aurait placé dans une `JSONResponse` pour vous, en le convertissant en `dict`, etc. Tout cela par défaut.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 4.8K bytes - Click Count (0) -
docs/fr/docs/advanced/openapi-callbacks.md
### L’expression du chemin de callback { #the-callback-path-expression } Le *chemin* du callback peut contenir une [expression OpenAPI 3](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#key-expression) qui peut inclure des parties de la requête originale envoyée à *votre API*.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 8.7K bytes - Click Count (0) -
apache-maven/src/main/appended-resources/META-INF/NOTICE.vm
terms and conditions of the EPL still apply to any source code in the Content and such source code may be obtained at http://www.eclipse.org/ http://www.eclipse.org. Third Party Content The Content includes items that have been sourced from third parties as set out below. If you did not receive this Content directly from the Eclipse Foundation, the following is provided for informational purposes only, and you should look to the Redistributor's license for terms and conditions of use. ASM 4.1 The...
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Sep 10 19:27:25 GMT 2022 - 5.5K bytes - Click Count (0) -
docs/fr/docs/tutorial/testing.md
… et avoir le code des tests comme précédemment. ## Tester : exemple étendu { #testing-extended-example } Étendons maintenant cet exemple et ajoutons plus de détails pour voir comment tester différentes parties. ### Fichier d’application **FastAPI** étendu { #extended-fastapi-app-file } Continuons avec la même structure de fichiers qu’auparavant : ``` . ├── app │ ├── __init__.py │ ├── main.pyCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 6.5K bytes - Click Count (0) -
cmd/erasure-metadata.go
} // AddObjectPart - add a new object part in order. func (fi *FileInfo) AddObjectPart(partNumber int, partETag string, partSize, actualSize int64, modTime time.Time, idx []byte, checksums map[string]string) { partInfo := ObjectPartInfo{ Number: partNumber, ETag: partETag, Size: partSize, ActualSize: actualSize, ModTime: modTime, Index: idx, Checksums: checksums, }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 21.3K bytes - Click Count (0) -
docs/fr/docs/advanced/events.md
Y compris comment gérer l'état de cycle de vie qui peut être utilisé dans d'autres parties de votre code. /// ## Sous-applications { #sub-applications }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 9.1K bytes - Click Count (0) -
docs/fr/docs/index.md
## Prérequis { #requirements } FastAPI repose sur les épaules de géants : * [Starlette](https://www.starlette.dev/) pour les parties web. * [Pydantic](https://docs.pydantic.dev/) pour les parties données. ## Installation { #installation } Créez et activez un [environnement virtuel](https://fastapi.tiangolo.com/fr/virtual-environments/) puis installez FastAPI :Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 23.8K bytes - Click Count (0) -
SECURITY.md
This will help us evaluate your report quickly, especially if the issue is complex. - Whether this vulnerability is public or known to third parties. If it is, please provide details. We will try to fix the problems as soon as possible. Vulnerabilities will, in general, be batched to be fixed at the same time as a quarterly release. WeCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Oct 16 16:10:43 GMT 2024 - 9.6K bytes - Click Count (0) -
docs/fr/docs/deployment/https.md
* Le contenu est **crypté**, même s'il est envoyé avec le **protocole HTTP**.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 15.8K bytes - Click Count (0) -
cmd/erasure-object.go
// Save the current part name and size. partSize := fi.Parts[partIndex].Size partLength := partSize - partOffset // partLength should be adjusted so that we don't write more data than what was requested. if partLength > (length - totalBytesRead) { partLength = length - totalBytesRead } tillOffset := erasure.ShardFileOffset(partOffset, partLength, partSize) // Get the checksums of the current part.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 24 04:05:31 GMT 2025 - 80.4K bytes - Click Count (0)