Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for attente (0.05 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. docs/es/docs/async.md

    def get_sequential_burgers(number: int):
        # Hacer algunas cosas secuenciales para crear las hamburguesas
        return burgers
    ```
    
    Con `async def`, Python sabe que, dentro de esa función, tiene que estar atento a las expresiones `await`, y que puede "pausar" ⏸ la ejecución de esa función e ir a hacer algo más 🔀 antes de regresar.
    
    Cuando deseas llamar a una función `async def`, tienes que "await" dicha función. Así que, esto no funcionará:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 24.7K bytes
    - Viewed (0)
  9. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    ushiku.ibaraki.jp
    usr.cloud.muni.cz
    ustka.pl
    usui.fukuoka.jp
    usuki.oita.jp
    ut.us
    utashinai.hokkaido.jp
    utazas.hu
    utazu.kagawa.jp
    uto.kumamoto.jp
    utsira.no
    utsunomiya.tochigi.jp
    utwente.io
    uw.gov.pl
    uwajima.ehime.jp
    uwu.ai
    uy
    uz
    uz.ua
    uzhgorod.ua
    uzhhorod.ua
    uzs.gov.pl
    v-info.info
    v.bg
    v.ua
    v0.build
    va
    va.it
    va.no
    va.us
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  10. CHANGELOG/CHANGELOG-1.29.md

    - No-op and GC related updates to cluster trust bundles no longer require attest authorization when the `ClusterTrustBundleAttest` plugin is enabled. ([#120779](https://github.com/kubernetes/kubernetes/pull/120779), [@enj](https://github.com/enj))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Mar 12 00:36:01 UTC 2025
    - 429.6K bytes
    - Viewed (1)
Back to top