Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 336 for Display (0.13 sec)

  1. subprojects/core/src/main/java/org/gradle/groovy/scripts/ScriptSource.java

         */
        String getDisplayName();
    
        /**
         * Returns a long display name for this script. The long description should use absolute paths and assume no particular context.
         */
        DisplayName getLongDisplayName();
    
        /**
         * Returns a short display name for this script. The short description may use relative paths.
         */
        DisplayName getShortDisplayName();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 27 05:02:53 UTC 2020
    - 1.9K bytes
    - Viewed (0)
  2. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/operations/dependencies/transforms/ExecutePlannedTransformStepBuildOperationType.java

            Class<?> getTransformActionClass();
    
            /**
             * Returns the display name of the transformer.
             *
             * Not used by build scans but for TAPI events in {@code TransformOperationMapper}.
             */
            @NotUsedByScanPlugin
            String getTransformerName();
    
            /**
             * Returns the display name of the transform step subject.
             *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 10 08:07:59 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/UnmanagedElementIntegrationTest.groovy

                    println "name: $thing.name"
                    println "display-name: $thing.displayName"
                }
            }
        }
    }
    
    apply plugin: Rules
    '''
    
            when:
            run("show")
    
            then:
            output.contains("thing: Thing 'thing'")
            output.contains("name: thing")
            output.contains("display-name: Thing 'thing'")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/internal/report/stacks.go

    	FileName   string
    	UniqueName string // Disambiguates functions with same names
    	Inlined    bool   // If true this source was inlined into its caller
    
    	// Alternative names to display (with decreasing lengths) to make text fit.
    	// Guaranteed to be non-empty.
    	Display []string
    
    	// Places holds the list of stack slots where this source occurs.
    	// In particular, if [a,b] is an element in Places,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/envoy/configdump/testdata/ecds/output.json

                    "@type": "type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig",
                    "name": "default.display-metadata",
                    "typedConfig": {
                        "@type": "type.googleapis.com/envoy.extensions.filters.http.wasm.v3.Wasm",
                        "config": {
                            "name": "default.display-metadata",
                            "vmConfig": {
                                "runtime": "envoy.wasm.runtime.v8",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Dec 24 08:16:26 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  6. platforms/software/resources/src/integTest/groovy/org/gradle/internal/resource/UriTextResourceIntegrationTest.groovy

            given:
            server.start()
            String unknownPath = '/unknown.txt'
            String fullURI = "${server.uri}${unknownPath}"
            UriTextResource resource = new UriTextResource('<display-name>', new URI(fullURI), new IdentityFileResolver())
    
            when:
            server.expect(server.get(unknownPath).missing())
            boolean exists = resource.exists
    
            then:
            !exists
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. platforms/ide/problems-api/src/main/java/org/gradle/problems/Location.java

            this.lineNumber = lineNumber;
        }
    
        /**
         * Returns a long display name for the source file containing this location. The long description should use absolute paths and assume no particular context.
         */
        public DisplayName getSourceLongDisplayName() {
            return sourceLongDisplayName;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 14:02:05 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  8. platforms/software/platform-base/src/test/groovy/org/gradle/language/base/sources/BaseLanguageSourceSetTest.groovy

    import org.gradle.platform.base.internal.DefaultComponentSpecIdentifier
    import org.gradle.util.TestUtil
    import spock.lang.Specification
    
    class BaseLanguageSourceSetTest extends Specification {
        def "has useful display names"() {
            def identifier = new DefaultComponentSpecIdentifier("project", "parent").child("java5").child("test")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  9. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/PerformanceTestHistory.java

            return convertToId(getDisplayName());
        }
    
        static String convertToId(String displayName) {
            return displayName.replaceAll("[^a-zA-Z0-9]", "-");
        }
    
        /**
         * A human consumable display name for this performance test.
         */
        default String getDisplayName() {
            return getExperiment().getDisplayName();
        }
    
        PerformanceExperiment getExperiment();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  10. maven-artifact/src/site/apt/index.apt

     The jar file is executable and provides a little tool to display how Maven parses and compares versions:
    
    +----+
    $ java -jar maven-artifact-*.jar 3.2.4-alpha-1 3.2.4-SNAPSHOT 3.2.4.0
    Display parameters as parsed by Maven (in canonical form) and comparison result:
    1. 3.2.4-alpha-1 == 3.2.4.alpha.1
       3.2.4-alpha-1 < 3.2.4-SNAPSHOT
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Nov 30 20:57:07 UTC 2014
    - 1.7K bytes
    - Viewed (0)
Back to top