Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 60 for spock (0.21 sec)

  1. samples/unixdomainsockets/src/main/java/okhttp3/unixdomainsockets/ClientAndServer.java

     * cannot do TLS over domain sockets.
     */
    public class ClientAndServer {
      public void run() throws Exception {
        File socketFile = new File("/tmp/ClientAndServer.sock");
        socketFile.delete(); // Clean up from previous runs.
    
        MockWebServer server = new MockWebServer();
        server.setServerSocketFactory(new UnixDomainServerSocketFactory(socketFile));
    Java
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Dec 24 03:46:30 GMT 2018
    - 2.1K bytes
    - Viewed (0)
  2. manifests/charts/istio-cni/templates/daemonset.yaml

                - mountPath: /host/var/run/netns
                  mountPropagation: HostToContainer
                  name: cni-netns-dir
                - mountPath: /var/run/ztunnel
                  name: cni-ztunnel-sock-dir
                {{ end }}
              resources:
    {{- if .Values.cni.resources }}
    {{ toYaml .Values.cni.resources | trim | indent 12 }}
    {{- else }}
    {{ toYaml .Values.global.defaultResources | trim | indent 12 }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 9.4K bytes
    - Viewed (0)
  3. cmd/auth-handler.go

    	if newGlobalAuthZPluginFn() != nil {
    		return claims.Map(), nil
    	}
    
    	// Check if a session policy is set. If so, decode it here.
    	sp, spok := claims.Lookup(policy.SessionPolicyName)
    	if spok {
    		// Looks like subpolicy is set and is a string, if set then its
    		// base64 encoded, decode it. Decoding fails reject such
    		// requests.
    		spBytes, err := base64.StdEncoding.DecodeString(sp)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 26K bytes
    - Viewed (0)
  4. cmd/iam.go

    		return UserIdentity{}, nil, errNoSuchServiceAccount
    	}
    
    	var embeddedPolicy *policy.Policy
    
    	pt, ptok := jwtClaims.Lookup(iamPolicyClaimNameSA())
    	sp, spok := jwtClaims.Lookup(policy.SessionPolicyName)
    	if ptok && spok && pt == embeddedPolicyType {
    		policyBytes, err := base64.StdEncoding.DecodeString(sp)
    		if err != nil {
    			return UserIdentity{}, nil, err
    		}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 21:28:16 GMT 2024
    - 71.1K bytes
    - Viewed (1)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SOCK_CLOEXEC = 268435456
    pkg syscall (freebsd-arm64), const SOCK_CLOEXEC ideal-int
    pkg syscall (freebsd-arm64), const SOCK_MAXADDRLEN = 255
    pkg syscall (freebsd-arm64), const SOCK_MAXADDRLEN ideal-int
    pkg syscall (freebsd-arm64), const SOCK_NONBLOCK = 536870912
    pkg syscall (freebsd-arm64), const SOCK_NONBLOCK ideal-int
    pkg syscall (freebsd-arm64), const SOCK_RDM = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SOCK_CLOEXEC = 268435456 #53466
    pkg syscall (freebsd-riscv64), const SOCK_CLOEXEC ideal-int #53466
    pkg syscall (freebsd-riscv64), const SOCK_MAXADDRLEN = 255 #53466
    pkg syscall (freebsd-riscv64), const SOCK_MAXADDRLEN ideal-int #53466
    pkg syscall (freebsd-riscv64), const SOCK_NONBLOCK = 536870912 #53466
    pkg syscall (freebsd-riscv64), const SOCK_NONBLOCK ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64), const SOCK_CLOEXEC = 268435456
    pkg syscall (netbsd-arm64), const SOCK_CLOEXEC ideal-int
    pkg syscall (netbsd-arm64), const SOCK_FLAGS_MASK = 4026531840
    pkg syscall (netbsd-arm64), const SOCK_FLAGS_MASK ideal-int
    pkg syscall (netbsd-arm64), const SOCK_NONBLOCK = 536870912
    pkg syscall (netbsd-arm64), const SOCK_NONBLOCK ideal-int
    pkg syscall (netbsd-arm64), const SOCK_NOSIGPIPE = 1073741824
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const IP_MAX_MEMBERSHIPS ideal-int
    pkg syscall (darwin-arm64), const IP_MAX_SOCK_MUTE_FILTER = 128
    pkg syscall (darwin-arm64), const IP_MAX_SOCK_MUTE_FILTER ideal-int
    pkg syscall (darwin-arm64), const IP_MAX_SOCK_SRC_FILTER = 128
    pkg syscall (darwin-arm64), const IP_MAX_SOCK_SRC_FILTER ideal-int
    pkg syscall (darwin-arm64), const IP_MF = 8192
    pkg syscall (darwin-arm64), const IP_MF ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.1.txt

    pkg syscall (linux-386), const SIOCSRARP = 35170
    pkg syscall (linux-386), const SOCK_CLOEXEC = 524288
    pkg syscall (linux-386), const SOCK_DCCP = 6
    pkg syscall (linux-386), const SOCK_NONBLOCK = 2048
    pkg syscall (linux-386), const SOCK_PACKET = 10
    pkg syscall (linux-386), const SOCK_RDM = 4
    pkg syscall (linux-386), const SOL_AAL = 265
    pkg syscall (linux-386), const SOL_ATM = 264
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SIOCSRARP ideal-int
    pkg syscall (linux-arm-cgo), const SOCK_CLOEXEC ideal-int
    pkg syscall (linux-arm-cgo), const SOCK_DCCP ideal-int
    pkg syscall (linux-arm-cgo), const SOCK_NONBLOCK ideal-int
    pkg syscall (linux-arm-cgo), const SOCK_PACKET ideal-int
    pkg syscall (linux-arm-cgo), const SOCK_RDM ideal-int
    pkg syscall (linux-arm-cgo), const SOL_AAL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top