Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 596 for limiting (0.13 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/http/MetadataSourcesResolveIntegrationTest.groovy

            repository {
                'org.test:projectA' {
                    '1.1'()
                    '1.2'()
                }
            }
            // We are resolving with `gradleMetadata()` metadata: always use a directory listing (and not maven-metadata.xml)
            repository.directoryList('org.test', 'projectA').expectGet()
            repositoryInteractions(HttpRepository.MetadataType.ONLY_GRADLE) {
                'org.test:projectA' {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/exceptions/ExceptionContextVisitor.java

        protected abstract void visitCause(Throwable cause);
    
        protected abstract void visitLocation(String location);
    
        /**
         * Should be called after each time this visitor has finished visiting.
         *
         * This method can be used to perform any cleanup or final processing related
         * to the visitor's purpose.
         */
        protected void endVisiting() {
            // default is no-op
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 13:32:53 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/samples/readme-templates/common-summary.adoc.template

    == Publish a Build Scan
    
    The best way to learn more about what your build is doing behind the scenes, is to publish a link:https://scans.gradle.com[build scan].
    To do so, just run Gradle with the `--scan` flag.
    
    [listing.terminal.sample-command]
    ----
    \$ ./gradlew build --scan
    
    BUILD SUCCESSFUL in 0s
    ${tasksExecuted.raw} actionable tasks: ${tasksExecuted.raw} executed
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 997 bytes
    - Viewed (0)
  4. releasenotes/notes/51081.yaml

    # Valid values are:
    # - traffic-management
    # - security
    # - telemetry
    # - installation
    # - istioctl
    # - documentation
    area: traffic-management
    
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 22:34:29 UTC 2024
    - 1K bytes
    - Viewed (0)
  5. releasenotes/notes/49700.yaml

    area: traffic-management
    
    # issue is a list of GitHub issues resolved in this note.
    # If issue is not in the current repo, specify its full URL instead.
    issue:
    - 49436
    
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/resolver/VersionLister.java

    import org.gradle.internal.resolve.result.BuildableModuleVersionListingResolveResult;
    
    import java.util.List;
    
    public interface VersionLister {
        /**
         * Uses resource listing to attempt to get the list of versions for a module across a set of patterns.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  7. releasenotes/notes/56781.yaml

    # Valid values are:
    # - traffic-management
    # - security
    # - telemetry
    # - installation
    # - istioctl
    # - documentation
    area: installation
    
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 1K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/list_std.txt

    env GO111MODULE=off
    
    [!compiler:gc] skip
    [short] skip
    
    # Listing GOROOT should only find standard packages.
    cd $GOROOT/src
    go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}' ./...
    ! stdout .
    
    # Standard packages should include cmd, but not cmd/vendor.
    go list ./...
    stdout cmd/compile
    ! stdout vendor/golang.org
    ! stdout cmd/vendor
    
    # In GOPATH mode, packages vendored into GOROOT should be reported as standard.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 702 bytes
    - Viewed (0)
  9. releasenotes/notes/43355.yaml

    # - documentation
    area: istioctl
    
    # issue is a list of GitHub issues resolved in this note.
    # If issue is not in the current repo, specify its full URL instead.
    issue:
      - 43355
    
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
      - |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 11 01:35:54 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  10. releasenotes/notes/fix-42675.yaml

    area: traffic-management
    
    # issue is a list of GitHub issues resolved in this note.
    # If issue is not in the current repo, specify its full URL instead.
    issue:
      - 42675
    
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
      - |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 05 06:45:35 UTC 2023
    - 1.2K bytes
    - Viewed (0)
Back to top