Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 155 of 155 for LE (0.06 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1946..196D    ; valid                                  # 4.0  LIMBU DIGIT ZERO..TAI LE LETTER AI
    196E..196F    ; disallowed                             # NA   <reserved-196E>..<reserved-196F>
    1970..1974    ; valid                                  # 4.0  TAI LE LETTER TONE-2..TAI LE LETTER TONE-6
    1975..197F    ; disallowed                             # NA   <reserved-1975>..<reserved-197F>
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    gorizia.it
    gr.it
    grosseto.it
    iglesias-carbonia.it
    iglesiascarbonia.it
    im.it
    imperia.it
    is.it
    isernia.it
    kr.it
    la-spezia.it
    laquila.it
    laspezia.it
    latina.it
    lc.it
    le.it
    lecce.it
    lecco.it
    li.it
    livorno.it
    lo.it
    lodi.it
    lt.it
    lu.it
    lucca.it
    macerata.it
    mantova.it
    massa-carrara.it
    massacarrara.it
    matera.it
    mb.it
    mc.it
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="&lt;?xml" type="string" offset="0"/>
          <match value="&lt;?XML" type="string" offset="0"/>
          <!-- UTF-8 BOM -->
          <match value="0xEFBBBF3C3F786D6C" type="string" offset="0"/>
          <!-- UTF-16 LE/BE -->
          <match value="0xFFFE3C003F0078006D006C00" type="string" offset="0"/>
          <match value="0xFEFF003C003F0078006D006C" type="string" offset="0"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. RELEASE.md

    Weinmeister, Karthik Muthuraman, Kashif Rasul, Kay Zhu, Kbhute-Ibm, KDR, Keno
    Fischer, Kevin Mader, khanhlvg, Kilaru Yasaswi Sri Chandra Gandhi, Koan-Sin Tan,
    Koock Yoon, kouml, ktaebum, Kyuwon Kim, Lakshay Tokas, Laurent Le Brun,
    leike666666, leonard951, Leslie-Fang, Letian Kang, Li, Guizi, Loo Rong Jie,
    Lucas Hendren, Lukas Folle, Lukas Geiger, Luke Han, luxupu, lvli, Ma, Guokai,
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    ```python
    from typing import Annotated, Literal
    
    from fastapi import FastAPI, Query
    from pydantic import BaseModel, Field
    
    app = FastAPI()
    
    
    class FilterParams(BaseModel):
        limit: int = Field(100, gt=0, le=100)
        offset: int = Field(0, ge=0)
        order_by: Literal["created_at", "updated_at"] = "created_at"
        tags: list[str] = []
    
    
    @app.get("/items/")
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top