Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 184 for addPass (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	VirtualUnlock(addr uintptr, length uintptr) (err error)
    //sys	VirtualAlloc(address uintptr, size uintptr, alloctype uint32, protect uint32) (value uintptr, err error) = kernel32.VirtualAlloc
    //sys	VirtualFree(address uintptr, size uintptr, freetype uint32) (err error) = kernel32.VirtualFree
    //sys	VirtualProtect(address uintptr, size uintptr, newprotect uint32, oldprotect *uint32) (err error) = kernel32.VirtualProtect
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	{45, "EOPNOTSUPP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/compare/testdata/configdump.json

              "active_state": {
                "listener": {
                  "@type": "type.googleapis.com/envoy.config.listener.v3.Listener",
                  "name": "connect_terminate",
                  "address": {
                    "socket_address": {
                      "address": "0.0.0.0",
                      "port_value": 15008
                    }
                  },
                  "filter_chains": [
                    {
                      "filters": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	{45, "EOPNOTSUPP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	{45, "EOPNOTSUPP", "operation not supported"},
    	{46, "EPFNOSUPPORT", "protocol family not supported"},
    	{47, "EAFNOSUPPORT", "address family not supported by protocol family"},
    	{48, "EADDRINUSE", "address already in use"},
    	{49, "EADDRNOTAVAIL", "can't assign requested address"},
    	{50, "ENETDOWN", "network is down"},
    	{51, "ENETUNREACH", "network is unreachable"},
    	{52, "ENETRESET", "network dropped connection on reset"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/compare/testdata/configdump_diff.json

              "active_state": {
                "listener": {
                  "@type": "type.googleapis.com/envoy.config.listener.v3.Listener",
                  "name": "connect_terminate",
                  "address": {
                    "socket_address": {
                      "address": "0.0.0.0",
                      "port_value": 15008
                    }
                  },
                  "filter_chains": [
                    {
                      "filters": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  7. pkg/kubelet/apis/config/v1beta1/zz_generated.conversion.go

    	out.HTTPCheckFrequency = in.HTTPCheckFrequency
    	out.StaticPodURL = in.StaticPodURL
    	out.StaticPodURLHeader = *(*map[string][]string)(unsafe.Pointer(&in.StaticPodURLHeader))
    	out.Address = in.Address
    	out.Port = in.Port
    	out.ReadOnlyPort = in.ReadOnlyPort
    	out.TLSCertFile = in.TLSCertFile
    	out.TLSPrivateKeyFile = in.TLSPrivateKeyFile
    	out.TLSCipherSuites = *(*[]string)(unsafe.Pointer(&in.TLSCipherSuites))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 17:55:59 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  8. src/runtime/traceback.go

    	// unwindTrap indicates that the initial PC and SP are from a trap, not a
    	// return PC from a call.
    	//
    	// The unwindTrap flag is updated during unwinding. If set, frame.pc is the
    	// address of a faulting instruction instead of the return address of a
    	// call. It also means the liveness at pc may not be known.
    	//
    	// TODO: Distinguish frame.continpc, which is really the stack map PC, from
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  9. okhttp/api/okhttp.api

    }
    
    public final class okhttp3/Route {
    	public final fun -deprecated_address ()Lokhttp3/Address;
    	public final fun -deprecated_proxy ()Ljava/net/Proxy;
    	public final fun -deprecated_socketAddress ()Ljava/net/InetSocketAddress;
    	public fun <init> (Lokhttp3/Address;Ljava/net/Proxy;Ljava/net/InetSocketAddress;)V
    	public final fun address ()Lokhttp3/Address;
    	public fun equals (Ljava/lang/Object;)Z
    	public fun hashCode ()I
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	"":              "ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.",
    	"clientCIDR":    "The CIDR with which clients can match their IP to figure out the server address that they should use.",
    	"serverAddress": "Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.",
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
Back to top