- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,109 for modules (0.1 sec)
-
src/vendor/modules.txt
Michael Anthony Knyszek <******@****.***> 1717451199 +0000
Registered: 2024-06-12 16:32 - Last Modified: 2024-06-04 16:19 - 872 bytes - Viewed (0) -
src/cmd/vendor/modules.txt
## explicit; go 1.21 golang.org/x/build/relnote # golang.org/x/mod v0.18.0 ## explicit; go 1.18 golang.org/x/mod/internal/lazyregexp golang.org/x/mod/modfile golang.org/x/mod/module golang.org/x/mod/semver golang.org/x/mod/sumdb golang.org/x/mod/sumdb/dirhash golang.org/x/mod/sumdb/note golang.org/x/mod/sumdb/tlog golang.org/x/mod/zip # golang.org/x/sync v0.7.0 ## explicit; go 1.18
Registered: 2024-06-12 16:32 - Last Modified: 2024-06-04 16:19 - 4.8K bytes - Viewed (0) -
hack/update-internal-modules.sh
Registered: 2024-06-15 01:39 - Last Modified: 2024-03-02 22:38 - 1.6K bytes - Viewed (0) -
hack/verify-internal-modules.sh
set -o errexit set -o nounset set -o pipefail KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. source "${KUBE_ROOT}/hack/lib/verify-generated.sh"
Registered: 2024-06-15 01:39 - Last Modified: 2023-08-22 18:39 - 853 bytes - Viewed (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts
fun ComponentMetadataHandler.declareCapabilityPreference(module: String) { withModule<CapabilityRule>(module) { params(name) params("${providedBy.size + 1}") } } /** * For all modules providing a capability, always use the preferred module, even if there's no conflict. * In other words, will forcefully upgrade all modules providing a capability to a selected module. *
Registered: 2024-06-12 18:38 - Last Modified: 2024-06-05 20:15 - 9.7K bytes - Viewed (0) -
platforms/documentation/docs/src/docs/userguide/img/dependency-management-dependencies-to-modules.png
dependency-management-dependencies-to-modules.png...
Registered: 2024-06-12 18:38 - Last Modified: 2023-11-27 17:53 - 21.8K bytes - Viewed (0) -
platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/ComponentMetadataRulesChangingModulesIntegrationTest.groovy
abstract String getRepoDeclaration() def moduleA = getRepo().module('org.test', 'moduleA', '1.0') def setup() { moduleA.publish() moduleA.allowAll() } def "changing dependency doesn't affect changing flag"() { buildFile << """ $repoDeclaration configurations { modules } class VerifyingRule implements ComponentMetadataRule {
Registered: 2024-06-12 18:38 - Last Modified: 2023-10-10 21:10 - 4.6K bytes - Viewed (0) -
module.xml
<target name="install.module"> <get dest="${target.dir}"> <url url="${repo.url}/${module.groupId}/${module.name.prefix}${module.name}/${module.version}/${module.name.prefix}${module.name}-${module.zip.version}.zip" /> </get> <unzip dest="${modules.dir}/${module.name}" src="${target.dir}/${module.name.prefix}${module.name}-${module.zip.version}.zip"> <patternset> <include name="**" /> </patternset> <cutdirsmapper dirs="1" />
Registered: 2024-06-12 13:08 - Last Modified: 2024-05-16 07:10 - 4.5K bytes - Viewed (0) -
platforms/core-runtime/build-process-services/src/main/java/org/gradle/api/internal/classpath/Module.java
/** * Returns the modules required by this module. */ Set<Module> getRequiredModules(); /** * Returns the transitive closure of all modules required by this module, including the module itself. */ Set<Module> getAllRequiredModules(); /** * Returns the implementation + runtime classpath of the transitive closure of all modules required by this module, including the module itself.
Registered: 2024-06-12 18:38 - Last Modified: 2024-05-24 06:16 - 1.7K bytes - Viewed (0) -
platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r31/PersistentCompositeDependencySubstitutionCrossVersionSpec.groovy
// However, it appears that IDEA 2017 depends on this behaviour, and iterates over the included builds to get all modules allProjects.rootIdeaProject.name == 'buildA' allProjects.rootIdeaProject.modules.collect { it.name } == ['buildA'] def moduleA = allProjects.rootIdeaProject.modules[0] moduleA.dependencies.each {
Registered: 2024-06-12 18:38 - Last Modified: 2024-05-16 10:10 - 8K bytes - Viewed (0)