Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,316 for addUses (0.12 sec)

  1. tests/testdata/envoy_local.json

    {
      "stats_config": {
        "use_all_default_tags": false
      },
      "admin": {
        "access_log_path": "/dev/stdout",
        "address": {
          "socket_address": {
            "address": "127.0.0.1",
            "port_value": 17000
          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "api_config_source": {
            "api_type": "GRPC",
            "grpc_services": {
              "envoy_grpc": {
                "cluster_name": "xds-grpc"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 9.9K bytes
    - Viewed (0)
  2. src/net/mail/message_test.go

    	tests := []struct {
    		addr *Address
    		exp  string
    	}{
    		{
    			&Address{Address: "******@****.***"},
    			"<******@****.***>",
    		},
    		{ // quoted local parts: RFC 5322, 3.4.1. and 3.2.4.
    			&Address{Address: `my@idiot@address@example.com`},
    			`<"my@idiot@address"@example.com>`,
    		},
    		{ // quoted local parts
    			&Address{Address: ` @example.com`},
    			`<" "@example.com>`,
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  3. pilot/pkg/xds/testdata/none_eds.json

          "cluster_name": "outbound|2000||s1tcp.none",
          "endpoints": [
            {
              "lb_endpoints": [
                {
                  "endpoint": {
                    "address": {
                      "Address": {
                        "SocketAddress": {
                          "address": "10.11.0.1",
                          "PortSpecifier": {
                            "PortValue": 7070
                          }
                        }
                      }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 3.6K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/registry/EmbeddedDaemonRegistrySpec.groovy

            when:
            markState(address(20), Busy)
    
            then:
            all.size() == 2
            idle.empty
            notIdle.size() == 2
    
            when:
            markState(address(10), Idle)
            markState(address(20), Idle)
    
            then:
            all.size() == 2
            idle.size() == 2
            notIdle.empty
    
            when:
            remove(address(10))
            remove(address(20))
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  5. src/net/http/socks_bundle.go

    func (d *socksDialer) DialContext(ctx context.Context, network, address string) (net.Conn, error) {
    	if err := d.validateTarget(network, address); err != nil {
    		proxy, dst, _ := d.pathAddrs(address)
    		return nil, &net.OpError{Op: d.cmd.String(), Net: network, Source: proxy, Addr: dst, Err: err}
    	}
    	if ctx == nil {
    		proxy, dst, _ := d.pathAddrs(address)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 22:42:18 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                                        {
                                            "endpoint": {
                                                "address": {
                                                    "socket_address": {
                                                        "address": "127.0.0.1",
                                                        "port_value": 15020
                                                    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/report/synth.go

    		}
    	}
    	return s
    }
    
    // address returns the synthetic address for loc, creating one if needed.
    func (s *synthCode) address(loc *profile.Location) uint64 {
    	if loc.Address != 0 {
    		panic("can only synthesize addresses for locations without an address")
    	}
    	if addr, ok := s.addr[loc]; ok {
    		return addr
    	}
    	if s.addr == nil {
    		s.addr = map[*profile.Location]uint64{}
    	}
    	addr := s.next
    	s.next++
    	s.addr[loc] = addr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 08 14:59:49 UTC 2021
    - 883 bytes
    - Viewed (0)
  8. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json

                {
                    "locality": {},
                    "lbEndpoints": [
                        {
                            "endpoint": {
                                "address": {
                                    "socketAddress": {
                                        "address": "127.0.0.1",
                                        "portValue": 15020
                                    }
                                },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 40.4K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml

      - lbEndpoints:
        - endpoint:
            address:
              socketAddress:
                address: 10.244.0.8
                portValue: 53
            healthCheckConfig: {}
          healthStatus: HEALTHY
          loadBalancingWeight: 1
          metadata:
            filterMetadata:
              istio:
                workload: coredns;kube-system;;;Kubernetes
        - endpoint:
            address:
              socketAddress:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  10. src/debug/dwarf/line_test.go

    		{Address: 0x4005d1, File: file1H, Line: 7, IsStmt: true},
    		{Address: 0x4005e7, File: file1C, Line: 6, IsStmt: true},
    		{Address: 0x4005eb, File: file1C, Line: 7, IsStmt: true},
    		{Address: 0x4005f5, File: file1C, Line: 8, IsStmt: true},
    		{Address: 0x4005ff, File: file1C, Line: 9, IsStmt: true},
    		{Address: 0x400601, EndSequence: true},
    
    		{Address: 0x400601, File: file2C, Line: 4, IsStmt: true},
    		{Address: 0x400605, File: file2C, Line: 5, IsStmt: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:36 UTC 2023
    - 14.5K bytes
    - Viewed (0)
Back to top