Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 100 for La (0.14 sec)

  1. manifests/charts/gateways/istio-ingress/values.yaml

    defaults:
      # A-la-carte istio ingress gateway.
      # Must be installed in a separate namespace, to minimize access to secrets.
      gateways:
        istio-ingressgateway:
          name: istio-ingressgateway
          labels:
            app: istio-ingressgateway
            istio: ingressgateway
          ports:
          ## You can add custom gateway ports in user values overrides, but it must include those ports since helm replaces.
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 13K bytes
    - Viewed (0)
  2. docs/pt/docs/tutorial/first-steps.md

    Esta é uma função Python.
    
    Ela será chamada pelo **FastAPI** sempre que receber uma requisição para a URL "`/ `" usando uma operação `GET`.
    
    Neste caso, é uma função `assíncrona`.
    
    ---
    
    Você também pode defini-la como uma função normal em vez de `async def`:
    
    ```Python hl_lines="7"
    {!../../../docs_src/first_steps/tutorial003.py!}
    ```
    
    !!! note "Nota"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    ?y&d&ar--nx?na--nx??ksa--nx?lem--nx?r&ul--nx?yd--nx????stu??j-&drav--nx?rolf--nx?sdav--nx??kua?l-&drojf--nx?lares--nx??m-tlohr--nx?n-esans--nx?olf?p-sdnil--nx?s-ladrl--nx?tih?v-rvsyt--nx??s&a&ns?ons??i&ar?er&dron?r&os?øs???ár??la&g?h??mor!t??sir?uf?åns??t&koulo&nka?ŋká??la?p-raddjb--nx?r-agrjnu--nx?s&aefr&ammah?ámmáh??orf?r&o?ø???u-vreiks--nx??u&h-dnusel--nx?i-&drojfk--nx?vleslm--nx??j-ekerom--nx?k-rekrem--nx?u-&dnalr--nx?goksr--nx?sensk--nx??v-nekyr--nx?w-&k&abrd--nx?ivjg--nx??oryso--nx??y-y&dn...
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Mar 21 21:04:43 GMT 2024
    - 72.4K bytes
    - Viewed (1)
  4. docs/tr/docs/alternatives.md

    !!! check "**FastAPI**'a nasıl ilham oldu?"
        Hug, APIStar'ın çeşitli kısımlarında esin kaynağı oldu ve APIStar'la birlikte en umut verici bulduğum araçlardan biriydi.
    
        **FastAPI**, Python tip belirteçlerini kullanarak parametre belirlemede ve API'ı otomatık tanımlayan bir şema üretmede de Hug'a esinlendi.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 28.8K bytes
    - Viewed (0)
  5. cmd/testdata/xl-meta-merge.zip

    +ºNm®ÜPK¢i}`ZãSlïv¾{}]òM¢@v}¼nÐ}Hiyò úÀ YNÜÉÑÐ <Þ¥V ons£zxA4¢x¯DŽ1ÅÒü ØÑüÁ./De|·` w·„Ó&Úøc²\{{^¸ ¯¦v^¯Ž#¾GÜ°~—_TÜŸ~KLãl²x{Žb©tùZyh {n¢X`e¨åá4V S, Ä*^ì» qay‘ øÔ¿Uc²xrA¢riîrkQ{òo¾ kukkòDK ^i¸HqòˆG¢YPqtìKjñTOª i~ uqrrIÊ Tª÷go +œ^Ø+FyppkRñZq cj ? WiPPIpÕˆ}ÖO¾BGÕî õÿ¯ˆol La‚¬}G\ZI¸tõ\u|ñÊíaxt:atD²CPù@A V]¥r² Ñ»>Lq]ò¦tuy^C^ï[ª}yåP°iÕ¢\GDyqñFenc$†ãúþ3{r8ôsE]c@锾GZì„LGo[ït¾ÖG@~ûAiDq]p¼~ïgAg\I Hq}vrglWÜmh¾@eÌô=U_òc aR KwÜP° ÖWKC\ï²#ñl[Xmª² qÎ EnV»¦lol†|»V}P{~uwjƦyzì:ÊbopUß|Quj¦¦ìõÊvyC:7eV3« ùÛüæˆ vãÏÅve„ spqnAtorc² 3rˆ½...
    ZIP Archive
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Mar 08 17:50:48 GMT 2024
    - 30.2K bytes
    - Viewed (0)
  6. tensorflow/c/c_api_test.cc

      EXPECT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_);
      for (int i = 0; i < 2; ++i) {
        int le = list_lens[i];
        int la = values[i]->length;
        const void* e = list_ptrs[i];
        const void* a = values[i]->data;
        EXPECT_EQ(le, la) << i;
        EXPECT_EQ(0, memcmp(e, a, std::min(le, la))) << i;
        TF_DeleteBuffer(values[i]);
      }
    }
    
    TEST_F(CApiAttributesTest, Tensor) {
      const char tensor[] = {5, 7};
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 96.9K bytes
    - Viewed (3)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    09B1          ; disallowed                             # NA   <reserved-09B1>
    09B2          ; valid                                  # 1.1  BENGALI LETTER LA
    09B3..09B5    ; disallowed                             # NA   <reserved-09B3>..<reserved-09B5>
    09B6..09B9    ; valid                                  # 1.1  BENGALI LETTER SHA..BENGALI LETTER HA
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  8. docs/pt/docs/deployment/docker.md

    ## Deploy da Imagem do Contêiner
    
    Depois de ter uma imagem de contêiner (Docker), existem várias maneiras de implantá-la.
    
    Por exemplo:
    
    * Com **Docker Compose** em um único servidor
    * Com um cluster **Kubernetes**
    * Com um cluster Docker Swarm Mode
    * Com outra ferramenta como o Nomad
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 37.4K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    ### Internal
    
    * Improve docs maintainability by updating `hl_lines` syntax to use ranges. PR [#1863](https://github.com/tiangolo/fastapi/pull/1863) by [@la-mar](https://github.com/la-mar).
    
    ## 0.61.0
    
    ### Features
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    ztunnel, and istio-cni excludeNamespaces: - kube-system manifests/charts/README.md # Istio Installer Note: If making any changes to the charts or values.yaml in this dir, first read [UPDATING-CHARTS.md](UPDATING-CHARTS.md) Istio installer is a modular, 'a-la-carte' installer for Istio. It is based on a fork of the Istio helm templates, refactored to increase modularity and isolation. Goals: - Improve upgrade experience: users should be able to gradually roll upgrades, with proper canary deployments for...
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top