- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 15 for attente (0.16 sec)
-
docs/fr/docs/async.md
Pour une opération qui nécessite de l'attente avant de donner un résultat et qui supporte ces nouvelles fonctionnalités Python, vous pouvez l'utiliser comme tel : ```Python burgers = await get_burgers(2) ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 25.4K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.facsimileTelephoneNumber=Numero di fax labels.user_postOfficeBox=Casella postale labels.postOfficeBox=Casella postale labels.user_initials=Iniziali labels.initials=Iniziali labels.user_carLicense=Patente di guida labels.carLicense=Patente di guida labels.user_mobile=Cellulare labels.mobile=Cellulare labels.user_postalAddress=Indirizzo postale labels.postalAddress=Indirizzo postale labels.user_city=Città labels.city=Città
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_message_pt_BR.properties
errors.login.failure = Falha no login. errors.app.illegal.transition = Transição ilegal. Por favor, tente novamente. errors.app.db.already.deleted = Pode ter sido excluído por outro processo. Por favor, tente novamente. errors.app.db.already.updated = Pode ter sido atualizado por outro processo. Por favor, tente novamente. errors.app.db.already.exists = Os dados já existem. Por favor, tente novamente.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/SpliteratorTester.java
public final class SpliteratorTester<E extends @Nullable Object> { /** Return type from "contains the following elements" assertions. */ public interface Ordered { /** * Attests that the expected values must not just be present but must be present in the order * they were given. */ void inOrder(); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Apr 14 16:07:06 UTC 2025 - 12.5K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/SpliteratorTester.java
*/ @GwtCompatible @NullMarked public final class SpliteratorTester<E extends @Nullable Object> { /** Return type from "contains the following elements" assertions. */ public interface Ordered { /** * Attests that the expected values must not just be present but must be present in the order * they were given. */ void inOrder(); } private abstract static class GeneralSpliterator<E extends @Nullable Object> {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 12.1K bytes - Viewed (0) -
docs/it/docs/index.md
* Un sistema di **<abbr title="detto anche components, resources, providers, services, injectables">Dependency Injection</abbr>** facile da usare e molto potente. e potente. * Sicurezza e autenticazione, incluso il supporto per **OAuth2** con **token JWT** e autenticazione **HTTP Basic**. * Tecniche più avanzate (ma ugualmente semplici) per dichiarare **modelli JSON altamente nidificati** (grazie a Pydantic). * E altre funzionalità (grazie a Starlette) come:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 19.5K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/simple-oauth2.md
```JSON { "detail": "Not authenticated" } ``` ### Usuário inativo Agora tente com um usuário inativo, autentique-se com: User: `alice` Password: `secret2` E tente usar a operação `GET` com o caminho `/users/me`. Você receberá um erro "Usuário inativo", como: ```JSON { "detail": "Inactive user" } ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10K bytes - Viewed (0) -
docs/es/docs/features.md
FastAPI incluye un sistema de <abbr title='también conocido como "componentes", "recursos", "servicios", "proveedores"'><strong>Inyección de Dependencias</strong></abbr> extremadamente fácil de usar, pero extremadamente potente. * Incluso las dependencias pueden tener dependencias, creando una jerarquía o **"gráfico de dependencias"**. * Todo **manejado automáticamente** por el framework.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 10.4K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
constraints.DecimalMax.message = {item} doit être inférieur à {value}. constraints.DecimalMin.message = {item} doit être supérieur à {value}. constraints.Digits.message = {item} doit être un nombre. (attendu : <nombre>.<nombre>) constraints.Future.message = {item} doit être une valeur future. constraints.Max.message = {item} doit être inférieur ou égal à {value}. constraints.Min.message = {item} doit être supérieur ou égal à {value}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 13.1K bytes - Viewed (0) -
src/main/resources/fess_message_it.properties
# e.g. # errors.xxx = ... # info.xxx = ... # _/_/_/_/_/_/_/_/_/_/ # ======================================================================================== # Fess # ====== errors.login_error = Nome utente o password non validi. errors.sso_login_error=Errore nel processo di accesso SSO. errors.could_not_find_log_file = Impossibile trovare {0}. errors.failed_to_start_crawl_process = Impossibile avviare il processo di scansione.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0)