Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for alla (0.03 seconds)

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

    2C7F          ; mapped                 ; 0240          # 5.2  LATIN CAPITAL LETTER Z WITH SWASH TAIL
    2C80          ; mapped                 ; 2C81          # 4.1  COPTIC CAPITAL LETTER ALFA
    2C81          ; valid                                  # 4.1  COPTIC SMALL LETTER ALFA
    2C82          ; mapped                 ; 2C83          # 4.1  COPTIC CAPITAL LETTER VIDA
    2C83          ; valid                                  # 4.1  COPTIC SMALL LETTER VIDA
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Click Count (0)
  2. RELEASE.md

            *   `standardize="string_punctuation"` will remove all punctuation.
            *   `split="character"` will split on every unicode character.
        *   Added an `output_mode` argument to the `Discretization` and `Hashing`
            layers with the same semantics as other preprocessing layers. All
            categorical preprocessing layers now support `output_mode`.
        *   All preprocessing layer output will follow the compute dtype of a
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
  3. docs/en/docs/release-notes.md

    * `callbacks`: OpenAPI callbacks that apply to all the *path operations*.
    * `deprecated`: to mark all the *path operations* as deprecated. 🤷
    * `include_in_schema`: to allow excluding all the *path operations* from the OpenAPI schema.
    * `responses`: OpenAPI responses that apply to all the *path operations*.
    
    For example:
    
    ```Python
    from fastapi import FastAPI, Depends
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top