Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for sltr (0.05 sec)

  1. docs/en/docs/release-notes.md

    from fastapi import FastAPI, Header
    from pydantic import BaseModel
    
    app = FastAPI()
    
    
    class CommonHeaders(BaseModel):
        host: str
        save_data: bool
        if_modified_since: str | None = None
        traceparent: str | None = None
        x_tag: list[str] = []
    
    
    @app.get("/items/")
    async def read_items(headers: Annotated[CommonHeaders, Header()]):
        return headers
    ```
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	LSSQ (BX), R11                          // 4c0fb21b
    	LSSQ (R11), R11                         // 4d0fb21b
    	LTR (BX)                                // 0f001b
    	LTR (R11)                               // 410f001b
    	LTR DX                                  // 0f00da
    	LTR R11                                 // 410f00db
    	LZCNTW (BX), DX                         // 66f30fbd13
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  3. src/main/webapp/css/bootstrap.min.css.map

    h\"] {\n  outline-offset: -2px; // 1\n  -webkit-appearance: textfield; // 2\n}\n\n// 1. A few input types should stay LTR\n// See https://rtlstyling.com/posts/rtl-styling#form-inputs\n// 2. RTL only output\n// See https://rtlcss.com/learn/usage-guide/control-directives/#raw\n\n/* rtl:raw:\n[type=\"tel\"],\n[type=\"url\"],\n[type=\"email\"],\n[type=\"number\"] {\n  direction: ltr;\n}\n*/\n\n// Remove the inner padding in Chrome and Safari on macOS.\n\n::-webkit-search-decoration {\n  -webkit-appearance:...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 575.5K bytes
    - Viewed (0)
  4. lib/fips140/v1.0.0.zip

    z[1] + c SLTU X21, X13, X22 ADD X12, X22, X29 // next c MULHU X14, X6, X15 // z_hi[2] = x[2] * y MUL X14, X6, X14 // z_lo[2] = x[2] * y ADD X14, X16, X21 // z_lo[2] = x[2] * y + z[2] SLTU X14, X21, X22 ADD X15, X22, X15 // z_hi[2] = x[2] * y + z[2] ADD X21, X29, X16 // z_lo[2] = x[2] * y + z[2] + c SLTU X21, X16, X22 ADD X15, X22, X29 // next c MULHU X17, X6, X18 // z_hi[3] = x[3] * y MUL X17, X6, X17 // z_lo[3] = x[3] * y ADD X17, X19, X21 // z_lo[3] = x[3] * y + z[3] SLTU X17, X21, X22 ADD X18,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top