- Sort Score
- Num 10 results
- Language All
Results 381 - 390 of 742 for warning2 (0.54 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/ko/docs/advanced/async-tests.md
이는 다음과 동등합니다: ```Python response = client.get('/') ``` `TestClient`로 요청을 보내기 위해 사용하던 코드입니다. /// tip | 팁 새 `AsyncClient`와 함께 async/await를 사용하고 있다는 점에 주목하세요. 요청은 비동기입니다. /// /// warning | 경고 애플리케이션이 lifespan 이벤트에 의존한다면, `AsyncClient`는 이러한 이벤트를 트리거하지 않습니다. 이벤트가 트리거되도록 하려면 [florimondmanca/asgi-lifespan](https://github.com/florimondmanca/asgi-lifespan#usage)의 `LifespanManager`를 사용하세요. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 4.5K bytes - Click Count (0) -
tensorflow/c/c_api_internal.h
// TF_DeleteSession. // TF_Graph may only / must be deleted when // sessions.size() == 0 && delete_requested == true // // TODO(b/74949947): mutations currently trigger a warning instead of a bad // status, this should be reverted when possible. tensorflow::gtl::FlatMap<TF_Session*, std::string> sessions TF_GUARDED_BY(mu); bool delete_requested TF_GUARDED_BY(mu); // set true by TF_DeleteGraph
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 07 04:56:09 GMT 2026 - 7.5K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/SignedBytes.java
* <p>See the Guava User Guide article on <a * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>. * * @author Kevin Bourrillion * @since 1.0 */ // TODO(kevinb): how to prevent warning on UnsignedBytes when building GWT // javadoc? @GwtCompatible public final class SignedBytes { private SignedBytes() {} /** * The largest power of two that can be represented as a signed {@code byte}. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 7.2K bytes - Click Count (0) -
docs/ja/docs/tutorial/header-params.md
もしなんらかの理由でアンダースコアからハイフンへの自動変換を無効にする必要がある場合は、`Header`のパラメータ`convert_underscores`を`False`に設定してください: {* ../../docs_src/header_params/tutorial002_an_py310.py hl[10] *} /// warning | 注意 `convert_underscores`を`False`に設定する前に、HTTPプロキシやサーバの中にはアンダースコアを含むヘッダーの使用を許可していないものがあることに注意してください。 /// ## ヘッダーの重複 { #duplicate-headers } 受信したヘッダーが重複することがあります。つまり、同じヘッダーで複数の値を持つということです。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 04 16:44:21 GMT 2026 - 3.9K bytes - Click Count (0) -
docs/uk/docs/tutorial/request-files.md
/// /// warning | Попередження
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 11K bytes - Click Count (0) -
docs/ko/docs/_llm-test.md
/// /// note | 기술 세부사항 일부 텍스트 /// /// check | 확인 일부 텍스트 /// /// tip | 팁 일부 텍스트 /// /// warning | 경고 일부 텍스트 /// /// danger | 위험 일부 텍스트 /// //// //// tab | 정보 탭과 `Info`/`Note`/`Warning`/등의 블록은 제목 번역을 수직 막대(`|`) 뒤에 추가해야 합니다. `scripts/translate.py`의 일반 프롬프트에서 `### Special blocks`와 `### Tab blocks` 섹션을 참고하세요. ////
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.7K bytes - Click Count (0) -
guava/src/com/google/common/cache/CacheBuilder.java
* simply use the standard method-chaining idiom, as illustrated in the documentation at top, * configuring a {@code CacheBuilder} and building your {@link Cache} all in a single statement. * * <p><b>Warning:</b> if you ignore the above advice, and use this {@code CacheBuilder} to build a * cache whose key or value type is incompatible with the weigher, you will likely experience aCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 13:13:59 GMT 2026 - 51.7K bytes - Click Count (0) -
build-logic/src/main/kotlin/BndBuildAction.kt
val builtJar = builder.build() if (!builder.isOk) { builder.getErrors().forEach { task.logger.error("Error: $it") } builder.getWarnings().forEach { task.logger.warn("Warning: $it") } throw GradleException("Bundle $archiveFileName has errors") } builtJar.write(archiveFile) archiveFile.setLastModified(System.currentTimeMillis()) }Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 8.9K bytes - Click Count (0) -
docs/tr/docs/deployment/manually.md
Şununla eşdeğerdir: ```Python from main import app ``` /// Her alternatif ASGI server programı için benzer bir komut bulunur; daha fazlası için ilgili dokümantasyonlarına bakabilirsiniz. /// warning | Uyarı Uvicorn ve diğer sunucular, geliştirme sırasında faydalı olan `--reload` seçeneğini destekler. `--reload` seçeneği çok daha fazla kaynak tüketir, daha kararsızdır vb.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 7.1K bytes - Click Count (0) -
docs/de/docs/deployment/manually.md
Es ist äquivalent zu: ```Python from main import app ``` /// Jedes alternative ASGI-Serverprogramm hätte einen ähnlichen Befehl, Sie können in deren jeweiligen Dokumentationen mehr lesen. /// warning | Achtung Uvicorn und andere Server unterstützen eine `--reload`-Option, die während der Entwicklung nützlich ist. Die `--reload`-Option verbraucht viel mehr Ressourcen, ist instabiler, usw.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 7.3K bytes - Click Count (0)