- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 160 for injecting (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/app/service/RequestHeaderService.java
/** * Fess configuration settings. */ @Resource protected FessConfig fessConfig; /** * Default constructor for RequestHeaderService. * Initializes the service with dependency injection. */ public RequestHeaderService() { // Default constructor } /** * Retrieves a paginated list of request headers based on the provided pager criteria. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.2K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
} // lifecycle bindings injection lifecycleBindingsInjector.injectLifecycleBindings(resultModel, request, problems); } // dependency management import importDependencyManagement(resultModel, request, problems, imports); // dependency management injection dependencyManagementInjector.injectManagement(resultModel, request, problems);Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Mar 30 23:08:08 GMT 2025 - 55.3K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/management/DefaultPluginManagementInjector.java
import org.apache.maven.model.building.ModelBuildingRequest; import org.apache.maven.model.building.ModelProblemCollector; import org.apache.maven.model.merge.MavenModelMerger; /** * Handles injection of plugin management into the model. * * @deprecated use {@code org.apache.maven.api.services.ModelBuilder} instead */ @SuppressWarnings({"checkstyle:methodname"}) @Named @Singleton @Deprecated(since = "4.0.0")Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 4.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/math/MathPreconditionsTest.java
* We never want to pass null for them, so we haven't annotated them to say that null is * allowed. But at the same time, it seems wasteful to bother inserting the checkNotNull calls * that NullPointerTester wants. * * (This empty method disables the automatic null testing provided by PackageSanityTests.) */ }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 05:21:26 GMT 2026 - 8.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultMojoExecutionConfigurator.java
private final MessageBuilderFactory messageBuilderFactory; /** * Default ctor is used in IT and most probably some 3rd party code. For those cases, we do provide sane defaults * but given this is a component, injection should be used, replacing direct instantiation. * * @deprecated Do not use this ctor directly, inject this component instead. */ @Deprecated public DefaultMojoExecutionConfigurator() {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 7.3K bytes - Click Count (0) -
docs/tr/docs/tutorial/dependencies/classes-as-dependencies.md
# Dependency Olarak Class'lar { #classes-as-dependencies } **Dependency Injection** sistemine daha derinlemesine geçmeden önce, bir önceki örneği geliştirelim. ## Önceki Örnekten Bir `dict` { #a-dict-from-the-previous-example } Önceki örnekte, dependency'mizden ("dependable") bir `dict` döndürüyorduk: {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[9] *} Ama sonra *path operation function* içindeki `commons` parametresinde bir `dict` alıyoruz.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 12:41:38 GMT 2026 - 7.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/PruneChangelogsTask.java
+ "\n" ); } } } /** * Find the releases prior to the supplied version, and find the changelog files in those releases by inspecting the * git trees at each tag. * <p> * If the supplied version is the very first in a new major series, then the method will look tag in the previousCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 24 10:57:02 GMT 2021 - 6.6K bytes - Click Count (0) -
docs/fr/docs/tutorial/dependencies/sub-dependencies.md
async def needy_dependency(fresh_value: str = Depends(get_value, use_cache=False)): return {"fresh_value": fresh_value} ``` //// ## Récapituler { #recap } En dehors de tout le jargon utilisé ici, le système d'**injection de dépendances** est assez simple. Ce ne sont que des fonctions qui ressemblent aux *fonctions de chemin d'accès*.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 4.2K bytes - Click Count (0) -
MODULE.bazel
"tflite_mobilenet_ssd", "tflite_mobilenet_ssd_quant", "tflite_mobilenet_ssd_quant_protobuf", "tflite_ovic_testdata", "vulkan_headers", "xctestrunner", ) # TODO: Remove this injection once xprof is updated. inject_repo( tf_third_party, com_github_nlohmann_json = "nlohmann_json_lib", ) pybind11_internal_configure = use_extension( "@pybind11_bazel//:internal_configure.bzl",
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Apr 02 01:32:13 GMT 2026 - 11K bytes - Click Count (0) -
docs/es/docs/tutorial/security/get-current-user.md
/// ## Otros modelos { #other-models } Ahora puedes obtener el usuario actual directamente en las *path operation functions* y manejar los mecanismos de seguridad a nivel de **Dependency Injection**, usando `Depends`. Y puedes usar cualquier modelo o datos para los requisitos de seguridad (en este caso, un modelo de Pydantic `User`). Pero no estás limitado a usar algún modelo de datos, clase o tipo específico.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:41:41 GMT 2026 - 4.4K bytes - Click Count (0)