Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sub_components_ (0.19 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/projectmodule/DefaultProjectDependencyPublicationResolver.java

                        ));
                    }
                });
                return result;
            }
        }
    
        /**
         * Walks a composite component and its subcomponents to determine coordinates of each variant.
         */
        private static class ComponentWalker {
    
            interface ComponentVisitor<T> {
                void visitVariant(SoftwareComponentVariant variant, T coordinates);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. src/net/url/url.go

    //
    // URLs that do not start with a slash after the scheme are interpreted as:
    //
    //	scheme:opaque[?query][#fragment]
    //
    // The Host field contains the host and port subcomponents of the URL.
    // When the port is present, it is separated from the host with a colon.
    // When the host is an IPv6 address, it must be enclosed in square brackets:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 36.1K bytes
    - Viewed (0)
Back to top