Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Thai (0.17 sec)

  1. docs_src/dataclasses/tutorial003.py

                "items": [
                    {
                        "name": "Salt",
                        "description": "The kombucha mushroom people's favorite",
                    },
                    {"name": "Pad Thai"},
                    {
                        "name": "Lonely Night",
                        "description": "The mostests lonliest nightiest of allest",
                    },
                ],
            },
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat May 14 11:59:59 GMT 2022
    - 1.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess.json

                "swedish_override",
                "swedish_stemmer"
              ]
            },
            "thai_analyzer": {
              "type": "custom",
              "tokenizer": "thai",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "thai_stop"
              ]
            },
            "traditional_chinese_analyzer": {
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  3. tests/test_tutorial/test_dataclasses/test_tutorial003.py

                "items": [
                    {
                        "name": "Salt",
                        "description": "The kombucha mushroom people's favorite",
                    },
                    {"name": "Pad Thai", "description": None},
                    {
                        "name": "Lonely Night",
                        "description": "The mostests lonliest nightiest of allest",
                    },
                ],
            },
        ]
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Sep 28 04:14:40 GMT 2023
    - 12.1K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/_aws/fess/doc.json

              }
            }
          },
          {
            "lang_th": {
              "match": "*_th",
              "mapping": {
                "type": "text",
                "analyzer": "thai_analyzer"
              }
            }
          },
          {
            "lang_tl": {
              "match": "*_tl",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_cloud/fess/doc.json

              }
            }
          },
          {
            "lang_th": {
              "match": "*_th",
              "mapping": {
                "type": "text",
                "analyzer": "thai_analyzer"
              }
            }
          },
          {
            "lang_tl": {
              "match": "*_tl",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess/doc.json

              }
            }
          },
          {
            "lang_th": {
              "match": "*_th",
              "mapping": {
                "type": "text",
                "analyzer": "thai_analyzer"
              }
            }
          },
          {
            "lang_tl": {
              "match": "*_tl",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0E40..0E4E    ; valid                                  # 1.1  THAI CHARACTER SARA E..THAI CHARACTER YAMAKKAN
    0E4F          ; valid                  ;      ; NV8    # 1.1  THAI CHARACTER FONGMAN
    0E50..0E59    ; valid                                  # 1.1  THAI DIGIT ZERO..THAI DIGIT NINE
    0E5A..0E5B    ; valid                  ;      ; NV8    # 1.1  THAI CHARACTER ANGKHANKHU..THAI CHARACTER KHOMUT
    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/vi/docs/python-types.md

    ```Python hl_lines="2"
    {!../../../docs_src/python_types/tutorial004.py!}
    ```
    
    ## Khai báo các kiểu dữ liệu
    
    Bạn mới chỉ nhìn thấy những nơi chủ yếu để đặt khai báo kiểu dữ liệu. Như là các tham số của hàm.
    
    Đây cũng là nơi chủ yếu để bạn sử dụng chúng với **FastAPI**.
    
    ### Kiểu dữ liệu đơn giản
    
    Bạn có thể khai báo tất cả các kiểu dữ liệu chuẩn của Python, không chỉ là `str`.
    
    Bạn có thể sử dụng, ví dụ:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 21.9K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // xn--clchc0ea0b2g2a9gcd ("Singapore", Tamil) : SG
    சிங்கப்பூர்
    
    // xn--ogbpf8fl ("Syria", Arabic) : SY
    سورية
    
    // xn--mgbtf8fl ("Syria", Arabic, variant) : SY
    سوريا
    
    // xn--o3cw4h ("Thai", Thai) : TH
    // http://www.thnic.co.th
    ไทย
    ศึกษา.ไทย
    ธุรกิจ.ไทย
    รัฐบาล.ไทย
    ทหาร.ไทย
    เน็ต.ไทย
    องค์กร.ไทย
    
    // xn--pgbs0dh ("Tunisia", Arabic) : TN
    // http://nic.tn
    تونس
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  10. docs/vi/docs/tutorial/index.md

    </div>
    
    ...dó cũng bao gồm `uvicorn`, bạn có thể sử dụng như một server để chạy code của bạn.
    
    !!! note
        Bạn cũng có thể cài đặt nó từng phần.
    
        Đây là những gì bạn có thể sẽ làm một lần duy nhất bạn muốn triển khai ứng dụng của bạn lên production:
    
        ```
        pip install fastapi
        ```
    
        Cũng cài đặt `uvicorn` để làm việc như một server:
    
        ```
        pip install "uvicorn[standard]"
        ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Sep 02 15:44:17 GMT 2023
    - 3.2K bytes
    - Viewed (0)
Back to top