- Sort Score
- Num 10 results
- Language All
Results 451 - 460 of 943 for warning2 (0.44 seconds)
-
docs/fr/docs/_llm-test.md
Du texte /// /// check | Vérifications Du texte /// /// tip | Astuce Du texte /// /// warning | Alertes Du texte /// /// danger | Danger Du texte /// //// //// tab | Info Les onglets et les blocs « Info »/« Note »/« Warning »/etc. doivent avoir la traduction de leur titre ajoutée après une barre verticale (« | »).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.8K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
) val response1 = get(server.url("/")) assertThat(response1.body.string()).isEqualTo("A") assertThat(response1.header("Warning")).isEqualTo("199 test danger") val response2 = get(server.url("/")) assertThat(response2.body.string()).isEqualTo("A") assertThat(response2.header("Warning")).isNull() } @Test fun getHeadersRetainsCached200LevelWarnings() { server.enqueue( MockResponseCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 121K bytes - Click Count (0) -
docs/contribute/code_of_conduct.md
engages in unacceptable behavior, the Square Code of Conduct committee may take any action they deem appropriate, up to and including a permanent ban from all of Square spaces without warning. [codeofconduct_at]: mailto:******@****.*** [twitter_coc]: https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md [ubuntu_coc]: https://ubuntu.com/community/code-of-conduct
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 06 02:19:09 GMT 2022 - 5.1K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/SortedSetMultimap.java
* Though the method signature doesn't say so explicitly, the map returned by {@link #asMap} has * {@code SortedSet} values. * * <p><b>Warning:</b> As in all {@link SetMultimap}s, do not modify either a key <i>or a value</i> * of a {@code SortedSetMultimap} in a way that affects its {@link Object#equals} behavior (or its
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 5.2K bytes - Click Count (0) -
docs/changelogs/changelog_2x.md
If you're using `Call.enqueue()` this update should significantly improve request concurrency. * **Fix: Lazily initialize the response cache.** This avoids strict mode warnings when initializing OkHttp on Android‘s main thread. * **Fix: Disable ALPN on Android 4.4.** That release of the feature was unstable and prone to native crashes in the underlying OpenSSL code.
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 06 02:19:09 GMT 2022 - 26.6K bytes - Click Count (0) -
README.md
- [guava-discuss: For open-ended questions and discussion](https://groups.google.com/group/guava-discuss) ## IMPORTANT WARNINGS 1. APIs marked with the `@Beta` annotation at the class or method level are subject to change. They can be modified in any way, or even removed, at anyCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 16 22:01:32 GMT 2025 - 6.2K bytes - Click Count (0) -
guava/pom.xml
<goals> <goal>manifest</goal> </goals> </execution> </executions> <configuration> <instructions> <!-- Silence a warning that claims that META-INF/versions/9/... is the "wrong directory" for our classes. --> <_fixupmessages>^Classes found in the wrong directory: .*</_fixupmessages> <Export-Package>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Nov 17 21:36:50 GMT 2025 - 9.6K bytes - Click Count (0) -
docs/ru/docs/deployment/manually.md
Эквивалентно: ```Python from main import app ``` /// У каждого альтернативного ASGI‑сервера будет похожая команда; подробнее см. в их документации. /// warning | Предупреждение Uvicorn и другие серверы поддерживают опцию `--reload`, полезную в период разработки. Опция `--reload` потребляет значительно больше ресурсов, менее стабильна и т.п.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 9.4K bytes - Click Count (0) -
docs/ko/docs/tutorial/body-updates.md
{* ../../docs_src/body_updates/tutorial001_py310.py hl[28:33] *} `PUT`은 기존 데이터를 **대체**해야 하는 데이터를 받는 데 사용합니다. ### 대체 시 주의사항 { #warning-about-replacing } 즉, `PUT`으로 항목 `bar`를 업데이트하면서 다음과 같은 body를 보낸다면: ```Python { "name": "Barz", "price": 3, "description": None, } ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 4.8K bytes - Click Count (0) -
docs/uk/docs/advanced/additional-responses.md
# Додаткові відповіді в OpenAPI { #additional-responses-in-openapi } /// warning | Попередження Це доволі просунута тема. Якщо ви лише починаєте з **FastAPI**, ймовірно, вам це не потрібно. /// Ви можете оголосити додаткові відповіді з додатковими кодами статусу, типами медіа, описами тощо. Ці додаткові відповіді буде включено до схеми OpenAPI, тож вони з'являться і в документації API.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 11.7K bytes - Click Count (0)