Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Fred (0.22 sec)

  1. api/go1.1.txt

    pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_AUTH = 27
    pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_CRED = 25
    pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_ID = 23
    pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_AUTH = 28
    pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_CRED = 26
    pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_ID = 24
    pkg syscall (openbsd-386), const IP_MAXPACKET = 65535
    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 syscall (openbsd-386), const IP_IPSEC_LOCAL_AUTH ideal-int
    pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_CRED ideal-int
    pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_ID ideal-int
    pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_AUTH ideal-int
    pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_CRED ideal-int
    pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_ID ideal-int
    pkg syscall (openbsd-386), const IP_MAXPACKET 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)
  3. src/bytes/bytes_test.go

    			continue
    		}
    	}
    	pred := func(c rune) bool { return c == 'X' }
    	var fieldsFuncTests = []FieldsTest{
    		{"", []string{}},
    		{"XX", []string{}},
    		{"XXhiXXX", []string{"hi"}},
    		{"aXXbXXXcX", []string{"a", "b", "c"}},
    	}
    	for _, tt := range fieldsFuncTests {
    		b := []byte(tt.s)
    		a := FieldsFunc(b, pred)
    
    		// Appending to the results should not change future results.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 24 16:07:25 GMT 2024
    - 56.2K bytes
    - Viewed (0)
Back to top