Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 911 for 50$ (0.13 sec)

  1. platforms/ide/ide-plugins/src/integTest/resources/org/gradle/plugins/ide/eclipse/EclipseIntegrationTest/canCreateAndDeleteMetaData/expectedFiles/webAppWithVarsWtpFacet.xml

    <faceted-project>
    	<fixed facet="jst.java"/>
    	<fixed facet="jst.web"/>
    	<installed facet="jst.web" version="2.4"/>
    	<installed facet="jst.java" version="5.0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 179 bytes
    - Viewed (0)
  2. platforms/ide/ide-plugins/src/integTest/resources/org/gradle/plugins/ide/eclipse/EclipseIntegrationTest/canCreateAndDeleteMetaData/expectedFiles/webserviceWtpFacet.xml

    <faceted-project>
    	<fixed facet="jst.java"/>
    	<fixed facet="jst.web"/>
    	<installed facet="jst.web" version="2.4"/>
    	<installed facet="jst.java" version="5.0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 179 bytes
    - Viewed (0)
  3. testing/internal-performance-testing/src/test/groovy/org/gradle/performance/ResultSpecification.groovy

            result1.version('5.0-mockbaseline-1').results.addAll(measuredOperations([1]))
            result1.version('master').results.addAll(measuredOperations([2]))
    
            CrossVersionPerformanceResults result2 = crossVersionResults([startTime: 200])
            result2.version('5.0-mockbaseline-2').results.addAll(measuredOperations([2, 2]))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/experimental/tac/execution_metadata_exporter_test.cc

      %1 = "tfl.mul"(%0, %arg2) {fused_activation_function = "RELU6", per_device_costs = {CPU = 5.0 : f32, GPU = 1.0 : f32}, tac.device = "GPU"} : (tensor<1xf32>, tensor<1xf32>) -> tensor<1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 06:11:34 UTC 2024
    - 6K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl-integ-tests/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/plugins/PrecompiledKotlinPluginCrossVersionSpec.groovy

        }
    
        def "precompiled Kotlin plugins can be used with current Gradle version when built with Gradle 5.0+"() {
            assumeTrue(previous.version >= GradleVersion.version('5.0'))
    
            // See https://github.com/gradle/gradle/issues/24754
            assumeFalse("broken", previous.version == GradleVersion.version("8.1"))
    
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-groovy/src/crossVersionTest/groovy/org/gradle/integtests/StaticGroovyTaskSubclassingBinaryCompatibilityCrossVersionSpec.groovy

     * broke compatibility with plugins compiled with Gradle 4.x. And that's why the first version we test with now is
     * Gradle 5.0.
     */
    @TargetVersions("5.0+")
    class StaticGroovyTaskSubclassingBinaryCompatibilityCrossVersionSpec extends CrossVersionIntegrationSpec {
    
        @Issue("https://github.com/gradle/gradle/issues/6027")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 12:37:02 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  7. tests/test_tutorial/test_query_params_str_validations/test_tutorial010.py

                                            {
                                                "type": "string",
                                                "minLength": 3,
                                                "maxLength": 50,
                                                "pattern": "^fixedquery$",
                                            },
                                            {"type": "null"},
                                        ],
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  8. tests/test_tutorial/test_query_params_str_validations/test_tutorial010_an_py310.py

                                            {
                                                "type": "string",
                                                "minLength": 3,
                                                "maxLength": 50,
                                                "pattern": "^fixedquery$",
                                            },
                                            {"type": "null"},
                                        ],
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/readme.md

    ### Executing with Kotlin scripts on Gradle Version prior to 5.0.
        
    This will result in an invocation as if no script is present and you'll be puzzled why nothing you wrote in the script is happening.
    The reason is that Kotlin DSL was introduced in Gradle 5.0. Older Gradle versions simply ignore Kotlin scripts.
    The solution is to use a `groovy` script since it works on all Gradle Versions. 
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 19 21:50:04 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  10. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/AbstractCaseVfsRelativePathTest.groovy

            "hello/world"       | "/var/hello1/other"     | 5      | 0
            "hello1/world"      | "/var/hello/other"      | 5      | 0
            "hello/world/some"  | "/var/hello/other"      | 5      | 5
            "hello/world"       | "/var/hello1/other"     | 5      | 0
            "bbc/some"          | "/var/abc/other"        | 5      | 0
            "hello/world/some"  | "/var/hello/other"      | 1      | 0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 9.3K bytes
    - Viewed (0)
Back to top