- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 225 for hawaii (0.06 sec)
-
src/test/java/jcifs/smb/PreauthIntegrityServiceTest.java
} finally { latch.countDown(); } }); } assertTrue(latch.await(10, TimeUnit.SECONDS)); executor.shutdown(); } @Test @DisplayName("Test invalid session ID handling") public void testInvalidSessionIdHandling() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 11.1K bytes - Viewed (0) -
docs/em/docs/tutorial/testing.md
โ ๐ `assert` ๐ โฎ๏ธ ๐ฉ ๐ ๐งฌ ๐ ๐ ๐ช โ (๐, ๐ฉ `pytest`). {* ../../docs_src/app_testing/tutorial001.py hl[2,12,15:18] *} /// tip ๐ ๐ ๐ฌ ๐ข ๐ `def`, ๐ซ `async def`. & ๐ค ๐ฉโ๐ป ๐ ๐ค, ๐ซ โ๏ธ `await`. ๐ โ ๐ โ๏ธ `pytest` ๐ ๐ต ๐คข. /// /// note | ๐ก โน ๐ ๐ช โ๏ธ `from starlette.testclient import TestClient`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.9K bytes - Viewed (0) -
docs/zh-hant/docs/index.md
def read_item(item_id: int, q: Union[str, None] = None): return {"item_id": item_id, "q": q} ``` <details markdown="1"> <summary>ๆๅฏไปฅไฝฟ็จ <code>async def</code>...</summary> ๅฆๆไฝ ็็จๅผไฝฟ็จ `async` / `await`๏ผ่ซไฝฟ็จ `async def`๏ผ ```Python hl_lines="9 14" from typing import Union from fastapi import FastAPI app = FastAPI() @app.get("/") async def read_root(): return {"Hello": "World"}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 18.8K bytes - Viewed (0) -
docs/fr/docs/index.md
return {"item_id": item_id, "q": q} ``` <details markdown="1"> <summary>Ou utilisez <code>async def</code> ...</summary> Si votre code utilise `async` / `await`, utilisez `async def` : ```Python hl_lines="9 14" from typing import Union from fastapi import FastAPI app = FastAPI() @app.get("/") async def read_root():
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 22K bytes - Viewed (0) -
docs/em/docs/advanced/custom-response.md
, โซ๏ธ ๐ ๐ข ๐ ๐จ "๐ญ" ๐ท ๐ณ ๐ ๐. ๐จ โซ๏ธ ๐ ๐, ๐ฅ ๐ช ๐ฎ โซ๏ธ `with` ๐ซ, & ๐ ๐, ๐ ๐ โซ๏ธ ๐ช โฎ๏ธ ๐. /// tip ๐ ๐ ๐ฅ ๐ฅ โ๏ธ ๐ฉ `open()` ๐ ๐ซ ๐โ๐ฆบ `async` & `await`, ๐ฅ ๐ฃ โก ๐ ๏ธ โฎ๏ธ ๐ `def`. /// ### `FileResponse` ๐ ๐ ๐ ๐จ. โ ๐ โ โ ๐ ๐ ๐ ๐จ ๐: * `path` - ๐ ๐ ๐. * `headers` - ๐ ๐ ๐ ๐, ๐.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/SuggestCreator.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 11K bytes - Viewed (0) -
docs/ja/docs/tutorial/background-tasks.md
## ใฟในใฏ้ขๆฐใฎไฝๆ ใใใฏใฐใฉใฆใณใใฟในใฏใจใใฆๅฎ่กใใใ้ขๆฐใไฝๆใใพใใ ใใใฏใใใฉใกใผใฟใผใๅใๅใใใจใใงใใๅใชใๆจๆบ็ใช้ขๆฐใงใใ ใใใฏ `async def` ใพใใฏ้ๅธธใฎ `def` ้ขๆฐใงใใใ**FastAPI** ใฏใใใๆญฃใใๅฆ็ใใพใใ ใใใงใใฟในใฏ้ขๆฐใฏใใกใคใซๆธใ่พผใฟใๅฎ่กใใพใ (ใกใผใซ้ไฟกใฎใทใใฅใฌใผใทใงใณ)ใ ใพใใๆธใ่พผใฟๆไฝใงใฏ `async` ใจ `await` ใไฝฟ็จใใชใใใใ้ๅธธใฎ `def` ใง้ขๆฐใๅฎ็พฉใใพใใ {* ../../docs_src/background_tasks/tutorial001.py hl[6:9] *} ## ใใใฏใฐใฉใฆใณใใฟในใฏใฎ่ฟฝๅ *path operations ้ขๆฐ* ๅ ใงใ`.add_task()` ใกใฝใใใไฝฟ็จใใฆใฟในใฏ้ขๆฐใ *background tasks* ใชใใธใงใฏใใซๆธกใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.8K bytes - Viewed (0) -
docs/ko/docs/tutorial/background-tasks.md
๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์ผ๋ก ์คํํ ํจ์๋ฅผ ์ ์ํฉ๋๋ค. ์ด๊ฒ์ ๋จ์ํ ๋งค๊ฐ๋ณ์๋ฅผ ๋ฐ์ ์ ์๋ ํ์ค ํจ์์ผ ๋ฟ์ ๋๋ค. **FastAPI**๋ ์ด๊ฒ์ด `async def` ํจ์์ด๋ , ์ผ๋ฐ `def` ํจ์์ด๋ ๋ด๋ถ์ ์ผ๋ก ์ด๋ฅผ ์ฌ๋ฐ๋ฅด๊ฒ ์ฒ๋ฆฌํฉ๋๋ค. ์ด ๊ฒฝ์ฐ, ์๋ ์์ ์ ํ์ผ์ ์ฐ๋ ํจ์์ ๋๋ค. (์ด๋ฉ์ผ ๋ณด๋ด๊ธฐ ์๋ฌผ๋ ์ด์ ) ๊ทธ๋ฆฌ๊ณ ์ด ์์ ์ `async`์ `await`๋ฅผ ์ฌ์ฉํ์ง ์์ผ๋ฏ๋ก ์ผ๋ฐ `def` ํจ์๋ก ์ ์ธํฉ๋๋ค. {* ../../docs_src/background_tasks/tutorial001.py hl[6:9] *} ## ๋ฐฑ๊ทธ๋ผ์ด๋ ์์ ์ถ๊ฐ _๊ฒฝ๋ก ์๋ ํจ์_ ๋ด์์ ์์ ํจ์๋ฅผ `.add_task()` ํจ์ ํตํด _๋ฐฑ๊ทธ๋ผ์ด๋ ์์ _ ๊ฐ์ฒด์ ์ ๋ฌํฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.2K bytes - Viewed (0) -
docs/en/docs/tutorial/background-tasks.md
In this case, the task function will write to a file (simulating sending an email). And as the write operation doesn't use `async` and `await`, we define the function with normal `def`: {* ../../docs_src/background_tasks/tutorial001.py hl[6:9] *} ## Add the background task { #add-the-background-task }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 4.8K bytes - Viewed (0) -
docs/pt/docs/tutorial/background-tasks.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Nov 10 17:23:38 UTC 2024 - 5.1K bytes - Viewed (0)