Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 1,767 for patching (0.45 sec)

  1. platforms/core-execution/build-cache/src/main/java/org/gradle/caching/internal/controller/DefaultBuildCacheController.java

    import org.gradle.caching.internal.controller.operations.PackOperationDetails;
    import org.gradle.caching.internal.controller.operations.PackOperationResult;
    import org.gradle.caching.internal.controller.operations.UnpackOperationDetails;
    import org.gradle.caching.internal.controller.operations.UnpackOperationResult;
    import org.gradle.caching.internal.controller.service.BuildCacheLoadResult;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 08 08:29:47 UTC 2024
    - 14K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/maven-publish/conditional-publishing/kotlin/build.gradle.kts

            it.repository == publishing.repositories["external"]
        })
    }
    // end::shorthand-tasks[]
    
    tasks.register("publishForDevelopment") {
        group = "publishing"
        description = "Publishes all Maven publications to the internal Maven repository and the local Maven repository."
        dependsOn(tasks.withType<PublishToMavenRepository>().matching {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/base/CharMatcher.java

       *     sequence is empty
       */
      public boolean matchesNoneOf(CharSequence sequence) {
        return indexIn(sequence) == -1;
      }
    
      /**
       * Returns the index of the first matching BMP character in a character sequence, or {@code -1} if
       * no matching character is present.
       *
       * <p>The default implementation iterates over the sequence in forward order calling {@link
       * #matches} for each character.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/caching/internal/controller/DefaultBuildCacheControllerFactoryTest.groovy

    import org.gradle.caching.BuildCacheServiceFactory
    import org.gradle.caching.configuration.AbstractBuildCache
    import org.gradle.caching.configuration.internal.DefaultBuildCacheConfiguration
    import org.gradle.caching.configuration.internal.DefaultBuildCacheServiceRegistration
    import org.gradle.caching.internal.FinalizeBuildCacheConfigurationBuildOperationType
    import org.gradle.caching.internal.origin.OriginMetadataFactory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:46:34 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/TaskSelectionIntegrationTest.groovy

    class TaskSelectionIntegrationTest extends AbstractIntegrationSpec {
    
        @ToBeFixedForIsolatedProjects(because = "subprojects")
        def "given an unqualified name traverse project tree from current project and select all tasks with matching name"() {
            createDirs("a", "b", "a/a", "b/b")
            settingsFile << "include 'a', 'b', 'a:a', 'b:b'"
    
            buildFile << """
                subprojects {
                    task thing
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/internal/PCHCompileTaskConfig.java

            binary.binaryInputs(task.getOutputs().getFiles().getAsFileTree().matching(new PatternSet().include("**/*.obj", "**/*.o")));
    
            PreCompiledHeader pch = binary.getPrefixFileToPCH().get(sourceSet.getPrefixHeaderFile());
            pch.setPchObjects(task.getOutputs().getFiles().getAsFileTree().matching(new PatternSet().include("**/*.pch", "**/*.gch")));
            pch.builtBy(task);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/caching/internal/services/DefaultBuildCacheControllerFactory.java

    import org.gradle.caching.internal.controller.service.BuildCacheServicesConfiguration;
    import org.gradle.caching.internal.origin.OriginMetadataFactory;
    import org.gradle.caching.internal.packaging.BuildCacheEntryPacker;
    import org.gradle.caching.local.DirectoryBuildCache;
    import org.gradle.caching.local.internal.DirectoryBuildCacheService;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 17:08:26 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  8. .teamcity/test-buckets.json

    				},
    				"subprojects":[
    					"kotlin-dsl-tooling-builders",
    					"execution-e2e-tests",
    					"declarative-dsl-provider",
    					"platform-native",
    					"version-control",
    					"file-watching",
    					"jacoco",
    					"ivy",
    					"testing-native",
    					"maven",
    					"integ-test"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  9. istioctl/pkg/describe/describe_test.go

    			args: strings.Split("service productpage", " "),
    			expectedOutput: `Service: productpage
    DestinationRule: productpage for "productpage"
       WARNING POD DOES NOT MATCH ANY SUBSETS.  (Non matching subsets v1)
       Matching subsets: 
          (Non-matching subsets v1)
       No Traffic Policy
    VirtualService: bookinfo
       Route to host "productpage" with weight 30%
       Route to host "productpage2" with weight 20%
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:54:01 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/DefaultModuleVersionSelectorTest.groovy

            def selector = newSelector(UTIL, "1.0")
            def matching = newId(UTIL, "1.0")
    
            def differentGroup = newId("xorg", "util", "1.0")
            def differentName = newId("org", "xutil", "1.0")
            def differentVersion = newId("org", "xutil", "x1.0")
    
            expect:
            selector.matchesStrictly(matching)
    
            !selector.matchesStrictly(differentGroup)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top