Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 479 for Street (0.14 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/VariantAwareResolutionWithConfigurationAttributesIntegrationTest.groovy

                                import org.apache.commons.lang3.StringUtils;
    
                                public class Hello {
                                    public void greet(String name) {
                                        System.out.println("Hello " + StringUtils.capitalize(name));
                                    }
                                }
                            ''')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/mod/sumdb/tlog/tlog.go

    	}
    }
    
    // A TreeProof is a verifiable proof that a particular log tree contains
    // as a prefix all records present in an earlier tree.
    // RFC 6962 calls this a “Merkle consistency proof.”
    type TreeProof []Hash
    
    // ProveTree returns the proof that the tree of size t contains
    // as a prefix all the records from the tree of smaller size n.
    func ProveTree(t, n int64, h HashReader) (TreeProof, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/DefaultFilePropertyFactoryTest.groovy

            expect:
            def dirVar = factory.newDirectoryProperty()
            def tree = dirVar.asFileTree
    
            dirVar.set(dir1)
            tree.files == [file1, file2] as Set
    
            dirVar.set(dir2)
            tree.files == [file3] as Set
    
            dirVar.set(dir3)
            tree.files == [] as Set
        }
    
        def "Directory.files are relative to the directory"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 10.4K 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. pkg/controller/podautoscaler/replica_calculator.go

    			}
    		} else if usageRatio > 1.0 {
    			// on a scale-up, treat missing pods as using 0% of the resource request
    			for podName := range missingPods {
    				metrics[podName] = metricsclient.PodMetric{Value: 0}
    			}
    		}
    	}
    
    	if scaleUpWithUnready {
    		// on a scale-up, treat unready pods as using 0% of the resource request
    		for podName := range unreadyPods {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  9. 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)
  10. pilot/pkg/xds/eds_sh_test.go

    					"159.122.219.2": 4,
    
    					// 3 endpoints on network 3, weights split across 2 gateways.
    					"159.122.219.3": 3,
    					"179.114.119.3": 3,
    
    					// no gateway defined for network 4 - treat as directly reachable.
    					"10.4.0.1": 2,
    					"10.4.0.2": 2,
    					"10.4.0.3": 2,
    					"10.4.0.4": 2,
    				},
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top