Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,659 for Osage (0.04 sec)

  1. cmd/data-usage-cache_gen_test.go

    Krishnan Parthasarathi <******@****.***> 1705132268 -0800
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jan 13 07:51:08 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  2. cmd/data-usage-cache_test.go

    Krishnan Parthasarathi <******@****.***> 1705132268 -0800
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jan 13 07:51:08 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. cmd/data-usage-cache_gen.go

    Krishnan Parthasarathi <******@****.***> 1711041695 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 100.8K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/transform/ConsumerProvidedVariantFinderTest.groovy

            def intermediate2 = AttributeTestUtil.attributes([usage: "intermediate2"])
    
            def compatible = AttributeTestUtil.attributes([usage: "compatible"])
            def compatible2 = AttributeTestUtil.attributes([usage: "compatible2"])
    
            def incompatible = AttributeTestUtil.attributes(usage: "incompatible")
            def incompatible2 = AttributeTestUtil.attributes([usage: "incompatible2"])
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 22.7K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/api/internal/artifacts/JavaEcosystemSupportTest.groovy

                usage(Usage.JAVA_API),
                usage(JavaEcosystemSupport.DEPRECATED_JAVA_API_JARS),
                usage(Usage.JAVA_RUNTIME),
                usage(JavaEcosystemSupport.DEPRECATED_JAVA_RUNTIME_JARS)
            )
            MultipleCandidatesDetails details = new DefaultMultipleCandidateResult(usage(consumer), candidates.collect { usage(it)} as Set)
    
            when:
            rules.execute(details)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/ExclusiveVariantsIntegrationTest.groovy

                            attribute(Usage.USAGE_ATTRIBUTE, objects.named(Usage, Usage.JAVA_RUNTIME))
                            attribute(Category.CATEGORY_ATTRIBUTE, objects.named(Category, "custom"))
                        }
                    }
    
                    sample2 {
                        assert canBeResolved
    
                        attributes {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 05 20:34:52 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/external/model/PreferJavaRuntimeVariantTest.groovy

            Usage.JAVA_API     | [Usage.JAVA_API, "unknown", Usage.JAVA_RUNTIME] | false
            Usage.JAVA_RUNTIME | [Usage.JAVA_API, "unknown", Usage.JAVA_RUNTIME] | false
            "unknown"          | [Usage.JAVA_API, "unknown", Usage.JAVA_RUNTIME] | false
    
            count = choosesRuntime ? 1 : 0
        }
    
        private static Usage usage(String name) {
            TestUtil.objectFactory().named(Usage, name)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/model/DefaultAttributeMatcherTest.groovy

                }
            }
            schema.attribute(usage)
            schema.accept(usage, "requested", "compatible")
            schema.accept(usage, "requested", "best")
            schema.select(usage, rule)
    
            def candidate1 = attributes(usage: "compatible")
            def candidate2 = attributes(usage: "no match")
            def candidate3 = attributes(usage: "best")
            def candidate4 = attributes()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  9. platforms/jvm/java-platform/src/test/java/org/gradle/internal/component/model/JavaEcosystemAttributeMatcherTest.groovy

                                attributes(Usage.JAVA_API, LibraryElements.CLASSES, 9)]
            def runtimeElements9 = [attributes(Usage.JAVA_RUNTIME, LibraryElements.JAR, 9),
                                    attributes(Usage.JAVA_RUNTIME, LibraryElements.CLASSES, 9)]
    
            def apiElements11 = [attributes(Usage.JAVA_API, LibraryElements.JAR, 11),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  10. platforms/jvm/plugins-java-library/src/integTest/groovy/org/gradle/java/JavaLibraryOutgoingVariantsIntegrationTest.groovy

            """)
        }
    
        def "provides API classes variant"() {
            buildFile << """
                project(':consumer') {
                    apply plugin: 'jvm-ecosystem'
                    configurations.consume.attributes.attribute(Usage.USAGE_ATTRIBUTE, objects.named(Usage, Usage.JAVA_API))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 15.2K bytes
    - Viewed (0)
Back to top