Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for s3cret (0.32 sec)

  1. src/bufio/bufio_test.go

    		}
    	}
    }
    
    // TestWriterReadFromCounts tests that using io.Copy to copy into a
    // bufio.Writer does not prematurely flush the buffer. For example, when
    // buffering writes to a network socket, excessive network writes should be
    // avoided.
    func TestWriterReadFromCounts(t *testing.T) {
    	var w0 writeCountingDiscard
    	b0 := NewWriterSize(&w0, 1234)
    	b0.WriteString(strings.Repeat("x", 1000))
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 10 18:56:01 GMT 2023
    - 51.5K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS___SIGTIMEDWAIT = 431
    pkg syscall (netbsd-arm64-cgo), const SYS___SIGTIMEDWAIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SOCKET = 394
    pkg syscall (netbsd-arm64-cgo), const SYS_SOCKET ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SOCKETPAIR = 135
    pkg syscall (netbsd-arm64-cgo), const SYS_SOCKETPAIR ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SSTK = 70
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	SYSENTER                                // 0f34
    	SYSENTER64                              // 480f34
    	SYSEXIT                                 // 0f35
    	SYSEXIT64                               // 480f35
    	SYSRET                                  // 0f07
    	TESTB $7, AL                            // a807
    	TESTW $61731, AX                        // 66a923f1
    	TESTL $4045620583, AX                   // a9674523f1
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const SIOCSPGRP = 2147775240
    pkg syscall (darwin-386), const SOCK_MAXADDRLEN = 255
    pkg syscall (darwin-386), const SOCK_RDM = 4
    pkg syscall (darwin-386), const SOL_SOCKET = 65535
    pkg syscall (darwin-386), const SOMAXCONN = 128
    pkg syscall (darwin-386), const SO_ACCEPTCONN = 2
    pkg syscall (darwin-386), const SO_BROADCAST = 32
    pkg syscall (darwin-386), const SO_DEBUG = 1
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_SIGTIMEDWAIT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SIGWAIT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SIGWAITINFO ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SOCKET ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SOCKETPAIR ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SSTK ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_STAT ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  6. src/cmd/cgo/godefs.go

    	fmt.Fprintf(&buf, "// %s %s\n", filepath.Base(args[0]), strings.Join(args[1:], " "))
    	fmt.Fprintf(&buf, "\n")
    
    	override := make(map[string]string)
    
    	// Allow source file to specify override mappings.
    	// For example, the socket data structures refer
    	// to in_addr and in_addr6 structs but we want to be
    	// able to treat them as byte arrays, so the godefs
    	// inputs in package syscall say
    	//
    	//	// +godefs map struct_in_addr [4]byte
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Sep 08 14:33:35 GMT 2022
    - 4.5K bytes
    - Viewed (0)
  7. doc/godebug.md

    Go 1.22 disabled
    [`ConnectionState.ExportKeyingMaterial`](/pkg/crypto/tls/#ConnectionState.ExportKeyingMaterial)
    when the connection supports neither TLS 1.3 nor Extended Master Secret
    (implemented in Go 1.21). It can be reenabled with the [`tlsunsafeekm`
    setting](/pkg/crypto/tls/#ConnectionState.ExportKeyingMaterial).
    
    Go 1.22 changed how the runtime interacts with transparent huge pages on Linux.
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_SIGWAITINFO = 346 #53466
    pkg syscall (freebsd-riscv64), const SYS_SIGWAITINFO ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SOCKET = 97 #53466
    pkg syscall (freebsd-riscv64), const SYS_SOCKET ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SOCKETPAIR = 135 #53466
    pkg syscall (freebsd-riscv64), const SYS_SOCKETPAIR ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  9. src/archive/tar/common.go

    	c_ISFIFO = 010000  // FIFO
    	c_ISREG  = 0100000 // Regular file
    	c_ISLNK  = 0120000 // Symbolic link
    	c_ISBLK  = 060000  // Block special file
    	c_ISCHR  = 020000  // Character special file
    	c_ISSOCK = 0140000 // Socket
    )
    
    // FileInfoHeader creates a partially-populated [Header] from fi.
    // If fi describes a symlink, FileInfoHeader records link as the link target.
    // If fi describes a directory, a slash is appended to the name.
    //
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_SIGSUSPEND_NOCANCEL = 410
    pkg syscall (darwin-arm64), const SYS_SIGSUSPEND_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_SOCKET = 97
    pkg syscall (darwin-arm64), const SYS_SOCKET ideal-int
    pkg syscall (darwin-arm64), const SYS_SOCKETPAIR = 135
    pkg syscall (darwin-arm64), const SYS_SOCKETPAIR ideal-int
    pkg syscall (darwin-arm64), const SYS_STACK_SNAPSHOT = 365
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top