Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for Russian (0.07 sec)

  1. okhttp/src/test/java/okhttp3/internal/idn/PunycodeTest.kt

        // (H) Korean (Hangul syllables)
        testEncodeDecode(
          unicode = "세계의모든사람들이한국어를이해한다면얼마나좋을까",
          punycode = "xn--989aomsvi5e83db1d2a355cv1e0vak1dwrv93d5xbh15a0dt30a5jpsd879ccm6fea98c",
        )
    
        // (I) Russian (Cyrillic)
        testEncodeDecode(
          unicode = "почемужеонинеговорятпорусски",
          punycode = "xn--b1abfaaepdrnnbgefbadotcwatmq2g4l",
        )
    
        // (J) Spanish
        testEncodeDecode(
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * 🌐 Add Russian translation for `docs/ru/docs/tutorial/security/first-steps.md`. PR [#10541](https://github.com/tiangolo/fastapi/pull/10541) by [@AlertRED](https://github.com/AlertRED).
    * 🌐 Add Russian translation for `docs/ru/docs/tutorial/handling-errors.md`. PR [#10375](https://github.com/tiangolo/fastapi/pull/10375) by [@AlertRED](https://github.com/AlertRED).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess.json

              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}ru/protwords.txt"
            },
            "russian_stemmer": {
              "type":       "stemmer",
              "language":   "russian"
            },
            "russian_override": {
              "type":       "stemmer_override",
              "rules_path": "${fess.dictionary.path}ru/stemmer_override.txt"
            },
            "simplified_chinese_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)
  4. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          "russian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["привет", "мир", "поиск"]
          },
          "russian_stemmer": {
            "type":       "stemmer",
            "language":   "russian"
          },
          "spanish_stop": {
            "type":       "stop",
            "stopwords":  "_spanish_"
          },
          "spanish_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. docs/en/data/external_links.yml

    title: FastAPI do ZERO - author: Jessica Temporal author_link: https://jtemporal.com/socials link: https://jtemporal.com/dicas-para-migrar-de-flask-para-fastapi-e-vice-versa/ title: Dicas para migrar uma aplicação de Flask para FastAPI e vice-versa Russian: - author: Troy Köhler author_link: https://www.linkedin.com/in/trkohler/ link: https://trkohler.com/fast-api-introduction-to-framework title: 'FastAPI: знакомимся с фреймворком' - author: prostomarkeloff author_link: https://github.com/prostomarkeloff...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 24 18:39:34 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  6. src/main/resources/suggest_indices/suggest_analyzer.json

          },
          "russian_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["привет"]
          },
          "russian_stemmer": {
            "type":       "stemmer",
            "language":   "russian"
          },
          "spanish_stop": {
            "type":       "stop",
            "stopwords":  "_spanish_"
          },
          "spanish_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)
  7. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          "russian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["привет", "мир", "поиск"]
          },
          "russian_stemmer": {
            "type":       "stemmer",
            "language":   "russian"
          },
          "spanish_stop": {
            "type":       "stop",
            "stopwords":  "_spanish_"
          },
          "spanish_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)
  8. src/main/resources/suggest_indices/suggest_analyzer.json

            "type":       "keyword_marker",
            "keywords_path": "${fess.dictionary.path}ru/protwords.txt"
          },
          "russian_stemmer": {
            "type":       "stemmer",
            "language":   "russian"
          },
          "spanish_stop": {
            "type":       "stop",
            "stopwords":  "_spanish_"
          },
          "spanish_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)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    հայ
    
    // xn--54b7fta0cc ("Bangla", Bangla) : BD
    বাংলা
    
    // xn--90ae ("bg", Bulgarian) : BG
    бг
    
    // xn--mgbcpq6gpa1a ("albahrain", Arabic) : BH
    البحرين
    
    // xn--90ais ("bel", Belarusian/Russian Cyrillic) : BY
    // Operated by .by registry
    бел
    
    // xn--fiqs8s ("Zhongguo/China", Chinese, Simplified) : CN
    // CNNIC
    // http://cnnic.cn/html/Dir/2005/10/11/3218.htm
    中国
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/_aws/fess.json

              "type":       "keyword_marker",
              "keywords": ["привет", "мир", "поиск"]
            },
            "russian_stemmer": {
              "type":       "stemmer",
              "language":   "russian"
            },
            "russian_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "simplified_chinese_stop": {
              "type":       "smartcn_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)
Back to top