Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for serial (0.65 sec)

  1. api/go1.1.txt

    pkg syscall (darwin-386), const DLT_PFSYNC = 18
    pkg syscall (darwin-386), const DLT_PPP = 9
    pkg syscall (darwin-386), const DLT_PPP_BSDOS = 16
    pkg syscall (darwin-386), const DLT_PPP_SERIAL = 50
    pkg syscall (darwin-386), const DLT_PRONET = 4
    pkg syscall (darwin-386), const DLT_RAW = 12
    pkg syscall (darwin-386), const DLT_SLIP = 8
    pkg syscall (darwin-386), const DLT_SLIP_BSDOS = 15
    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)
  2. api/go1.2.txt

    pkg crypto/cipher, type AEAD interface { NonceSize, Open, Overhead, Seal }
    pkg crypto/cipher, type AEAD interface, NonceSize() int
    pkg crypto/cipher, type AEAD interface, Open([]uint8, []uint8, []uint8, []uint8) ([]uint8, error)
    pkg crypto/cipher, type AEAD interface, Overhead() int
    pkg crypto/cipher, type AEAD interface, Seal([]uint8, []uint8, []uint8, []uint8) []uint8
    pkg crypto/md5, func Sum([]uint8) [16]uint8
    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)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DLT_FRELAY_WITH_DIR = 206 #53466
    pkg syscall (freebsd-riscv64), const DLT_FRELAY_WITH_DIR ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_GCOM_SERIAL = 173 #53466
    pkg syscall (freebsd-riscv64), const DLT_GCOM_SERIAL ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_GCOM_T1E1 = 172 #53466
    pkg syscall (freebsd-riscv64), const DLT_GCOM_T1E1 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)
  4. LICENSE

    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 01 22:40:04 GMT 2016
    - 1.4K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/asm.go

    		return
    	case 1:
    		target = &a[0]
    	case 2:
    		// Special 2-operand jumps.
    		if p.arch.Family == sys.ARM64 && arch.IsARM64ADR(op) {
    			// ADR label, R. Label is in From.
    			target = &a[0]
    			prog.To = a[1]
    			targetAddr = &prog.From
    		} else {
    			target = &a[1]
    			prog.From = a[0]
    		}
    	case 3:
    		if p.arch.Family == sys.PPC64 {
    			// Special 3-operand jumps.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_FRELAY_WITH_DIR = 206
    pkg syscall (netbsd-arm64-cgo), const DLT_FRELAY_WITH_DIR ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_SERIAL = 173
    pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_SERIAL ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_T1E1 = 172
    pkg syscall (netbsd-arm64-cgo), const DLT_GCOM_T1E1 ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_GPF_F = 171
    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)
  7. doc/godebug.md

    that can be used in TLS handshakes, controlled by the [`tlsmaxrsasize` setting](/pkg/crypto/tls#Conn.Handshake).
    The default is tlsmaxrsasize=8192, limiting RSA to 8192-bit keys. To avoid
    denial of service attacks, this setting and default was backported to Go
    1.19.13, Go 1.20.8, and Go 1.21.1.
    
    Go 1.22 made it an error for a request or response read by a net/http
    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.14.txt

    pkg syscall (freebsd-arm64), const DLT_FRELAY_WITH_DIR = 206
    pkg syscall (freebsd-arm64), const DLT_FRELAY_WITH_DIR ideal-int
    pkg syscall (freebsd-arm64), const DLT_GCOM_SERIAL = 173
    pkg syscall (freebsd-arm64), const DLT_GCOM_SERIAL ideal-int
    pkg syscall (freebsd-arm64), const DLT_GCOM_T1E1 = 172
    pkg syscall (freebsd-arm64), const DLT_GCOM_T1E1 ideal-int
    pkg syscall (freebsd-arm64), const DLT_GPF_F = 171
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const DLT_PPP_BSDOS = 16
    pkg syscall (darwin-arm64), const DLT_PPP_BSDOS ideal-int
    pkg syscall (darwin-arm64), const DLT_PPP_SERIAL = 50
    pkg syscall (darwin-arm64), const DLT_PPP_SERIAL ideal-int
    pkg syscall (darwin-arm64), const DLT_PRONET = 4
    pkg syscall (darwin-arm64), const DLT_PRONET ideal-int
    pkg syscall (darwin-arm64), const DLT_RAW = 12
    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)
  10. api/go1.txt

    pkg syscall (darwin-386), const DLT_PFSYNC ideal-int
    pkg syscall (darwin-386), const DLT_PPP ideal-int
    pkg syscall (darwin-386), const DLT_PPP_BSDOS ideal-int
    pkg syscall (darwin-386), const DLT_PPP_SERIAL ideal-int
    pkg syscall (darwin-386), const DLT_PRONET ideal-int
    pkg syscall (darwin-386), const DLT_RAW ideal-int
    pkg syscall (darwin-386), const DLT_SLIP ideal-int
    pkg syscall (darwin-386), const DLT_SLIP_BSDOS ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top