Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for 5215 (0.16 sec)

  1. api/go1.3.txt

    pkg syscall (freebsd-arm), const SYS_ACCEPT4 ideal-int
    pkg syscall (freebsd-arm), const SYS_BINDAT = 538
    pkg syscall (freebsd-arm), const SYS_BINDAT ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_GETRIGHTS = 515
    pkg syscall (freebsd-arm), const SYS_CAP_GETRIGHTS ideal-int
    pkg syscall (freebsd-arm), const SYS_CHFLAGSAT = 540
    pkg syscall (freebsd-arm), const SYS_CHFLAGSAT ideal-int
    pkg syscall (freebsd-arm), const SYS_CONNECTAT = 539
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_LINUX = 191
    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_LINUX ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_15_4_NONASK_PHY ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS = 188
    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_16_MAC_CPS ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/lex/tokenizer.go

    	case '_': // Underscore; traditional.
    		return true
    	case '\u00B7': // Represents the period in runtime.exit. U+00B7 '·' middle dot
    		return true
    	case '\u2215': // Represents the slash in runtime/debug.setGCPercent. U+2215 '∕' division slash
    		return true
    	}
    	// Digits are OK only after the first character.
    	return i > 0 && unicode.IsDigit(ch)
    }
    
    func (t *Tokenizer) Text() string {
    	switch t.tok {
    	case LSH:
    		return "<<"
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 04 20:35:21 GMT 2022
    - 3K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4_NOFCS = 230
    pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4_NOFCS ideal-int
    pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4_NONASK_PHY = 215
    pkg syscall (freebsd-arm64), const DLT_IEEE802_15_4_NONASK_PHY ideal-int
    pkg syscall (freebsd-arm64), const DLT_IEEE802_16_MAC_CPS = 188
    pkg syscall (freebsd-arm64), const DLT_IEEE802_16_MAC_CPS ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. src/bytes/bytes_test.go

    			if pos != -1 {
    				t.Errorf("IndexByte(%q, 'x') = %v", b1, pos)
    			}
    		}
    	}
    }
    
    // test a small index across all page offsets
    func TestIndexByteSmall(t *testing.T) {
    	b := make([]byte, 5015) // bigger than a page
    	// Make sure we find the correct byte even when straddling a page.
    	for i := 0; i <= len(b)-15; i++ {
    		for j := 0; j < 15; j++ {
    			b[i+j] = byte(100 + j)
    		}
    		for j := 0; j < 15; j++ {
    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)
  6. doc/asm.html

    Because the assembler's parser treats period and slash as punctuation,
    those strings cannot be used directly as identifier names.
    Instead, the assembler allows the middle dot character U+00B7
    and the division slash U+2215 in identifiers and rewrites them to
    plain period and slash.
    Within an assembler source file, the symbols above are written as
    <code>fmt·Printf</code> and <code>math∕rand·Int</code>.
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  7. api/go1.20.txt

    pkg testing, method (*B) Elapsed() time.Duration #43620
    pkg time, const DateOnly = "2006-01-02" #52746
    pkg time, const DateOnly ideal-string #52746
    pkg time, const DateTime = "2006-01-02 15:04:05" #52746
    pkg time, const DateTime ideal-string #52746
    pkg time, const TimeOnly = "15:04:05" #52746
    pkg time, const TimeOnly ideal-string #52746
    pkg time, method (Time) Compare(Time) int #50770
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg time, const RubyDate = "Mon Jan 02 15:04:05 -0700 2006"
    pkg time, const Saturday = 6
    pkg time, const Second = 1000000000
    pkg time, const September = 9
    pkg time, const Stamp = "Jan _2 15:04:05"
    pkg time, const StampMicro = "Jan _2 15:04:05.000000"
    pkg time, const StampMilli = "Jan _2 15:04:05.000"
    pkg time, const StampNano = "Jan _2 15:04:05.000000000"
    pkg time, const Sunday = 0
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.11.txt

    pkg debug/elf, const EM_BLACKFIN Machine
    pkg debug/elf, const EM_BPF = 247
    pkg debug/elf, const EM_BPF Machine
    pkg debug/elf, const EM_C166 = 116
    pkg debug/elf, const EM_C166 Machine
    pkg debug/elf, const EM_CDP = 215
    pkg debug/elf, const EM_CDP Machine
    pkg debug/elf, const EM_CE = 119
    pkg debug/elf, const EM_CE Machine
    pkg debug/elf, const EM_CLOUDSHIELD = 192
    pkg debug/elf, const EM_CLOUDSHIELD Machine
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
Back to top