Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 691 for idct (0.02 seconds)

  1. docs/fr/docs/tutorial/body-nested-models.md

    Mais vous n'avez pas à vous en soucier non plus, les `dict` entrants sont convertis automatiquement et votre sortie est également convertie automatiquement en JSON.
    
    ## Corps de `dict` arbitraires { #bodies-of-arbitrary-dicts }
    
    Vous pouvez également déclarer un corps comme un `dict` avec des clés d’un certain type et des valeurs d’un autre type.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 7.8K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_download.jsp

        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="system"/>
            <jsp:param name="menuType" value="dict"/>
        </jsp:include>
        <main class="content-wrapper">
            <div class="content-header">
                <div class="container-fluid">
                    <div class="row mb-2">
                        <div class="col-sm-6">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 6.1K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/app/service/KuromojiService.java

    import org.codelibs.fess.Constants;
    import org.codelibs.fess.app.pager.KuromojiPager;
    import org.codelibs.fess.dict.DictionaryFile.PagingList;
    import org.codelibs.fess.dict.DictionaryManager;
    import org.codelibs.fess.dict.kuromoji.KuromojiFile;
    import org.codelibs.fess.dict.kuromoji.KuromojiItem;
    import org.codelibs.fess.mylasta.direction.FessConfig;
    import org.dbflute.optional.OptionalEntity;
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 4.1K bytes
    - Click Count (0)
  4. docs/en/docs/tutorial/encoder.md

    The same way, this database wouldn't receive a Pydantic model (an object with attributes), only a `dict`.
    
    You can use `jsonable_encoder` for that.
    
    It receives an object, like a Pydantic model, and returns a JSON compatible version:
    
    {* ../../docs_src/encoder/tutorial001_py310.py hl[4,21] *}
    
    In this example, it would convert the Pydantic model to a `dict`, and the `datetime` to a `str`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 1.6K bytes
    - Click Count (0)
  5. docs/zh-hant/docs/tutorial/body-nested-models.md

    你將在各處獲得編輯器支援。
    
    即使是列表中的項目也一樣:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    若直接操作 `dict` 而不是使用 Pydantic 模型,就無法獲得這種等級的編輯器支援。
    
    但你也不必擔心,傳入的 dict 會自動被轉換,而你的輸出也會自動轉換為 JSON。
    
    ## 任意 `dict` 的本文 { #bodies-of-arbitrary-dicts }
    
    你也可以將本文宣告為一個 `dict`,其鍵為某種型別、值為另一種型別。
    
    如此一來,你無需事先知道有效的欄位/屬性名稱為何(不像使用 Pydantic 模型時需要)。
    
    這在你想接收尚未預知的鍵時很有用。
    
    ---
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/body-nested-models.md

    Pydantic modelleri yerine doğrudan `dict` ile çalışsaydınız bu tür bir editör desteğini alamazdınız.
    
    Ancak bunlarla uğraşmanız da gerekmez; gelen dict’ler otomatik olarak dönüştürülür ve output’unuz da otomatik olarak JSON’a çevrilir.
    
    ## Rastgele `dict` body’leri { #bodies-of-arbitrary-dicts }
    
    Body’yi, key’leri bir tipte ve value’ları başka bir tipte olan bir `dict` olarak da tanımlayabilirsiniz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  7. docs/de/docs/tutorial/schema-extra-example.md

    * `Form()`
    * `File()`
    
    Die Schlüssel des `dict` identifizieren jedes Beispiel, und jeder Wert ist ein weiteres `dict`.
    
    Jedes spezifische Beispiel-`dict` in den `examples` kann Folgendes enthalten:
    
    * `summary`: Kurze Beschreibung für das Beispiel.
    * `description`: Eine lange Beschreibung, die Markdown-Text enthalten kann.
    * `value`: Dies ist das tatsächlich angezeigte Beispiel, z. B. ein `dict`.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  8. benchmarks/src/main/java/org/elasticsearch/benchmark/search/aggregations/TermsReduceBenchmark.java

                BytesRef[] dict = new BytesRef[cardinality];
                for (int i = 0; i < dict.length; i++) {
                    dict[i] = new BytesRef(Long.toString(rand.nextLong()));
                }
                for (int i = 0; i < numShards; i++) {
                    aggsList.add(InternalAggregations.from(Collections.singletonList(newTerms(rand, dict, true))));
                }
            }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Aug 20 15:45:38 GMT 2021
    - 8.1K bytes
    - Click Count (0)
  9. docs/de/docs/python-types.md

    #### Dict { #dict }
    
    Um ein `dict` zu definieren, übergeben Sie zwei Typ-Parameter, getrennt durch Kommas.
    
    Der erste Typ-Parameter ist für die Schlüssel des `dict`.
    
    Der zweite Typ-Parameter ist für die Werte des `dict`:
    
    {* ../../docs_src/python_types/tutorial008_py310.py hl[1] *}
    
    Das bedeutet:
    
    * Die Variable `prices` ist ein `dict`:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 12.6K bytes
    - Click Count (1)
  10. docs/fr/docs/tutorial/encoder.md

    Vous pouvez utiliser `jsonable_encoder` pour cela.
    
    Elle reçoit un objet, comme un modèle Pydantic, et renvoie une version compatible JSON :
    
    {* ../../docs_src/encoder/tutorial001_py310.py hl[4,21] *}
    
    Dans cet exemple, elle convertirait le modèle Pydantic en `dict`, et le `datetime` en `str`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 1.8K bytes
    - Click Count (0)
Back to Top