- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for dependency_b (0.06 seconds)
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
T merge(T u, T v); } /** * KeyComputer for Dependency */ private final class DependencyKeyComputer implements KeyComputer<Dependency> { @Override public Object key(Dependency dependency) { return getDependencyKey(dependency); } } /** * KeyComputer for License */
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0) -
.teamcity/test-buckets.json
{ "subprojects": [ "tooling-api" ], "parallelizationMethod": { "name": "TestDistribution" } }, { "subprojects": [ "dependency-management" ], "parallelizationMethod": { "name": "TestDistribution" } }, { "subprojects": [ "core" ],Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Aug 01 00:23:04 GMT 2025 - 119.4K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<description>Default dependency information for projects that inherit from this one. The dependencies in this section are not immediately resolved. Instead, when a POM derived from this one declares a dependency described by a matching groupId and artifactId, the version and other values from this section are used for that dependency if they were not already specified.</description>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0) -
fastapi/applications.py
Doc( """ A dictionary with overrides for the dependencies. Each key is the original dependency callable, and the value is the actual dependency that should be called. This is for testing, to replace expensive dependencies with testing versions. Read more about it in the
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 176.3K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.5.md
- [Notable Changes to Existing Behavior](#notable-changes-to-existing-behavior) - [Deprecations](#deprecations) - [Action Required Before Upgrading](#action-required-before-upgrading) - [External Dependency Version Information](#external-dependency-version-information) - [Changelog since v1.5.0-beta.3](#changelog-since-v150-beta3) - [Other notable changes](#other-notable-changes-7)Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 136.4K bytes - Click Count (0) -
fastapi/routing.py
if not response_awaited: raise FastAPIError( "Response not awaited. There's a high chance that the " "application code is raising an exception and a dependency with yield " "has a block with a bare except, or a block with except Exception, " "and is not raising the exception again. Read more about it in the "Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 174.6K bytes - Click Count (0) -
guava/src/com/google/common/cache/LocalCache.java
* upon deserialization. An instance of this class is fit for use by the writeReplace of * LocalManualCache. * * <p>Unfortunately, readResolve() doesn't get called when a circular dependency is present, so * the proxy must be able to behave as the cache itself. */ private static class ManualSerializationProxy<K, V> extends ForwardingCache<K, V> implements Serializable {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Sep 11 19:35:11 GMT 2025 - 148.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} } /** * Initializes the search engine client and configures indices. * Called automatically after dependency injection is complete. */ @PostConstruct public void open() { if (logger.isDebugEnabled()) { logger.debug("Initializing {}", this.getClass().getSimpleName()); }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 122.4K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.35.md
- Reduced event spam during volume operation errors in the Portworx in-tree driver. ([#135081](https://github.com/kubernetes/kubernetes/pull/135081), [@gohilankit](https://github.com/gohilankit)) - Removed `rsync` as a dependency to build Kubernetes. ([#134656](https://github.com/kubernetes/kubernetes/pull/134656), [@BenTheElder](https://github.com/BenTheElder)) [SIG Release and Testing]
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Dec 17 13:01:55 GMT 2025 - 228.5K bytes - Click Count (0) -
src/main/webapp/js/admin/bootstrap.min.js.map
nt(this._element)\n\n $(parent).trigger(showEvent)\n\n if (showEvent.isDefaultPrevented()) {\n return\n }\n\n // Totally disable Popper for Dropdowns in Navbar\n if (!this._inNavbar && usePopper) {\n // Check for Popper dependency\n if (typeof Popper === 'undefined') {\n throw new TypeError('Bootstrap\\'s dropdowns require Popper (https://popper.js.org)')\n }\n\n let referenceElement = this._element\n\n if (this._config.reference === 'parent') {\n...
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 180.9K bytes - Click Count (0)