Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 71 - 80 of 138 for composeUp (0.43 seconds)

  1. docs/sts/casdoor.md

    ## Prerequisites
    
    Configure and install casdoor server by following [Casdoor Server Installation](https://casdoor.org/docs/basic/server-installation).
    For a quick installation, docker-compose reference configs are also available on the [Casdoor Try with Docker](https://casdoor.org/docs/basic/try-with-docker).
    
    ### Configure Casdoor
    
    - Go to Applications
      - Create or use an existing Casdoor application
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 6.6K bytes
    - Click Count (0)
  2. docs/fr/docs/tutorial/body-multiple-params.md

    ///
    
    **FastAPI** effectuera la conversion automatique depuis la requête, de sorte que le paramètre `item` reçoive son contenu spécifique, et de même pour `user`.
    
    Il effectuera la validation des données composées, et les documentera ainsi pour le schéma OpenAPI et la documentation automatique.
    
    ## Valeurs singulières dans le corps de la requête { #singular-values-in-body }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 5.9K bytes
    - Click Count (0)
  3. android/guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java

        e.execute(runMe);
        fakePool.runAll();
    
        assertEquals(2, numCalls.get());
      }
    
      public void testInterrupt_beforeRunRestoresInterruption() throws Exception {
        // Run a task on the composed Executor that interrupts its thread (i.e. this thread).
        fakePool.execute(() -> Thread.currentThread().interrupt());
        // Run a task that expects that it is not interrupted while it is running.
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 10.5K bytes
    - Click Count (0)
  4. docs/fr/docs/environment-variables.md

    La valeur de la variable `PATH` est une longue chaîne composée de répertoires séparés par deux-points `:` sous Linux et macOS, et par point-virgule `;` sous Windows.
    
    Par exemple, la variable d'environnement `PATH` peut ressembler à ceci :
    
    //// tab | Linux, macOS
    
    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)
  5. android/guava/src/com/google/common/base/Suppliers.java

       * call {@code supplier} or invoke {@code function} until it is called.
       */
      public static <F extends @Nullable Object, T extends @Nullable Object> Supplier<T> compose(
          Function<? super F, T> function, Supplier<F> supplier) {
        return new SupplierComposition<>(function, supplier);
      }
    
      private static final class SupplierComposition<
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 31 21:24:28 GMT 2026
    - 16.1K bytes
    - Click Count (0)
  6. docs/tr/docs/deployment/concepts.md

    ### Startup'ta Çalıştırmak için Örnek Araçlar { #example-tools-to-run-at-startup }
    
    Bu işi yapabilen araçlara örnekler:
    
    * Docker
    * Kubernetes
    * Docker Compose
    * Docker in Swarm Mode
    * Systemd
    * Supervisor
    * Bir cloud provider tarafından servislerinin parçası olarak içeride yönetilmesi
    * Diğerleri...
    
    Sonraki bölümlerde daha somut örnekler vereceğim.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 19.2K bytes
    - Click Count (0)
  7. docs/fr/docs/tutorial/testing.md

    ///
    
    ## Séparer les tests { #separating-tests }
    
    Dans une application réelle, vous auriez probablement vos tests dans un fichier différent.
    
    Et votre application **FastAPI** pourrait aussi être composée de plusieurs fichiers/modules, etc.
    
    ### Fichier d’application **FastAPI** { #fastapi-app-file }
    
    Supposons que vous ayez une structure de fichiers comme décrit dans [Applications plus grandes](bigger-applications.md) :
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  8. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Huffman.kt

     */
    package okhttp3.internal.http2
    
    import java.io.IOException
    import okhttp3.internal.and
    import okio.BufferedSink
    import okio.BufferedSource
    import okio.ByteString
    
    /**
     * This class was originally composed from the following classes in
     * [Twitter Hpack][twitter_hpack].
     *
     *  * `com.twitter.hpack.HuffmanEncoder`
     *  * `com.twitter.hpack.HuffmanDecoder`
     *  * `com.twitter.hpack.HpackUtil`
     *
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 11K bytes
    - Click Count (0)
  9. docs/ru/docs/deployment/concepts.md

    ### Примеры инструментов для запуска при старте { #example-tools-to-run-at-startup }
    
    Примеры инструментов, которые могут с этим справиться:
    
    * Docker
    * Kubernetes
    * Docker Compose
    * Docker в режиме Swarm (Swarm Mode)
    * Systemd
    * Supervisor
    * Обработка внутри облачного провайдера как часть его услуг
    * Прочие...
    
    Более конкретные примеры будут в следующих главах.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 29.5K bytes
    - Click Count (0)
  10. docs/uk/docs/deployment/concepts.md

    ### Приклади інструментів для запуску під час старту { #example-tools-to-run-at-startup }
    
    Приклади інструментів, які можуть це робити:
    
    - Docker
    - Kubernetes
    - Docker Compose
    - Docker у режимі Swarm
    - Systemd
    - Supervisor
    - Обробляється внутрішньо хмарним провайдером як частина їхніх сервісів
    - Інші...
    
    У наступних розділах я наведу більш конкретні приклади.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 29.6K bytes
    - Click Count (0)
Back to Top