- Sort Score
- Result 10 results
- Languages All
Results 291 - 300 of 545 for strs (0.1 sec)
-
src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateResponseTest.java
// When String str = response.toString(); // Then assertNotNull(str); assertTrue(str.contains("Smb2NegotiateResponse")); assertTrue(str.contains("dialectRevision=")); assertTrue(str.contains("securityMode=")); assertTrue(str.contains("capabilities=")); assertTrue(str.contains("serverTime=")); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 32.5K bytes - Viewed (0) -
docs/bn/docs/index.md
from pydantic import BaseModel app = FastAPI() class Item(BaseModel): name: str price: float is_offer: Union[bool, None] = None @app.get("/") def read_root(): return {"Hello": "World"} @app.get("/items/{item_id}") def read_item(item_id: int, q: Union[str, None] = None): return {"item_id": item_id, "q": q} @app.put("/items/{item_id}")
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 30.5K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 26.4K bytes - Viewed (0) -
docs/em/docs/tutorial/body-updates.md
โน ๐ฌ ๐ ๐ช โ๏ธ <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PUT" class="external-link" target="_blank">๐บ๐ธ๐ `PUT`</a> ๐ ๏ธ. ๐ ๐ช โ๏ธ `jsonable_encoder` ๐ ๐ข ๐ฝ ๐ ๐ ๐ช ๐ช ๐ป (โ โฎ๏ธ โ ๐ฝ). ๐ผ, ๐ญ `datetime` `str`. {* ../../docs_src/body_updates/tutorial001.py hl[30:35] *} `PUT` โ๏ธ ๐จ ๐ฝ ๐ ๐ โ โป ๐ฝ. ### โ ๐ โ ๐ โ ๐ ๐ฅ ๐ ๐ โน ๐ฌ `bar` โ๏ธ `PUT` โฎ๏ธ ๐ช โ: ```Python { "name": "Barz",
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 11:27:35 UTC 2024 - 3.2K bytes - Viewed (0) -
docs/iam/identity-management-plugin.md
with an Identity Management Plugin webhook. When configured, this plugin enables the `AssumeRoleWithCustomToken` STS API extension. A user or application can now present a token to the `AssumeRoleWithCustomToken` API, and MinIO verifies this token by sending it to the Identity Management Plugin webhook. This plugin responds with some information and MinIO is able to generate temporary STS credentials to interact with object storage. The authentication flow is similar to that of OpenID, however...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri May 27 00:58:09 UTC 2022 - 4.2K bytes - Viewed (0) -
docs/de/docs/advanced/settings.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 16.4K bytes - Viewed (0) -
docs/ja/docs/advanced/custom-response.md
/// ### `Response` ใกใคใณใฎ `Response` ใฏใฉในใงใไปใฎๅ จใฆใฎใฌในใใณในใฏใใใ็ถๆฟใใฆใใพใใ ็ดๆฅ่ฟใใใจใใงใใพใใ ไปฅไธใฎใใฉใกใผใฟใๅใไปใใพใใ * `content` - `str` ใ `bytes`ใ * `status_code` - `int` ใฎHTTPในใใผใฟในใณใผใใ * `headers` - ๆๅญๅใฎ `dict` ใ * `media_type` - ใกใใฃใขใฟใคใใ็คบใ `str` ใไพใใฐ `"text/html"` ใ FastAPI (ๅฎ้ใซใฏStarlette) ใฏ่ชๅ็ใซContent-Lengthใใใใผใๅซใฟใพใใใพใใmedia_typeใซๅบใฅใใContent-Typeใใใใผใๅซใฟใใใญในใใฟใคใใฎใใใซcharsetใ่ฟฝๅ ใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.4K bytes - Viewed (0) -
docs/ko/docs/advanced/custom-response.md
/// ### `Response` ๊ธฐ๋ณธ `Response` ํด๋์ค๋ ๋ค๋ฅธ ๋ชจ๋ ์๋ต ํด๋์ค์ ๋ถ๋ชจ ํด๋์ค ์ ๋๋ค. ์ด ํด๋์ค๋ฅผ ์ง์ ๋ฐํํ ์ ์์ต๋๋ค. ๋ค์ ๋งค๊ฐ๋ณ์๋ฅผ ๋ฐ์ ์ ์์ต๋๋ค: * `content` - `str` ๋๋ `bytes`. * `status_code` - HTTP ์ํ์ฝ๋๋ฅผ ๋ํ๋ด๋ `int`. * `headers` - ๋ฌธ์์ด๋ก ์ด๋ฃจ์ด์ง `dict`. * `media_type` - ๋ฏธ๋์ด ํ์ ์ ๋ํ๋ด๋ `str` ์: `"text/html"`. FastAPI (์ค์ ๋ก๋ Starlette)๊ฐ ์๋์ผ๋ก `Content-Length` ํค๋๋ฅผ ํฌํจ์ํต๋๋ค. ๋ํ `media_type`์ ๊ธฐ๋ฐํ์ฌ `Content-Type` ํค๋๋ฅผ ํฌํจํ๋ฉฐ, ํ ์คํธ ํ์ ์ ๊ฒฝ์ฐ ๋ฌธ์ ์งํฉ์ ์ถ๊ฐ ํฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Feb 15 11:21:20 UTC 2025 - 13.4K bytes - Viewed (0) -
docs/es/docs/features.md
```Python from datetime import date from pydantic import BaseModel # Declara una variable como un str # y obtiene soporte del editor dentro de la funciรณn def main(user_id: str): return user_id # Un modelo de Pydantic class User(BaseModel): id: int name: str joined: date ``` Que luego puede ser usado como: ```Python
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 10.4K bytes - Viewed (0) -
docs/pt/docs/features.md
```Python from datetime import date from pydantic import BaseModel # Declare uma variรกvel como str # e obtenha suporte do editor dentro da funรงรฃo def main(user_id: str): return user_id # Um modelo do Pydantic class User(BaseModel): id: int name: str joined: date ``` Que entรฃo pode ser usado como: ```Python
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 10.3K bytes - Viewed (0)