Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 181 for room (0.06 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AlignmentIntegrationTest.groovy

                module('json') alignsTo('1.1') byVirtualPlatform()
            }
            run ':checkDeps'
    
            then:
            resolve.expectGraph {
                root(":", ":test:") {
                    edge("org:xml:1.0", "org:xml:1.1") {
                        byConstraint("belongs to platform org:platform:1.1")
                        byConflictResolution("between versions 1.1 and 1.0")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_tls_test.go

    		CaCertificates:    "root-cert.pem",
    		ClientCertificate: "cert-chain.pem",
    		PrivateKey:        "key.pem",
    		SubjectAltNames:   []string{"custom.foo.com"},
    		Sni:               "custom.foo.com",
    	}
    	simpleTLSSettingsWithCerts := &networking.ClientTLSSettings{
    		Mode:            networking.ClientTLSSettings_SIMPLE,
    		CaCertificates:  "root-cert.pem",
    		SubjectAltNames: []string{"custom.foo.com"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  3. pilot/pkg/security/authn/policy_applier_test.go

    			},
    			want: MergedPeerAuthentication{
    				Mode: model.MTLSPermissive,
    			},
    		},
    		{
    			name: "ignore non-emptypb selector in root namespace",
    			configs: []*config.Config{
    				{
    					Meta: config.Meta{
    						Name:      "default",
    						Namespace: "root-namespace",
    					},
    					Spec: &v1beta1.PeerAuthentication{
    						Selector: &type_beta.WorkloadSelector{
    							MatchLabels: map[string]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/DependenciesAttributesIntegrationTest.groovy

            repositoryInteractions {
                'org:test:1.0' {
                    expectResolve()
                }
            }
            succeeds 'checkDeps'
    
            then:
            resolve.expectGraph {
                root(":", ":test:") {
                    module('org:test:1.0')
                }
            }
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 02:13:52 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				"self.val1.split(' ') == ['Rook', 'takes', '👑']":   6,
    				"self.val1.split(' ', 2) == ['Rook', 'takes 👑']":   6,
    				"self.val1.substring(5) == 'takes 👑'":              5,
    				"self.val1.substring(0, 4) == 'Rook'":              5,
    				"self.val1.substring(4, 10).trim() == 'takes'":     6,
    				"self.val1.upperAscii() == 'ROOK TAKES 👑'":         6,
    				"self.val1.lowerAscii() == 'rook takes 👑'":         6,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
  6. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/service/DefaultServiceRegistryTest.groovy

        }
    
        def removesDuplicateServicesWhenParentIsReachableViaMultiplePaths() {
            def root = new DefaultServiceRegistry()
            root.add(String, "root")
            def parent1 = new DefaultServiceRegistry(root)
            parent1.add(String, "p1")
            def parent2 = new DefaultServiceRegistry(root)
            parent2.add(String, "p2")
            def registry = new DefaultServiceRegistry(parent1, parent2)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:53:25 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  7. configure.py

                                           'contrib', 'makefile', 'downloads')
      if os.path.isdir(makefile_download_dir):
        for root, _, filenames in os.walk(makefile_download_dir):
          for f in filenames:
            if f.endswith('BUILD'):
              os.remove(os.path.join(root, f))
    
    
    def get_var(environ_cp,
                var_name,
                query_item,
                enabled_by_default,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modload/init.go

    			Indirect: !requirements.direct[m.Path],
    		})
    	}
    
    	// Update go line.
    	// Every MVS graph we consider should have go as a root,
    	// and toolchain is either implied by the go line or explicitly a root.
    	if goVersion == "" {
    		base.Fatalf("go: internal error: missing go root module in WriteGoMod")
    	}
    	if gover.Compare(goVersion, gover.Local()) > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  9. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

            boolean root;
    
            List<InterimResult> modules = Collections.emptyList();
    
            ProjectBuildingResult projectBuildingResult;
    
            InterimResult(
                    File pomFile,
                    ModelBuilderRequest request,
                    ModelBuilderResult result,
                    MavenProject project,
                    boolean root) {
                this.pomFile = pomFile;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    [[sec:multi_project_builds_applying_plugins]]
    === Applying plugins
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top