Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for rebato (0.25 sec)

  1. src/bufio/bufio_test.go

    			}
    		}
    
    		// Read the data with occasional UnreadByte calls.
    		for i := 0; i < n; i++ {
    			readTo('d', "abcd")
    			for j := 0; j < 3; j++ {
    				if err := r.UnreadByte(); err != nil {
    					t.Fatalf("#%d: unexpected error on UnreadByte: %v", rno, err)
    				}
    				readTo('d', "d")
    			}
    			readTo('g', "efg")
    		}
    
    		// All data should have been read.
    		_, err := r.ReadByte()
    		if err != io.EOF {
    Go
    - Registered: Tue Apr 23 11:13:09 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_READV = 120
    pkg syscall (netbsd-arm64-cgo), const SYS_READV ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_REBOOT = 208
    pkg syscall (netbsd-arm64-cgo), const SYS_REBOOT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_RECVFROM = 29
    pkg syscall (netbsd-arm64-cgo), const SYS_RECVFROM ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_RECVMMSG = 475
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. .github/ISSUE_TEMPLATE/11-language-change.yml

      - type: textarea
        id: generics-proposal
        attributes:
          label: Is this about generics?
          description: If so, how does this relate to the accepted design and other generics proposals?
          placeholder: |
           Yes or No
    
           If yes, 
            1. how does this relate to the accepted design and other generics proposals?
    
        validations:
          required: true
    
      - type: textarea
        id: proposal
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Nov 22 20:49:24 GMT 2023
    - 4.7K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_OFF ideal-int
    pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_ON ideal-int
    pkg syscall (linux-386), const LINUX_REBOOT_CMD_HALT ideal-int
    pkg syscall (linux-386), const LINUX_REBOOT_CMD_KEXEC ideal-int
    pkg syscall (linux-386), const LINUX_REBOOT_CMD_POWER_OFF ideal-int
    pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_READ_NOCANCEL = 396
    pkg syscall (darwin-arm64), const SYS_READ_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_REBOOT = 55
    pkg syscall (darwin-arm64), const SYS_REBOOT ideal-int
    pkg syscall (darwin-arm64), const SYS_RECVFROM = 29
    pkg syscall (darwin-arm64), const SYS_RECVFROM ideal-int
    pkg syscall (darwin-arm64), const SYS_RECVFROM_NOCANCEL = 403
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_READV = 120
    pkg syscall (freebsd-arm64), const SYS_READV ideal-int
    pkg syscall (freebsd-arm64), const SYS_REBOOT = 55
    pkg syscall (freebsd-arm64), const SYS_REBOOT ideal-int
    pkg syscall (freebsd-arm64), const SYS_RECVFROM = 29
    pkg syscall (freebsd-arm64), const SYS_RECVFROM ideal-int
    pkg syscall (freebsd-arm64), const SYS_RECVMSG = 27
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_OFF = 0
    pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
    pkg syscall (linux-386), const LINUX_REBOOT_CMD_HALT = 3454992675
    pkg syscall (linux-386), const LINUX_REBOOT_CMD_KEXEC = 1163412803
    pkg syscall (linux-386), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
    pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART = 19088743
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_OFF ideal-int
    pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_ON ideal-int
    pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_HALT ideal-int
    pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_KEXEC ideal-int
    pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_POWER_OFF ideal-int
    pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_READV = 120 #53466
    pkg syscall (freebsd-riscv64), const SYS_READV ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_REBOOT = 55 #53466
    pkg syscall (freebsd-riscv64), const SYS_REBOOT ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_RECVFROM = 29 #53466
    pkg syscall (freebsd-riscv64), const SYS_RECVFROM ideal-int #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top