- Sort Score
- Num 10 results
- Language All
Results 731 - 740 of 943 for warning2 (0.27 seconds)
-
android/guava/src/com/google/common/collect/Ordering.java
* null, null, null]} regardless of the true comparison order of those three values (which might * not even implement {@link Comparable} at all). * * <p><b>Warning:</b> by definition, this comparator is not <i>consistent with equals</i> (as * defined {@linkplain Comparator here}). Avoid its use in APIs, such as {@link * TreeSet#TreeSet(Comparator)}, where such consistency is expected.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 39.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/DataStoreFactoryTest.java
DataStoreFactory testFactory = new DataStoreFactory() { @Override protected List<String> loadDataStoreNameList() { // Will handle exception and log warning return super.loadDataStoreNameList(); } }; List<String> names = testFactory.loadDataStoreNameList(); assertNotNull(names);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.2K bytes - Click Count (0) -
docs/pt/docs/advanced/custom-response.md
O mesmo exemplo de antes, retornando uma `HTMLResponse`, poderia parecer com: {* ../../docs_src/custom_response/tutorial003_py310.py hl[2,7,19] *} /// warning | Atenção Uma `Response` retornada diretamente em sua *função de operação de rota* não será documentada no OpenAPI (por exemplo, o `Content-Type` não será documentado) e não será visível na documentação interativa automática.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 12K bytes - Click Count (0) -
docs/zh/docs/tutorial/schema-extra-example.md
## 技术细节 { #technical-details } /// tip | 提示 如果你已经在使用 FastAPI 版本 0.99.0 或更高版本,你大概率可以跳过这些细节。 它们对更早版本(OpenAPI 3.1.0 尚不可用之前)更相关。 你可以把这当作一堂简短的 OpenAPI 和 JSON Schema 历史课。🤓 /// /// warning | 警告 以下是关于 JSON Schema 和 OpenAPI 标准的非常技术性的细节。 如果上面的思路对你已经足够可用,你可能不需要这些细节,可以直接跳过。 /// 在 OpenAPI 3.1.0 之前,OpenAPI 使用的是一个更旧且经过修改的 JSON Schema 版本。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 8.5K bytes - Click Count (0) -
ci/official/utilities/code_check_full.bats
} @test "No duplicate files on Windows" { cat <<EOF Please rename files so there are no repeats. For example, README.md and Readme.md would be the same file on Windows. In this test, you would get a warning for "readme.md" because it makes everything lowercase. There are repeats of these filename(s) with different casing: EOF find . | tr '[A-Z]' '[a-z]' | sort | uniq -d | tee $BATS_FILE_TMPDIR/repeats
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 28 22:41:17 GMT 2026 - 13.6K bytes - Click Count (0) -
guava/src/com/google/common/base/Equivalence.java
protected abstract boolean doEquivalent(T a, T b); /** * <i>May</i> return {@code true} if {@code object} is a {@code Equivalence} that behaves * identically to this equivalence. * * <p><b>Warning: do not depend</b> on the behavior of this method. * * <p>Historically, {@code Equivalence} instances in this library have implemented this method to
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jul 10 01:47:55 GMT 2025 - 15K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 22.2K bytes - Click Count (0) -
docs/fr/docs/advanced/behind-a-proxy.md
C'est parce que FastAPI utilise ce `root_path` pour créer le `server` par défaut dans OpenAPI avec l'URL fournie par `root_path`. ## Serveurs supplémentaires { #additional-servers } /// warning | Alertes Ceci est un cas d'utilisation plus avancé. N'hésitez pas à l'ignorer. /// Par défaut, **FastAPI** créera un `server` dans le schéma OpenAPI avec l'URL correspondant au `root_path`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 17.4K bytes - Click Count (0) -
docs/pt/docs/advanced/behind-a-proxy.md
Exatamente como queríamos. ✔️ Isso porque o FastAPI usa esse `root_path` para criar o `server` padrão no OpenAPI com o URL fornecido pelo `root_path`. ## Servidores adicionais { #additional-servers } /// warning | Atenção Este é um caso de uso mais avançado. Sinta-se à vontade para pular. /// Por padrão, o **FastAPI** criará um `server` no OpenAPI schema com o URL para o `root_path`.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 16.6K bytes - Click Count (0) -
docs/zh/docs/advanced/security/oauth2-scopes.md
每次你“使用” Facebook、Google、GitHub、Microsoft、X (Twitter) “登录”时,该应用就在使用带作用域的 OAuth2。 本节将介绍如何在你的 **FastAPI** 应用中,使用相同的带作用域的 OAuth2 管理认证与授权。 /// warning | 警告 本节内容相对进阶,如果你刚开始,可以先跳过。 你并不一定需要 OAuth2 作用域,你也可以用你自己的方式处理认证与授权。 但带作用域的 OAuth2 能很好地集成进你的 API(通过 OpenAPI)和 API 文档。 不过,无论如何,你都可以在代码中按需强制这些作用域,或任何其它安全/授权需求。 很多情况下,带作用域的 OAuth2 可能有点“大材小用”。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 13K bytes - Click Count (0)