Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,004 for patching (0.18 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/resolver/ResourceVersionLister.java

                    List<String> matching = listedVersions.stream()
                        .filter(version -> regexPattern.matcher(currentVersionListPattern.getPath().replace(REVISION_TOKEN, version)).matches())
                        .collect(Collectors.toList());
                    if (!matching.isEmpty()) {
                        LOGGER.debug("Filtered out {} from results for overlapping match with {}", matching, otherVersionListPattern);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/variant_attributes.adoc

    [[variant_attributes]]
    = Working with Variant Attributes
    
    As explained in the section on <<variant_model.adoc#sec:variant-aware-matching,variant aware matching>>, attributes give semantics to variants and are used by Gradle's dependency management engine to select the best matching variant.
    
    As a user of Gradle, attributes are often hidden as implementation details.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 18:51:23 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/ModuleVersionNotFoundExceptionTest.groovy

    Required by:
        org:a:1.2 > org:b:5 > org:c:1.0''')
            onePath.stackTrace == exception.stackTrace
        }
    
        def "formats message for selector and locations when versions are rejected by attribute matching"() {
            def versions = [
                    rejectedByAttributes('1.1', [color: ['red', 'blue', false]]),
                    rejectedByAttributes('1.0', [color: ['red', 'green', false]]),
            ]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiIdeaProjectIntegrationTest.groovy

            """
    
            when: "fetching without Isolated Projects"
            def originalIdeaModel = fetchModel(IdeaProject)
    
            then:
            fixture.assertNoConfigurationCache()
            originalIdeaModel.modules.size() == 3
            originalIdeaModel.modules.every { it.children.isEmpty() } // IdeaModules are always flattened
    
            when: "fetching with Isolated Projects"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/api/internal/file/DefaultSourceDirectorySetTest.groovy

        }
    
        void viewsHaveSameDisplayNameAsSet() {
            expect:
            set.sourceDirectories.toString() == '<display-name>'
            set.asFileTree.toString() == '<display-name>'
            set.matching {}.toString() == '<display-name>'
        }
    
        void isEmptyWhenNoSourceDirectoriesSpecified() {
            expect:
            set.empty
            set.files.empty
            set.sourceDirectories.empty
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 28 15:32:09 UTC 2022
    - 14.4K bytes
    - Viewed (0)
  6. platforms/core-execution/file-watching/src/test/groovy/org/gradle/internal/watch/vfs/impl/WatchingVirtualFileSystemTest.groovy

            locationsUpdatedByCurrentBuild,
            watchableFileSystemDetector,
            fileChangeListeners
        )
    
        def "invalidates the virtual file system before and after the build when watching is disabled"() {
            when:
            watchingVirtualFileSystem.updateRootUnderLock { root -> nonEmptySnapshotHierarchy }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/file/CopySpec.java

        /**
         * Specifies whether case-sensitive pattern matching should be used.
         *
         * @return true for case-sensitive matching.
         */
        boolean isCaseSensitive();
    
        /**
         * Specifies whether case-sensitive pattern matching should be used for this CopySpec.
         *
         * @param caseSensitive true for case-sensitive matching.
         */
        void setCaseSensitive(boolean caseSensitive);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 16 22:05:15 UTC 2022
    - 12.2K bytes
    - Viewed (0)
  8. testing/soak/src/integTest/kotlin/org/gradle/kotlin/dsl/caching/ScriptCachingIntegrationTest.kt

    import org.gradle.kotlin.dsl.caching.fixtures.cachedProjectScript
    import org.gradle.kotlin.dsl.caching.fixtures.cachedSettingsFile
    import org.gradle.kotlin.dsl.caching.fixtures.cachedSettingsScript
    import org.gradle.kotlin.dsl.caching.fixtures.classLoadingCache
    import org.gradle.kotlin.dsl.caching.fixtures.compilationCache
    import org.gradle.kotlin.dsl.caching.fixtures.compilationTrace
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:33:23 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/caching/ComponentMetadataSupplierRuleExecutorTest.groovy

            'regular module caching'                           | false    | false       | false   | TestSupplier
            'regular module caching (--refresh-dependencies)'  | false    | true        | false   | TestSupplier
            'changing module caching'                          | true     | false       | false   | TestSupplier
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/gen_test.go

    	}
    	return ftr
    }
    
    var noextra = make(map[string][]string)
    
    // Generate one valid PolicyRulesWithSubjects.  Also returns: matching
    // resource-style digests, matching non-resource-style digests,
    // skipping (i.e., not matching the generated rule) resource-style
    // digests, skipping non-resource-style digests.  When a collection of
    // rules is generated with unique prefixes, the skipping digests for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
Back to top