- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 228 for composants (0.04 sec)
-
android/guava/src/com/google/common/eventbus/EventBus.java
* * <h2>Avoid EventBus</h2> * * <p><b>We recommend against using EventBus.</b> It was designed many years ago, and newer * libraries offer better ways to decouple components and react to events. * * <p>To decouple components, we recommend a dependency-injection framework. For Android code, most * apps use <a href="https://dagger.dev">Dagger</a>. For server code, common options include <a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 12.7K bytes - Viewed (0) -
src/test/java/jcifs/context/BaseContextTest.java
} } @Test @DisplayName("Context components should maintain consistent state") void testComponentStateConsistency() { // When - get components multiple times Configuration config1 = context.getConfig(); Configuration config2 = context.getConfig(); DfsResolver dfs1 = context.getDfs();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 15.1K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/index.md
# Dependencies { #dependencies } **FastAPI** has a very powerful but intuitive **<abbr title="also known as components, resources, providers, services, injectables">Dependency Injection</abbr>** system. It is designed to be very simple to use, and to make it very easy for any developer to integrate other components with **FastAPI**. ## What is "Dependency Injection" { #what-is-dependency-injection }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 9.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/RequestWithPath.java
String getFullUNCPath(); /** * Sets the path to the resource. * * @param path the path to set */ void setPath(String path); /** * Sets the full UNC path components. * * @param domain the domain name * @param server the server name * @param fullPath the full UNC path */ void setFullUNCPath(String domain, String server, String fullPath); /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
docs/en/docs/project-generation.md
- ๐ [React](https://react.dev) for the frontend. - ๐ Using TypeScript, hooks, [Vite](https://vitejs.dev), and other parts of a modern frontend stack. - ๐จ [Chakra UI](https://chakra-ui.com) for the frontend components. - ๐ค An automatically generated frontend client. - ๐งช [Playwright](https://playwright.dev) for End-to-End testing. - ๐ฆ Dark mode support.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/jcifs/util/ServerResponseValidator.java
throw new SmbException("Path contains directory traversal"); } // Check individual components String[] components = path.split("[/\\\\]"); for (String component : components) { if (component.length() > MAX_PATH_COMPONENT_SIZE) { failedValidations.incrementAndGet();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/cache/package-info.java
* specific language governing permissions and limitations * under the License. */ /** * Provides a caching infrastructure for Maven requests and their results. * <p> * This package contains the core components for implementing and managing caches in Maven: * <ul> * <li>{@link org.apache.maven.api.cache.RequestCache} - The main interface for caching request results</li>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/validation/FessActionValidator.java
*/ public class FessActionValidator<MESSAGES extends UserMessages> extends ActionValidator<MESSAGES> { /** * Constructs a new FessActionValidator with the specified components. * * @param requestManager the request manager for handling HTTP requests * @param messagesCreator the creator for user messages * @param runtimeGroups the runtime validation groups */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/PurgeDocJobTest.java
} @Override public String getIndexDocumentUpdateIndex() { return documentUpdateIndex; } }; // Register components ComponentUtil.register(searchEngineClient, "searchEngineClient"); ComponentUtil.setFessConfig(fessConfig); } @Override public void tearDown() throws Exception { super.tearDown();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 16.1K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/toolchain/ToolchainPrivate.java
* under the License. */ package org.apache.maven.toolchain; import java.util.Map; import org.apache.maven.toolchain.model.ToolchainModel; /** * a private contract between the toolchains plugin and the components. * * @deprecated Use {@link org.apache.maven.api.Toolchain} instead. */ @Deprecated(since = "4.0.0") public interface ToolchainPrivate extends Toolchain { /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Feb 12 13:13:28 UTC 2025 - 1.6K bytes - Viewed (0)