Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 45 for BAZ (0.05 sec)

  1. pilot/pkg/model/sidecar_test.go

    			},
    		},
    		{
    			Hostname: "baz.svc.cluster.local",
    			Ports:    twoPorts,
    			Attributes: ServiceAttributes{
    				Name:      "baz",
    				Namespace: "ns3",
    			},
    		},
    	}
    
    	services22 = []*Service{
    		{
    			Hostname: "baz.svc.cluster.local",
    			Ports:    port7443,
    			Attributes: ServiceAttributes{
    				Name:      "baz",
    				Namespace: "ns3",
    			},
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. src/net/url/url_test.go

    	{"http://foo.com/bar", "/baz", "http://foo.com/baz"},
    	{"http://foo.com/bar?a=b#f", "/baz", "http://foo.com/baz"},
    	{"http://foo.com/bar?a=b", "/baz?", "http://foo.com/baz?"},
    	{"http://foo.com/bar?a=b", "/baz?c=d", "http://foo.com/baz?c=d"},
    
    	// Multiple slashes
    	{"http://foo.com/bar", "http://foo.com//baz", "http://foo.com//baz"},
    	{"http://foo.com/bar", "http://foo.com///baz/quux", "http://foo.com///baz/quux"},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  3. tests/test_generate_unique_id_function.py

                                "content": {
                                    "application/json": {
                                        "schema": {
                                            "title": "Response Baz Post Router",
                                            "type": "array",
                                            "items": {"$ref": "#/components/schemas/Item"},
                                        }
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jan 13 15:10:26 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    		"/namespaces/test/pods/foo":     runtime.EncodeOrDie(corev1Codec, &pods.Items[0]),
    		"/namespaces/test/pods/baz":     runtime.EncodeOrDie(corev1Codec, &pods.Items[1]),
    		"/namespaces/test/services/foo": runtime.EncodeOrDie(corev1Codec, &svcs.Items[0]),
    		"/namespaces/test/services/baz": runtime.EncodeOrDie(corev1Codec, &svcs.Items[0]),
    	})).
    		NamespaceParam("test")
    
    	test := &testVisitor{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go

    			pod: st.MakePod().Name("p").Label("foo", "").Label("bar", "").Label("baz", "").
    				SpreadConstraint(1, "zone", v1.ScheduleAnyway, fooSelector, nil, nil, nil, []string{"baz"}).
    				SpreadConstraint(1, v1.LabelHostname, v1.ScheduleAnyway, barSelector, nil, nil, nil, []string{"baz"}).
    				Obj(),
    			existingPods: []*v1.Pod{
    				st.MakePod().Name("p-a1").Node("node-a").Label("foo", "").Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
  6. src/encoding/xml/marshal_test.go

    			{Name{"xmlns", "bar"}, "space"},
    			{Name{"space", "baz"}, "foo"},
    		}},
    		StartElement{Name{"space", "baz"}, nil},
    		EndElement{Name{"space", "baz"}},
    		EndElement{Name{"space", "foo"}},
    	},
    	want: `<foo xmlns="space" xmlns="space" xmlns:_xmlns="xmlns" _xmlns:bar="space" xmlns:space="space" space:baz="foo"><baz xmlns="space"></baz></foo>`,
    }, {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AlignmentIntegrationTest.groovy

                path 'foo:1.2 -> bar:1.2'
                path 'foo:1.5 -> bar:1.5'
    
                path 'foo:1.0 -> baz:1.0'
                path 'foo:1.2 -> baz:1.2'
                path 'foo:1.5 -> baz:1.5'
    
                path 'baz:1.0 -> fooBar:1.0'
                path 'baz:1.2 -> fooBar:1.2'
                path 'baz:1.5 -> fooBar:1.5'
    
                'org:bar:1.0'()
                'org:bar:1.2'()
                'org:bar:1.5'()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        assertThat(url.queryParameterValues("baz")).isEqualTo(listOf(null as String?))
      }
    
      @Test
      fun queryParametersWithEmptyValues() {
        val url = parse("http://host/?foo=&bar=&baz=")
        assertThat(url.querySize).isEqualTo(3)
        assertThat(url.queryParameterNames).containsExactlyInAnyOrder("foo", "bar", "baz")
        assertThat(url.queryParameterValue(0)).isEqualTo("")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/httproute_test.go

    			},
    		},
    		{
    			name: "non-k8s service",
    			service: &model.Service{
    				Hostname:     "foo.default.svc.bar.baz",
    				MeshExternal: false,
    			},
    			port: 8123,
    			node: &model.Proxy{
    				DNSDomain: "default.svc.cluster.local",
    			},
    			want: []string{
    				"foo.default.svc.bar.baz",
    			},
    		},
    		{
    			name: "k8s service with default domain and different namespace",
    			service: &model.Service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  10. src/html/template/escape_test.go

    			},
    			`foo &lt;bar&gt; baz `,
    		},
    		// A recursive helper template that ends in its start context.
    		{
    			map[string]string{
    				"main":   `{{template "helper" .}}`,
    				"helper": `{{if .Children}}<ul>{{range .Children}}<li>{{template "main" .}}</li>{{end}}</ul>{{else}}{{.X}}{{end}}`,
    			},
    			`<ul><li>foo</li><li>&lt;bar&gt;</li><li><ul><li>baz</li></ul></li></ul>`,
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
Back to top