- Sort Score
- Num 10 results
- Language All
Results 721 - 730 of 1,221 for Parametre (0.07 seconds)
-
api/maven-api-core/src/main/java/org/apache/maven/api/MonotonicClock.java
} /** * Returns this clock since timezone adjustments are not supported. * <p> * This implementation maintains UTC time to ensure monotonic behavior. * The provided zone parameter is ignored. * * @param zone the target timezone (ignored) * @return this clock instance */ @Override public Clock withZone(ZoneId zone) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jan 15 06:28:29 GMT 2025 - 5.6K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/ProtoSession.java
@ThreadSafe public interface ProtoSession { /** * Returns immutable user properties to use for interpolation. The user properties have been configured directly * by the user, e.g. via the {@code -Dkey=value} parameter on the command line. * * @return the user properties, never {@code null} */ @Nonnull Map<String, String> getUserProperties(); /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Jul 03 14:18:26 GMT 2025 - 7.5K bytes - Click Count (0) -
docs/es/docs/tutorial/server-sent-events.md
## Reanudar con `Last-Event-ID` { #resuming-with-last-event-id } Cuando un navegador se reconecta después de una caída de la conexión, envía el último `id` recibido en el header `Last-Event-ID`. Puedes leerlo como un parámetro de header y usarlo para reanudar el stream desde donde el cliente se quedó: {* ../../docs_src/server_sent_events/tutorial004_py310.py hl[25,27,31] *} ## SSE con `POST` { #sse-with-post }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:12:26 GMT 2026 - 5K bytes - Click Count (0) -
docs/es/docs/how-to/separate-openapi-schemas.md
En ese caso, puedes desactivar esta funcionalidad en **FastAPI**, con el parámetro `separate_input_output_schemas=False`. /// info | Información El soporte para `separate_input_output_schemas` fue agregado en FastAPI `0.102.0`. 🤓 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:41:41 GMT 2026 - 4.7K bytes - Click Count (0) -
docs/es/docs/tutorial/security/index.md
OpenAPI define los siguientes esquemas de seguridad: * `apiKey`: una clave específica de la aplicación que puede provenir de: * Un parámetro de query. * Un header. * Una cookie. * `http`: sistemas de autenticación HTTP estándar, incluyendo: * `bearer`: un header `Authorization` con un valor de `Bearer ` más un token. Esto se hereda de OAuth2.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Dec 17 10:15:01 GMT 2025 - 4.8K bytes - Click Count (0) -
docs/en/docs/tutorial/server-sent-events.md
/// ## Resuming with `Last-Event-ID` { #resuming-with-last-event-id } When a browser reconnects after a connection drop, it sends the last received `id` in the `Last-Event-ID` header. You can read it as a header parameter and use it to resume the stream from where the client left off: {* ../../docs_src/server_sent_events/tutorial004_py310.py hl[25,27,31] *} ## SSE with POST { #sse-with-post }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 4.6K bytes - Click Count (0) -
docs/pt/docs/how-to/custom-request-and-route.md
{* ../../docs_src/custom_request_and_route/tutorial002_an_py310.py hl[17:19] *} ## Classe `APIRoute` personalizada em um router { #custom-apiroute-class-in-a-router } Você também pode definir o parâmetro `route_class` de uma `APIRouter`: {* ../../docs_src/custom_request_and_route/tutorial003_py310.py hl[26] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 4.9K bytes - Click Count (0) -
docs/pt/docs/how-to/separate-openapi-schemas.md
Nesse caso, você pode desativar esse recurso no **FastAPI**, com o parâmetro `separate_input_output_schemas=False`. /// info | Informação O suporte para `separate_input_output_schemas` foi adicionado no FastAPI `0.102.0`. 🤓 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Jan 20 20:40:17 GMT 2026 - 4.8K bytes - Click Count (0) -
docs/ru/docs/tutorial/query-params.md
Также обратите внимание, что **FastAPI** достаточно умён чтобы заметить, что параметр `item_id` является path-параметром, а `q` нет, поэтому, это параметр запроса. /// ## Преобразование типа параметра запроса { #query-parameter-type-conversion } Вы также можете объявлять параметры с типом `bool`, которые будут преобразованы соответственно: {* ../../docs_src/query_params/tutorial003_py310.py hl[7] *} В этом случае, если вы сделаете запрос:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 7.8K bytes - Click Count (0) -
build-tools-internal/src/main/resources/checkstyle.xml
<!-- Checks that all java files have a package declaration and that it lines up with the directory structure. --> <module name="PackageDeclaration" /> <!-- Checks that a local variable or a parameter does not shadow a field that is defined in the same class. --> <!-- Disabled until existing violations are fixed --> <!-- <module name="HiddenField">Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 13 12:48:46 GMT 2021 - 6K bytes - Click Count (0)