Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Catatan (0.08 sec)

  1. docs/id/docs/tutorial/index.md

    <div class="termy">
    
    ```console
    $ pip install "fastapi[all]"
    
    ---> 100%
    ```
    
    </div>
    
    ...yang juga termasuk `uvicorn`, yang dapat kamu gunakan sebagai server yang menjalankan kodemu.
    
    /// note | "Catatan"
    
    Kamu juga dapat meng-installnya bagian demi bagian.
    
    Hal ini mungkin yang akan kamu lakukan ketika kamu hendak menyebarkan (men-deploy) aplikasimu ke tahap produksi:
    
    ```
    pip install fastapi
    ```
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess.json

              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}ca/protwords.txt"
            },
            "catalan_stemmer": {
              "type":       "stemmer",
              "language":   "catalan"
            },
            "catalan_override": {
              "type":       "stemmer_override",
              "rules_path": "${fess.dictionary.path}ca/stemmer_override.txt"
            },
            "czech_stop": {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 11 01:26:55 UTC 2022
    - 39.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.32.md

    - Improve performance of the job controller when handling job update events. ([#127228](https://github.com/kubernetes/kubernetes/pull/127228), [@hakuna-matatah](https://github.com/hakuna-matatah)) [SIG Apps]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          "catalan_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Hola", "món", "recerca"]
          },
          "catalan_stemmer": {
            "type":       "stemmer",
            "language":   "catalan"
          },
          "czech_stop": {
            "type":       "stop",
            "stopwords":  "_czech_"
          },
          "czech_keywords": {
            "type":       "keyword_marker",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
  5. src/main/resources/suggest_indices/suggest_analyzer.json

          },
          "catalan_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["Hola"]
          },
          "catalan_stemmer": {
            "type":       "stemmer",
            "language":   "catalan"
          },
          "czech_stop": {
            "type":       "stop",
            "stopwords":  "_czech_"
          },
          "czech_keywords": {
            "type":       "keyword_marker",
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Oct 03 02:51:59 UTC 2019
    - 57.3K bytes
    - Viewed (0)
  6. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          "catalan_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Hola", "món", "recerca"]
          },
          "catalan_stemmer": {
            "type":       "stemmer",
            "language":   "catalan"
          },
          "czech_stop": {
            "type":       "stop",
            "stopwords":  "_czech_"
          },
          "czech_keywords": {
            "type":       "keyword_marker",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  7. src/main/resources/suggest_indices/suggest_analyzer.json

            "type":       "keyword_marker",
            "keywords_path": "${fess.dictionary.path}ca/protwords.txt"
          },
          "catalan_stemmer": {
            "type":       "stemmer",
            "language":   "catalan"
          },
          "czech_stop": {
            "type":       "stop",
            "stopwords":  "_czech_"
          },
          "czech_keywords": {
            "type":       "keyword_marker",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.31.md

    - Added apiserver.latency.k8s.io/apf-queue-wait annotation to the audit log
      to record the time spent waiting in APF queue. ([#123919](https://github.com/kubernetes/kubernetes/pull/123919), [@hakuna-matatah](https://github.com/hakuna-matatah))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 12:18:32 UTC 2024
    - 315.4K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/_aws/fess.json

              "type":       "keyword_marker",
              "keywords": ["Hola", "món", "recerca"]
            },
            "catalan_stemmer": {
              "type":       "stemmer",
              "language":   "catalan"
            },
            "catalan_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "czech_stop": {
              "type":       "stop",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/_cloud/fess.json

              "type":       "keyword_marker",
              "keywords": ["Hola", "món", "recerca"]
            },
            "catalan_stemmer": {
              "type":       "stemmer",
              "language":   "catalan"
            },
            "catalan_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "czech_stop": {
              "type":       "stop",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
Back to top