Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 179 for Ticket (0.24 sec)

  1. src/net/dnsclient_unix_test.go

    		},
    		{
    			desc: "searchY IPv4-only socket error fails in strict mode",
    			resolveWhich: func(quest dnsmessage.Question) resolveWhichEnum {
    				if quest.Name.String() == searchY && quest.Type == dnsmessage.TypeA {
    					return resolveOpError
    				}
    				return resolveOK
    			},
    			wantStrictErr: makeTempError("write: socket on fire"),
    			wantIPs:       []string{ip6},
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	{38, "ENOTSOCK", "socket operation on non-socket"},
    	{39, "EDESTADDRREQ", "destination address required"},
    	{40, "EMSGSIZE", "message too long"},
    	{41, "EPROTOTYPE", "protocol wrong type for socket"},
    	{42, "ENOPROTOOPT", "protocol not available"},
    	{43, "EPROTONOSUPPORT", "protocol not supported"},
    	{44, "ESOCKTNOSUPPORT", "socket type not supported"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	{38, "ENOTSOCK", "socket operation on non-socket"},
    	{39, "EDESTADDRREQ", "destination address required"},
    	{40, "EMSGSIZE", "message too long"},
    	{41, "EPROTOTYPE", "protocol wrong type for socket"},
    	{42, "ENOPROTOOPT", "protocol not available"},
    	{43, "EPROTONOSUPPORT", "protocol not supported"},
    	{44, "ESOCKTNOSUPPORT", "socket type not supported"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	{94, "EUSERS", "too many users"},
    	{95, "ENOTSOCK", "socket operation on non-socket"},
    	{96, "EDESTADDRREQ", "destination address required"},
    	{97, "EMSGSIZE", "message too long"},
    	{98, "EPROTOTYPE", "protocol wrong type for socket"},
    	{99, "ENOPROTOOPT", "option not supported by protocol"},
    	{120, "EPROTONOSUPPORT", "protocol not supported"},
    	{121, "ESOCKTNOSUPPORT", "socket type not supported"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	{38, "ENOTSOCK", "socket operation on non-socket"},
    	{39, "EDESTADDRREQ", "destination address required"},
    	{40, "EMSGSIZE", "message too long"},
    	{41, "EPROTOTYPE", "protocol wrong type for socket"},
    	{42, "ENOPROTOOPT", "protocol not available"},
    	{43, "EPROTONOSUPPORT", "protocol not supported"},
    	{44, "ESOCKTNOSUPPORT", "socket type not supported"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	{38, "ENOTSOCK", "socket operation on non-socket"},
    	{39, "EDESTADDRREQ", "destination address required"},
    	{40, "EMSGSIZE", "message too long"},
    	{41, "EPROTOTYPE", "protocol wrong type for socket"},
    	{42, "ENOPROTOOPT", "protocol not available"},
    	{43, "EPROTONOSUPPORT", "protocol not supported"},
    	{44, "ESOCKTNOSUPPORT", "socket type not supported"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	{38, "ENOTSOCK", "socket operation on non-socket"},
    	{39, "EDESTADDRREQ", "destination address required"},
    	{40, "EMSGSIZE", "message too long"},
    	{41, "EPROTOTYPE", "protocol wrong type for socket"},
    	{42, "ENOPROTOOPT", "protocol not available"},
    	{43, "EPROTONOSUPPORT", "protocol not supported"},
    	{44, "ESOCKTNOSUPPORT", "socket type not supported"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  8. cmd/xl-storage.go

    	defer xioutil.SafeClose(resp)
    
    	volumeDir := pathJoin(s.drivePath, req.Bucket)
    	found := 0
    	for _, f := range req.Files {
    		if contextCanceled(ctx) {
    			return ctx.Err()
    		}
    		r := ReadMultipleResp{
    			Bucket: req.Bucket,
    			Prefix: req.Prefix,
    			File:   f,
    		}
    		var data []byte
    		var mt time.Time
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/httproute_test.go

    				},
    				{
    					Port: &networking.SidecarPort{
    						// Unix domain socket listener
    						Number:   0,
    						Protocol: "HTTP",
    						Name:     "something",
    					},
    					Bind:  "unix://foo/bar/baz",
    					Hosts: []string{"*/bookinfo.com"},
    				},
    				{
    					Port: &networking.SidecarPort{
    						// Unix domain socket listener
    						Number:   0,
    						Protocol: "HTTP",
    						Name:     "something",
    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. cmd/iam-store.go

    }
    
    // GetBucketUsers - returns users (not STS or service accounts) that have access
    // to the bucket. User is included even if a group policy that grants access to
    // the bucket is disabled.
    func (store *IAMStoreSys) GetBucketUsers(bucket string) (map[string]madmin.UserInfo, error) {
    	if bucket == "" {
    		return nil, errInvalidArgument
    	}
    
    	cache := store.rlock()
    	defer store.runlock()
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 75.8K bytes
    - Viewed (0)
Back to top