Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Vietnamese (0.23 sec)

  1. src/main/resources/fess_indices/fess.json

                "turkish_override",
                "turkish_stemmer"
              ]
            },
            "vietnamese_analyzer": {
              "type": "custom",
              "tokenizer": "vietnamese_tokenizer",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "vietnamese_stop"
              ]
            },
            "standard_analyzer": {
              "type": "custom",
    Json
    - Registered: Mon Apr 15 08:04:17 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  2. docs/zh/docs/external-links.md

    {% endfor %}
    {% endif %}
    
    ### 越南语
    
    {% if external_links %}
    {% for article in external_links.articles.vietnamese %}
    
    * <a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> by <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.
    {% endfor %}
    {% endif %}
    Plain Text
    - Registered: Sun Mar 31 07:19:09 GMT 2024
    - Last Modified: Sat Mar 30 22:45:29 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/internal/idn/PunycodeTest.kt

        )
    
        // (J) Spanish
        testEncodeDecode(
          unicode = "PorquénopuedensimplementehablarenEspañol",
          punycode = "xn--PorqunopuedensimplementehablarenEspaol-fmd56a",
        )
    
        // (K) Vietnamese
        testEncodeDecode(
          unicode = "TạisaohọkhôngthểchỉnóitiếngViệt",
          punycode = "xn--TisaohkhngthchnitingVit-kjcr8268qyxafd2f1b9g",
        )
      }
    
      @Test fun multipleLabels() {
        testEncodeDecode(
    Plain Text
    - Registered: Fri Apr 12 11:42:09 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.3K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess/doc.json

              }
            }
          },
          {
            "lang_vi": {
              "match": "*_vi",
              "mapping": {
                "type": "text",
                "analyzer": "vietnamese_analyzer"
              }
            }
          },
          {
            "lang_zh-cn": {
              "match": "*_zh-cn",
              "mapping": {
                "type": "text",
    Json
    - Registered: Mon Apr 15 08:04:17 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  5. docs/en/data/external_links.yml

      - author: Andrey Korchak
        author_link: https://habr.com/ru/users/57uff3r/
        link: https://habr.com/ru/post/454440/
        title: 'Мелкая питонячая радость #2: Starlette - Солидная примочка – FastAPI'
      Vietnamese:
      - author: Nguyễn Nhân
        author_link: https://fullstackstation.com/author/figonking/
        link: https://fullstackstation.com/fastapi-trien-khai-bang-docker/
        title: 'FASTAPI: TRIỂN KHAI BẰNG DOCKER'
      Taiwanese:
    Others
    - Registered: Sun Apr 14 07:19:09 GMT 2024
    - Last Modified: Thu Mar 21 20:57:27 GMT 2024
    - 21.3K bytes
    - Viewed (2)
  6. docs/en/docs/release-notes.md

    * 🌐 Add Ukrainian translation for `docs/uk/docs/python-types.md`. PR [#10080](https://github.com/tiangolo/fastapi/pull/10080) by [@rostik1410](https://github.com/rostik1410).
    * 🌐 Add Vietnamese translations for `docs/vi/docs/tutorial/first-steps.md` and `docs/vi/docs/tutorial/index.md`. PR [#10088](https://github.com/tiangolo/fastapi/pull/10088) by [@magiskboy](https://github.com/magiskboy).
    Plain Text
    - Registered: Sun Apr 14 07:19:09 GMT 2024
    - Last Modified: Sat Apr 06 15:44:16 GMT 2024
    - 382.5K bytes
    - Viewed (1)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    16FE5..16FEF  ; disallowed                             # NA   <reserved-16FE5>..<reserved-16FEF>
    16FF0..16FF1  ; valid                                  # 13.0 VIETNAMESE ALTERNATE READING MARK CA..VIETNAMESE ALTERNATE READING MARK NHAY
    16FF2..16FFF  ; disallowed                             # NA   <reserved-16FF2>..<reserved-16FFF>
    Plain Text
    - Registered: Fri Apr 12 11:42:09 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
Back to top