Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for aici (0.06 sec)

  1. docs/tr/docs/async.md

    İşte bu "senkron" çalışmadır.  Kasiyer/aşçı 👨‍🍳ile senkron hareket ediyorsunuz. Bu yüzden beklemek 🕙 ve kasiyer/aşçı burgeri 🍔bitirip size getirdiğinde  orda olmak zorundasınız yoksa başka biri alabilir.
    
    Sonra kasiyeri/aşçı 👨‍🍳 nihayet hamburgerlerinizle 🍔, uzun bir süre sonra 🕙 tezgaha  geri geliyor.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  2. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    toba.mie.jp tobe.ehime.jp tobetsu.hokkaido.jp tobishima.aichi.jp tochigi.jp tochigi.tochigi.jp tochio.niigata.jp toda.saitama.jp today toei.aichi.jp toga.toyama.jp togakushi.nagano.jp togane.chiba.jp togitsu.nagasaki.jp togliatti.su togo.aichi.jp togura.nagano.jp tohma.hokkaido.jp tohnosho.chiba.jp toho.fukuoka.jp tokai.aichi.jp tokai.ibaraki.jp tokamachi.niigata.jp tokashiki.okinawa.jp toki.gifu.jp tokigawa.saitama.jp tokke.no tokoname.aichi.jp tokorozawa.saitama.jp tokushima.jp tokushima.tokushima.jp...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  3. docs/fr/docs/tutorial/first-steps.md

    #### "Schéma"
    
    Un "schéma" est une définition ou une description de quelque chose. Pas le code qui l'implémente, uniquement une description abstraite.
    
    #### "Schéma" d'API
    
    Ici, <a href="https://github.com/OAI/OpenAPI-Specification" class="external-link" target="_blank">OpenAPI</a> est une spécification qui dicte comment définir le schéma de votre API.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Sep 27 20:52:31 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  4. docs/fr/docs/tutorial/path-params.md

    Vous pouvez déclarer le type d'un paramètre de chemin dans la fonction, en utilisant les annotations de type Python :
    
    
    ```Python hl_lines="7"
    {!../../../docs_src/path_params/tutorial002.py!}
    ```
    
    Ici, `item_id` est déclaré comme `int`.
    
    !!! check "vérifier"
        Ceci vous permettra d'obtenir des fonctionnalités de l'éditeur dans votre fonction, telles
        que des vérifications d'erreur, de l'auto-complétion, etc.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. docs/fr/docs/python-types.md

    ```
    
    C'est tout.
    
    Ce sont des annotations de types :
    
    ```Python hl_lines="1"
    {!../../../docs_src/python_types/tutorial002.py!}
    ```
    
    À ne pas confondre avec la déclaration de valeurs par défaut comme ici :
    
    ```Python
        first_name="john", last_name="doe"
    ```
    
    C'est une chose différente.
    
    On utilise un deux-points (`:`), et pas un égal (`=`).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/model/internal/type/ModelType.java

    /**
     * A type token, representing a resolved type.
     * <p>
     * Importantly, instances do not hold strong references to class objects.
     * <p>
     * Construct a type via one of the public static methods, or by creating an AIC…
     * <pre>{@code
     * ModelType<List<String>> type = new ModelType<List<String>>() {};
     * }</pre>
     */
    @ThreadSafe
    public abstract class ModelType<T> {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/internal/passes/xla_broadcast.cc

        return cluster.emitOpError(
            CreateMissingAttributeMsg(tensorflow::kNumCoresPerReplicaAttr));
      int num_cores_per_replica = num_cores_per_replica_attr.getInt();
    
      // TODO(b/329483850): Support spmd ICI weight distribution so when num of core
      // per replica > 1, it does not need to be skipped.
      if (num_cores_per_replica != 1) return success();
    
      llvm::SetVector<Value> bcasts;
      cluster->walk([&](Operation* op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 18:52:07 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/ppc64/a.out.go

    	ASUBECC
    	ASUBEV
    	ASUBEVCC
    	ASUBZE
    	ASUBZECC
    	ASUBZEVCC
    	ASUBZEV
    	ASYNC
    	AXOR
    	AXORCC
    	AXORIS
    
    	ADCBF
    	ADCBI
    	ADCBST
    	ADCBT
    	ADCBTST
    	ADCBZ
    	AEIEIO
    	AICBI
    	AISYNC
    	APTESYNC
    	ATLBIE
    	ATLBIEL
    	ATLBSYNC
    	ATW
    
    	ASYSCALL
    	AWORD
    
    	ARFCI
    
    	AFCPSGN
    	AFCPSGNCC
    	/* optional on 32-bit */
    	AFRES
    	AFRESCC
    	AFRIM
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
  9. docs/fr/docs/async.md

    ```Python
    burgers = await get_burgers(2)
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 24K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/arm64/a.out.go

    	AFRINTND
    	AFRINTNS
    	AFRINTPD
    	AFRINTPS
    	AFRINTXD
    	AFRINTXS
    	AFRINTZD
    	AFRINTZS
    	AFSQRTD
    	AFSQRTS
    	AFSTPD
    	AFSTPQ
    	AFSTPS
    	AFSUBD
    	AFSUBS
    	AHINT
    	AHLT
    	AHVC
    	AIC
    	AISB
    	ALDADDAB
    	ALDADDAD
    	ALDADDAH
    	ALDADDALB
    	ALDADDALD
    	ALDADDALH
    	ALDADDALW
    	ALDADDAW
    	ALDADDB
    	ALDADDD
    	ALDADDH
    	ALDADDLB
    	ALDADDLD
    	ALDADDLH
    	ALDADDLW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
Back to top