Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for Stanish (0.24 sec)

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

                "sorani_stemmer"
              ]
            },
            "spanish_analyzer": {
              "type": "custom",
              "tokenizer": "standard",
              "filter": [
                "truncate20_filter",
                "lowercase",
                "spanish_stop",
                "spanish_keywords",
                "spanish_override",
                "spanish_stemmer"
              ]
            },
            "swedish_analyzer": {
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  2. docs/en/docs/contributing.md

    Let's say you want to translate a page for a language that already has translations for some pages, like Spanish.
    
    In the case of Spanish, the 2-letter code is `es`. So, the directory for Spanish translations is located at `docs/es/`.
    
    !!! tip
        The main ("official") language is English, located at `docs/en/`.
    
    Now run the live server for the docs in Spanish:
    
    <div class="termy">
    
    ```console
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 17:42:43 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/internal/idn/PunycodeTest.kt

        )
    
        // (I) Russian (Cyrillic)
        testEncodeDecode(
          unicode = "почемужеонинеговорятпорусски",
          punycode = "xn--b1abfaaepdrnnbgefbadotcwatmq2g4l",
        )
    
        // (J) Spanish
        testEncodeDecode(
          unicode = "PorquénopuedensimplementehablarenEspañol",
          punycode = "xn--PorqunopuedensimplementehablarenEspaol-fmd56a",
        )
    
        // (K) Vietnamese
        testEncodeDecode(
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.3K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * 🌐 Add Spanish translation for `docs/es/docs/advanced/security/index.md`. PR [#2278](https://github.com/tiangolo/fastapi/pull/2278) by [@Xaraxx](https://github.com/Xaraxx).
    * 🌐 Add Spanish translation for `docs/es/docs/advanced/response-headers.md`. PR [#2276](https://github.com/tiangolo/fastapi/pull/2276) by [@Xaraxx](https://github.com/Xaraxx).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  5. RELEASE.md

    kashyapraval, Kasra Bigdeli, Kazuaki Ishizaki, Keith Mok, Kevin Cheng, kopytjuk,
    Kristian Hartikainen, ksood12345, Kulin Seth, kushanam, latyas, Lequn Chen,
    Leslie-Fang, Long M. Lưu, Lukas Geiger, machineko, Mahmoud Abuzaina, Manish, Mao
    Yunfei, Maozhou, Ge, Marcin Juszkiewicz, Marcin Owsiany, Marconi Jiang, Marcos
    Pereira, Maria Romanenko Vexlard, Maria Vexlard, Marius Brehler, marload, Martin
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    FB1D          ; mapped                 ; 05D9 05B4     # 3.0  HEBREW LETTER YOD WITH HIRIQ
    FB1E          ; valid                                  # 1.1  HEBREW POINT JUDEO-SPANISH VARIKA
    FB1F          ; mapped                 ; 05F2 05B7     # 1.1  HEBREW LIGATURE YIDDISH YOD YOD PATAH
    FB20          ; mapped                 ; 05E2          # 1.1  HEBREW LETTER ALTERNATIVE AYIN
    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)
Back to top