Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 283 for Street (0.09 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r73/DependencyArtifactDownloadProgressEventCrossVersionTest.groovy

                collectOutputs(build)
                build.addProgressListener(events, OperationType.FILE_DOWNLOAD)
                    .run()
            }
    
            then:
            events.operations.size() == 8
            events.trees == events.operations
            events.operation("Download ${modules.projectB.pom.uri}").assertIsDownload(modules.projectB.pom)
    
            def downloadB = events.operation("Download ${modules.projectB.artifact.uri}")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/plugin/devel/variants/TargetJVMVersionOnPluginTooNewFailureDescriberIntegrationTest.groovy

                    public void apply(Project project) {
                        project.getTasks().register("greet", GreetTask.class);
                    }
    
                    public static class GreetTask extends DefaultTask {
                        @TaskAction
                        public void greet() {
                            System.out.println("Hello from Java ${JavaVersion.current().majorVersion} JVM!");
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 20:48:53 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/mod/sumdb/tlog/tile.go

    // by loading tiles of the given tree.
    //
    // The returned [HashReader] checks that loaded tiles are
    // valid for the given tree. Therefore, any hashes returned
    // by the HashReader are already proven to be in the tree.
    func TileHashReader(tree Tree, tr TileReader) HashReader {
    	return &tileHashReader{tree: tree, tr: tr}
    }
    
    type tileHashReader struct {
    	tree Tree
    	tr   TileReader
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13K bytes
    - Viewed (0)
  4. pkg/registry/core/service/ipallocator/cidrallocator.go

    	ipAddressInformer networkingv1alpha1informers.IPAddressInformer
    	queue             workqueue.TypedRateLimitingInterface[string]
    
    	internalStopCh chan struct{}
    
    	muTree sync.Mutex
    	tree   *iptree.Tree[*Allocator]
    
    	ipFamily api.IPFamily
    }
    
    var _ Interface = &MetaAllocator{}
    
    // NewMetaAllocator returns an IP allocator that use the IPAddress
    // and ServiceCIDR objects to track the assigned IP addresses,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ConcurrentArchiveIntegrationTest.groovy

                    @Inject abstract ArchiveOperations getArchiveOperations()
    
                    @TaskAction
                    void update() {
                        FileTree tree = archiveOperations.${archiveType}Tree(archive.asFile.get())
                        tree.visit(new EditingFileVisitor())
                    }
    
                    private final class EditingFileVisitor implements FileVisitor {
                        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/ProgressEvents.groovy

         * Asserts that the events form exactly one well-formed trees of operations.
         */
        void assertHasSingleTree() {
            assertHasZeroOrMoreTrees()
            assert !operations.empty
            assert operations[0].descriptor.parent == null
    
            operations.tail().each { assert it.descriptor.parent != null }
        }
    
        /**
         * Asserts that the events form a typical tree of operations for a build.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 13:50:05 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheValueSourceIntegrationTest.groovy

                tasks.register("greet", MyTask) {
                    greeting = greetValueSource
                }
            """)
    
            when:
            configurationCacheRun "greet"
    
            then:
            configurationCache.assertStateStored()
            output.contains("Hello!")
    
            when:
            configurationCacheRun "greet"
    
            then:
            configurationCache.assertStateLoaded()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  8. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/AbstractFileCollection.java

                    // Visit the contents of the tree to generate the tree
                    if (visitAll(sourceTree)) {
                        fileTrees.add(sourceTree.getMirror());
                    }
                }
            });
            return fileTrees;
        }
    
        /**
         * Visits all the files of the given tree.
         */
        protected static boolean visitAll(FileSystemMirroringFileTree tree) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 07:32:50 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/import.go

    	// This check is unnecessary inside the module cache
    	// and important to skip in the vendor directory,
    	// where all the module trees have been overlaid.
    	// So we only check local module trees
    	// (the main module, and any directory trees pointed at by replace directives).
    	if isLocal {
    		for d := dir; d != mdir && len(d) > len(mdir); {
    			haveGoMod := haveGoModCache.Do(d, func() bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 15:21:14 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/tls.go

    					// Scan all the match blocks
    					// if we find any match block without a runtime destination subnet match
    					// i.e. match any destination address, then we treat it as the terminal match/catch all match
    					// and break out of the loop. We also treat it as a terminal match if the listener is bound
    					// to a unix domain socket.
    					// But if we find only runtime destination subnet matches in all match blocks, collect them
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 14.7K bytes
    - Viewed (0)
Back to top