Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 703 for SHOW (0.05 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ResolvedArtifactsApiIntegrationTest.groovy

                        }
                    }
                }
            }
        }
    }
    
    task show {
        def artifacts = configurations.compile.${expression}
        doLast {
            println "files: " + artifacts.collect { it.file.name }
            throw new RuntimeException()
        }
    }
    """
    
            when:
            fails 'show'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 22:29:19 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_list_deprecated.txt

    # 'go list pkg' does not show deprecation.
    go list example.com/deprecated/a
    stdout '^example.com/deprecated/a$'
    
    # 'go list -m' does not show deprecation.
    go list -m example.com/deprecated/a
    stdout '^example.com/deprecated/a v1.9.0$'
    
    # 'go list -m -versions' does not show deprecation.
    go list -m -versions example.com/deprecated/a
    stdout '^example.com/deprecated/a v1.0.0 v1.9.0$'
    
    # 'go list -m -u' shows deprecation.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 17:25:54 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. platforms/core-configuration/file-collections/src/integTest/groovy/org/gradle/api/file/FileCollectionLifecycleIntegrationTest.groovy

                thing.generatedFiles.from(generateFile)
                thing.generatedFiles.finalizeValueOnRead()
    
                task show {
                    dependsOn thing.generatedFiles
                }
            """
            when:
            run("show")
            then:
            result.assertTasksExecuted(":generate", ":show")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 10:55:07 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_get_deprecated.txt

    # 'go get pkg' should not show a deprecation message for an unrelated module.
    go get ./use/nothing
    ! stderr 'module.*is deprecated'
    
    # 'go get pkg' should show a deprecation message for the module providing pkg.
    go get example.com/deprecated/a
    stderr '^go: module example.com/deprecated/a is deprecated: in example.com/deprecated/a@v1.9.0$'
    go get example.com/deprecated/a@v1.0.0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  5. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/reporting/dependents/DependentComponentsReportIntegrationTest.groovy

            output.contains("Displays the dependent components of components in root project 'test'. [deprecated]")
            output.contains("--all     Show all components (non-buildable and test suites).")
            output.contains("--non-buildable     Show non-buildable components.")
            output.contains("--test-suites     Show test suites components.")
            output.contains("--component     Component to generate the report for (can be specified more than once).")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 16 17:32:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ResolvedConfigurationApiIntegrationTest.groovy

            m2.pom.expectGetUnauthorized()
            def m3 = mavenHttpRepo.module("test", "test3", "1.2").publish()
            m3.pom.expectGet()
    
            fails("show")
    
            then:
            failure.assertHasDescription("Execution failed for task ':show'.")
            failure.assertHasCause("Could not resolve all artifacts for configuration ':compile'.")
            failure.assertHasCause("Could not find test:test1:1.2.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 30 18:17:47 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ExternalModuleVariantsIntegrationTest.groovy

                    compile 'test:test:1.2:util'
                    compile 'test:test:1.2:util@aar'
                    compile('test:test-api:1.2') { targetConfiguration = 'compile' }
                }
                task show {
                    def artifacts = configurations.compile.incoming.artifacts
                    inputs.files artifacts.artifactFiles
                    doLast {
                        artifacts.each {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 21K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.html

      </div>
      <div id="action-menu" class="submenu">
        <span id="action-title"></span>
        <hr>
        <a title="{{.Help.list}}" id="action-source" href="./source">Show source code</a>
        <a title="{{.Help.list}}" id="action-source-tab" href="./source" target="_blank">Show source in new tab</a>
        <hr>
        <a title="{{.Help.focus}}" id="action-focus" href="?">Focus</a>
        <a title="{{.Help.ignore}}" id="action-ignore" href="?">Ignore</a>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 1K bytes
    - Viewed (1)
  9. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/performanceGraph.js

            const plot = plots[chartId];
            const plotData = plot.getData();
            $.each(plotData, function (index, value) {
                if (value.label == label) {
                    value.points.show = value.lines.show = !value.lines.show;
                }
            });
            plot.setData(plotData);
            plot.draw();
        };
    
        function renderGraphs(allDataJson, charts) {
            charts.forEach(chart => {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/providers/propertyConvention/tests/propertyConvention.sample.conf

    # tag::cli[]
    # gradle show
    # end::cli[]
    executable: gradle
    args: show
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 115 bytes
    - Viewed (0)
Back to top