Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for getHints (0.39 sec)

  1. misc/ios/detect.go

    	}
    }
    
    func detectMobileProvisionFiles(udids [][]byte) []string {
    	cmd := exec.Command("mdfind", "-name", ".mobileprovision")
    	lines := getLines(cmd)
    
    	var files []string
    	for _, line := range lines {
    		if len(line) == 0 {
    			continue
    		}
    		xmlLines := getLines(parseMobileProvision(string(line)))
    		matches := 0
    		for _, udid := range udids {
    			for _, xmlLine := range xmlLines {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Oct 19 23:33:30 GMT 2023
    - 3.2K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (freebsd-386), const SYS_GETAUDIT_ADDR = 451
    pkg syscall (freebsd-386), const SYS_GETAUID = 447
    pkg syscall (freebsd-386), const SYS_GETCONTEXT = 421
    pkg syscall (freebsd-386), const SYS_GETDENTS = 272
    pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 196
    pkg syscall (freebsd-386), const SYS_GETDTABLESIZE = 89
    pkg syscall (freebsd-386), const SYS_GETEGID = 43
    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)
  3. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT_ADDR ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETAUID ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETCONTEXT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETDENTS ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETDTABLESIZE ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_GETEGID 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)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_GETCONTEXT = 421 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETCONTEXT ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETDENTS = 272 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETDENTS ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETDIRENTRIES = 554 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETDIRENTRIES 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)
  5. api/go1.3.txt

    pkg syscall (openbsd-386), const SYS_FSTATFS = 64
    pkg syscall (openbsd-386), const SYS_FUTIMENS = 85
    pkg syscall (openbsd-386), const SYS_FUTIMES = 77
    pkg syscall (openbsd-386), const SYS_GETDENTS = 99
    pkg syscall (openbsd-386), const SYS_GETDENTS ideal-int
    pkg syscall (openbsd-386), const SYS_GETFSSTAT = 62
    pkg syscall (openbsd-386), const SYS_GETITIMER = 70
    pkg syscall (openbsd-386), const SYS_GETRUSAGE = 19
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  6. src/bufio/bufio_test.go

    // to accumulate the text of a file.
    func readLines(b *Reader) string {
    	s := ""
    	for {
    		s1, err := b.ReadString('\n')
    		if err == io.EOF {
    			break
    		}
    		if err != nil && err != iotest.ErrTimeout {
    			panic("GetLines: " + err.Error())
    		}
    		s += s1
    	}
    	return s
    }
    
    // Call Read to accumulate the text of a file
    func reads(buf *Reader, m int) string {
    	var b [1000]byte
    	nb := 0
    	for {
    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)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS___GETCWD = 296
    pkg syscall (netbsd-arm64-cgo), const SYS___GETCWD ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETDENTS = 390
    pkg syscall (netbsd-arm64-cgo), const SYS_GETDENTS ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETEGID = 43
    pkg syscall (netbsd-arm64-cgo), const SYS_GETEGID ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETEUID = 25
    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)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_GETCONTEXT = 421
    pkg syscall (freebsd-arm64), const SYS_GETCONTEXT ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETDENTS = 272
    pkg syscall (freebsd-arm64), const SYS_GETDENTS ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETDIRENTRIES = 196
    pkg syscall (freebsd-arm64), const SYS_GETDIRENTRIES ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETDTABLESIZE = 89
    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.txt

    pkg syscall (freebsd-386), const SYS_GETAUDIT_ADDR ideal-int
    pkg syscall (freebsd-386), const SYS_GETAUID ideal-int
    pkg syscall (freebsd-386), const SYS_GETCONTEXT ideal-int
    pkg syscall (freebsd-386), const SYS_GETDENTS ideal-int
    pkg syscall (freebsd-386), const SYS_GETDIRENTRIES ideal-int
    pkg syscall (freebsd-386), const SYS_GETDTABLESIZE ideal-int
    pkg syscall (freebsd-386), const SYS_GETEGID 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