- Sort Score
- Num 10 results
- Language All
Results 481 - 490 of 670 for dependente (0.09 seconds)
-
CLAUDE.md
``` ### Testing ```bash mvn test # Run unit tests (*Test.java) mvn test -Dtest=ClassName # Run single unit test # To install fess jar for plugin dependency resolution: # Change pom.xml <packaging>war</packaging> to <packaging>jar</packaging> first mvn clean install -DskipTests # Then revert packaging back to war
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0) -
docs/ja/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
しかし実際のケースでセキュリティを実装する際は、統合された[Security utilities(次の章)](../security/index.md)を使うことで、より多くの利点を得られます。 /// ## 依存関係のエラーと戻り値 { #dependencies-errors-and-return-values } 通常使用している依存関係の*関数*と同じものを使用できます。 ### 依存関係の要件 { #dependency-requirements } これらはリクエストの要件(ヘッダーのようなもの)やその他のサブ依存関係を宣言できます: {* ../../docs_src/dependencies/tutorial006_an_py310.py hl[8,13] *} ### 例外の発生 { #raise-exceptions } これらの依存関係は、通常の依存関係と同じように例外を`raise`できます:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 3.6K bytes - Click Count (0) -
docs/uk/docs/tutorial/dependencies/classes-as-dependencies.md
І ми знаємо, що редактори не можуть надати багато підтримки (наприклад, автодоповнення) для `dict`, адже вони не знають їхніх ключів і типів значень. Можна зробити краще… ## Що робить об’єкт залежністю { #what-makes-a-dependency } Дотепер ви бачили залежності, оголошені як функції. Але це не єдиний спосіб оголошувати залежності (хоча, ймовірно, найпоширеніший). Ключовий момент у тому, що залежність має бути «викликаємим».Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:43:14 GMT 2026 - 9.7K bytes - Click Count (0) -
architecture/standards/0004-use-a-platform-architecture.md
This includes work such as compiling, testing and documenting software, plus sharing that software via publishing and dependency management. This platform is agnostic to what kind of software is being developed. It might be Java or Kotlin libraries running on the JVM, Gradle plugins, Android or iOS applications, C++ libraries, and so on.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 4.5K bytes - Click Count (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild.minify.gradle.kts
// For build operation listener and logging "it.unimi.dsi.fastutil.longs.LongSet", "it.unimi.dsi.fastutil.longs.LongOpenHashSet", "it.unimi.dsi.fastutil.longs.LongSets", // For dependency management "it.unimi.dsi.fastutil.longs.Long2ObjectMap", "it.unimi.dsi.fastutil.longs.Long2ObjectMaps", "it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap", // For the configuration cache moduleCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 18:27:10 GMT 2026 - 5.8K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/DebugResolutionListener.java
logger.warn("\n\tArtifact " + artifact + " retains local artifactScope '" + artifact.getScope() + "' overriding broader artifactScope '" + ignoredScope + "'\n" + "\tgiven by a dependency. If this is not intended, modify or remove the local artifactScope.\n"); ignoredArtifacts.add(artifact); } } @Override public void updateScope(Artifact artifact, String scope) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 5.8K bytes - Click Count (0) -
tests/test_dependency_yield_scope.py
assert data["named_session_open"] is True assert data["session_open"] is True def test_broken_scope() -> None: with pytest.raises( FastAPIError, match='The dependency "get_named_func_session" has a scope of "request", it cannot depend on dependencies with scope "function"', ): @app.get("/broken-scope")
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 6.7K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/type/TypeDeriver.java
import org.slf4j.Logger; import org.slf4j.LoggerFactory; import static java.util.Objects.requireNonNull; /** * Type deriver, that handles special case of "processor" type: if a dependency node is of this type, all of its * children need to be remapped to certain processor type as well, to end up on proper path type. * * @since 4.0.0 * @deprecated since 4.0.0, this is internal detail of Maven. */
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Mar 28 11:22:05 GMT 2026 - 8K bytes - Click Count (0) -
docs/zh/docs/tutorial/security/get-current-user.md
首先,创建 Pydantic 用户模型。 与使用 Pydantic 声明请求体相同,并且可在任何位置使用: {* ../../docs_src/security/tutorial002_an_py310.py hl[5,12:6] *} ## 创建 `get_current_user` 依赖项 { #create-a-get-current-user-dependency } 创建 `get_current_user` 依赖项。 还记得依赖项支持子依赖项吗? `get_current_user` 使用 `oauth2_scheme` 作为依赖项。 与之前直接在路径操作中的做法相同,新的 `get_current_user` 依赖项从子依赖项 `oauth2_scheme` 中接收 `str` 类型的 `token`:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:37:57 GMT 2026 - 3.6K bytes - Click Count (0) -
docs/zh/docs/tutorial/background-tasks.md
`.add_task()` 接收以下参数: * 在后台运行的任务函数(`write_notification`)。 * 应按顺序传递给任务函数的任意参数序列(`email`)。 * 应传递给任务函数的任意关键字参数(`message="some notification"`)。 ## 依赖注入 { #dependency-injection } 使用 `BackgroundTasks` 也适用于依赖注入系统,你可以在多个级别声明 `BackgroundTasks` 类型的参数:在 *路径操作函数* 里,在依赖中(可依赖),在子依赖中,等等。 **FastAPI** 知道在每种情况下该做什么以及如何复用同一对象,因此所有后台任务被合并在一起并且随后在后台运行:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 4.1K bytes - Click Count (0)