- Sort Score
- Result 10 results
- Languages All
Results 991 - 1000 of 2,040 for inf2 (0.05 sec)
-
docs/de/docs/how-to/separate-openapi-schemas.md
In diesem Fall kรถnnen Sie diese Funktion in **FastAPI** mit dem Parameter `separate_input_output_schemas=False` deaktivieren. /// info | Info Unterstรผtzung fรผr `separate_input_output_schemas` wurde in FastAPI `0.102.0` hinzugefรผgt. ๐ค /// {* ../../docs_src/separate_openapi_schemas/tutorial002_py310.py hl[10] *}Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 24 10:28:19 UTC 2025 - 5.2K bytes - Viewed (0) -
docs/en/docs/advanced/behind-a-proxy.md
```console $ ./traefik --configFile=traefik.toml INFO[0000] Configuration loaded from file: /home/user/awesomeapi/traefik.toml ``` </div> And now start your app, using the `--root-path` option: <div class="termy"> ```console $ fastapi run main.py --forwarded-allow-ips="*" --root-path /api/v1 <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 16.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
๊ฐ "๋ฒ์"๋ ๊ณต๋ฐฑ์ด ์๋ ๋ฌธ์์ด์ ๋๋ค. ์ผ๋ฐ์ ์ผ๋ก ํน์ ๋ณด์ ๊ถํ์ ์ ์ธํ๋ ๋ฐ ์ฌ์ฉ๋ฉ๋๋ค. ๋ค์์ ๋ด ์๋ค: * `users:read` ๋๋ `users:write`๋ ์ผ๋ฐ์ ์ธ ์์์ ๋๋ค. * `instagram_basic`์ ํ์ด์ค๋ถ/์ธ์คํ๊ทธ๋จ์์ ์ฌ์ฉํฉ๋๋ค. * `https://www.googleapis.com/auth/drive`๋ Google์์ ์ฌ์ฉํฉ๋๋ค. /// info | ์ ๋ณด OAuth2์์ "๋ฒ์"๋ ํ์ํ ํน์ ๊ถํ์ ์ ์ธํ๋ ๋ฌธ์์ด์ ๋๋ค. `:`๊ณผ ๊ฐ์ ๋ค๋ฅธ ๋ฌธ์๊ฐ ์๋์ง ๋๋ URL์ธ์ง๋ ์ค์ํ์ง ์์ต๋๋ค. ์ด๋ฌํ ์ธ๋ถ ์ฌํญ์ ๊ตฌํ์ ๋ฐ๋ผ ๋ค๋ฆ ๋๋ค. OAuth2์ ๊ฒฝ์ฐ ๋ฌธ์์ด์ผ ๋ฟ์ ๋๋ค. /// ## `username`๊ณผ `password`๋ฅผ ๊ฐ์ ธ์ค๋ ์ฝ๋
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Feb 15 11:19:12 UTC 2025 - 10.8K bytes - Viewed (0) -
docs/en/docs/advanced/events.md
{* ../../docs_src/events/tutorial002_py39.py hl[6] *} Here, the `shutdown` event handler function will write a text line `"Application shutdown"` to a file `log.txt`. /// info In the `open()` function, the `mode="a"` means "append", so, the line will be added after whatever is on that file, without overwriting the previous contents. /// /// tipRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 7.9K bytes - Viewed (0) -
docs/pt/docs/advanced/events.md
{* ../../docs_src/events/tutorial002_py39.py hl[6] *} Aqui, a funรงรฃo de manipulador do evento `shutdown` escreverรก uma linha de texto `"Application shutdown"` no arquivo `log.txt`. /// info | Informaรงรฃo Na funรงรฃo `open()`, o `mode="a"` significa "acrescentar", entรฃo a linha serรก adicionada depois do que jรก estiver naquele arquivo, sem sobrescrever o conteรบdo anterior. /// /// tip | DicaRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.crawlinginfo; /** * The search form for Crawling Info. */ public class SearchForm { /** * Default constructor for SearchForm. */ public SearchForm() { } /** * The session ID field for searching crawling information.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 952 bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/QueryNetworkInterfaceInfoRequest.java
/** * Request data for FSCTL_QUERY_NETWORK_INTERFACE_INFO * * This IOCTL has no input data - the request is empty */ public class QueryNetworkInterfaceInfoRequest { /** * Create query network interface info request */ public QueryNetworkInterfaceInfoRequest() { // No input data required for this IOCTL } /** * Get the size of this request (always 0) * * @return size in bytesRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 1.6K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/Apply.java
} @Override protected boolean shouldSaveModifications() { return true; } @Override public int execute(UpgradeContext context) throws Exception { context.info("Maven Upgrade Tool - Apply"); context.println(); return super.execute(context); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 1.5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/Check.java
} @Override protected boolean shouldSaveModifications() { return false; } @Override public int execute(UpgradeContext context) throws Exception { context.info("Maven Upgrade Tool - Check"); context.println(); return super.execute(context); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 1.5K bytes - Viewed (0) -
docs/ja/llm-prompt.md
2) If a title is present, prefer these canonical titles: - `/// note | ๅ่` - `/// note | ๆ่ก่ฉณ็ดฐ` - `/// tip | ่ฑ็ฅ่ญ` - `/// warning | ๆณจๆ` - `/// info | ๆ ๅ ฑ` - `/// check | ็ขบ่ช`
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 20 17:30:52 UTC 2025 - 1.3K bytes - Viewed (0)