- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 97 for inteiro (0.23 sec)
-
docs/pt/docs/tutorial/query-params-str-validations.md
/// note | Observação Tenha em mente que neste caso, o FastAPI não irá validar os conteúdos da lista. Por exemplo, um `List[int]` iria validar (e documentar) que os contéudos da lista são números inteiros. Mas apenas `list` não. /// ## Declarando mais metadados Você pode adicionar mais informações sobre o parâmetro.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/RangeTest.java
assertEquals(Range.closed(4, 6), range.intersection(Range.closed(2, 6))); // enclosed with same start assertEquals(Range.closed(4, 6), range.intersection(Range.closed(4, 6))); // enclosed, interior assertEquals(Range.closed(5, 7), range.intersection(Range.closed(5, 7))); // enclosed with same end assertEquals(Range.closed(6, 8), range.intersection(Range.closed(6, 8))); // equal
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.1K bytes - Viewed (0) -
docs/de/docs/tutorial/encoder.md
/// note | Hinweis `jsonable_encoder` wird tatsächlich von **FastAPI** intern verwendet, um Daten zu konvertieren. Aber es ist in vielen anderen Szenarien hilfreich.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.8K bytes - Viewed (0) -
docs/es/docs/tutorial/security/index.md
En los siguientes capítulos verás cómo agregar seguridad a tu API usando esas herramientas proporcionadas por **FastAPI**.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
/* * First request w/ interim response */ try { req.setBuffer(getContext().getBufferCache().getBuffer()); req.nextElement(); if (req.hasMoreElements()) { final SmbComBlankResponse interim = new SmbComBlankResponse(getContext().getConfig()); super.sendrecv(req, interim, params);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
docs/pt/docs/tutorial/request-files.md
`UploadFile` tem os seguintes métodos `assíncronos`. Todos eles chamam os métodos de arquivo correspondentes por baixo dos panos (usando o `SpooledTemporaryFile` interno). * `write(data)`: Escreve `data` (`str` ou `bytes`) no arquivo. * `read(size)`: Lê `size` (`int`) bytes/caracteres do arquivo. * `seek(offset)`: Vai para o byte na posição `offset` (`int`) no arquivo.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 7.8K bytes - Viewed (0) -
src/main/resources/fess_message_it.properties
errors.failed_to_find_plugins=Nessun plugin disponibile trovato. errors.failed_to_process_sso_request=Impossibile elaborare la richiesta: {0} errors.property_required={0} è obbligatorio. errors.property_type_integer={0} è un numero intero. errors.property_type_long={0} è un numero lungo. errors.property_type_float={0} è un numero float. errors.property_type_double={0} è un numero double. errors.property_type_date={0} è una data.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
doc/README.md
To begin the next release development cycle, populate the contents of `next` with those of `initial`. From the repo root: > cd doc > cp -R initial/ next
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 22 17:55:04 UTC 2024 - 3.1K bytes - Viewed (0) -
docs/es/docs/tutorial/handling-errors.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 9.6K bytes - Viewed (0) -
docs/changelogs/upgrading_to_okhttp_4.md
[japicmp]: https://github.com/siom79/japicmp [japicmp_gradle]: https://github.com/melix/japicmp-gradle-plugin [java_sams]: https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions [kotlin_sams]: https://youtrack.jetbrains.com/issue/KT-11129 [mockito]: https://site.mockito.org/ [proguard_problems]: https://github.com/square/okhttp/issues/5167
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 16:58:16 UTC 2022 - 10.9K bytes - Viewed (0)