Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for dependency (0.26 sec)

  1. 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>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  2. fastapi/routing.py

                    solved_result = await solve_dependencies(
                        request=request,
                        dependant=dependant,
                        body=body,
                        dependency_overrides_provider=dependency_overrides_provider,
                        async_exit_stack=async_exit_stack,
                    )
                    values, errors, background_tasks, sub_response, _ = solved_result
                    if not errors:
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 170.1K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDataClassConverters.kt

                token,
            )
        }
        add(FirErrors.MISSING_DEPENDENCY_CLASS) { firDiagnostic ->
            MissingDependencyClassImpl(
                firSymbolBuilder.typeBuilder.buildKtType(firDiagnostic.a),
                firDiagnostic as KtPsiDiagnostic,
                token,
            )
        }
        add(FirErrors.MISSING_DEPENDENCY_CLASS_IN_EXPRESSION_TYPE) { firDiagnostic ->
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 24 09:49:26 GMT 2024
    - 208.3K bytes
    - Viewed (0)
  4. 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)
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  5. fastapi/applications.py

                ),
            ] = State()
            self.dependency_overrides: Annotated[
                Dict[Callable[..., Any], Callable[..., Any]],
                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.
    
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 172.2K bytes
    - Viewed (0)
  6. android/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.
       */
      static class ManualSerializationProxy<K, V> extends ForwardingCache<K, V>
          implements Serializable {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
  7. 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.
       */
      static class ManualSerializationProxy<K, V> extends ForwardingCache<K, V>
          implements Serializable {
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
  8. doc/go1.17_spec.html

    Import declaration          Local name of Sin
    
    import   "lib/math"         math.Sin
    import m "lib/math"         m.Sin
    import . "lib/math"         Sin
    </pre>
    
    <p>
    An import declaration declares a dependency relation between
    the importing and imported package.
    It is illegal for a package to import itself, directly or indirectly,
    or to directly import a package without
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    xusContainer) throws ComponentReloadingEx; } org/codehaus/plexus/component/repository/ComponentDependency.class package org.codehaus.plexus.component.repository; public synchronized class ComponentDependency { private static final String DEAULT_DEPENDENCY_TYPE = jar; private String groupId; private String artifactId; private String type; private String version; public void ComponentDependency(); public String getArtifactId(); public void setArtifactId(String); public String getGroupId(); public void...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 233.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    xusContainer) throws ComponentReloadingEx; } org/codehaus/plexus/component/repository/ComponentDependency.class package org.codehaus.plexus.component.repository; public synchronized class ComponentDependency { private static final String DEAULT_DEPENDENCY_TYPE = jar; private String groupId; private String artifactId; private String type; private String version; public void ComponentDependency(); public String getArtifactId(); public void setArtifactId(String); public String getGroupId(); public void...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 233.3K bytes
    - Viewed (0)
Back to top