Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for devices (0.14 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPPOE_ATM ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_PPPOE ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_SERVICES = 136
    pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_SERVICES ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ST = 200
    pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_ST ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_JUNIPER_VP = 183
    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)
  2. doc/go_spec.html

    unicode_digit  = /* a Unicode code point categorized as "Number, decimal digit" */ .
    </pre>
    
    <p>
    In <a href="https://www.unicode.org/versions/Unicode8.0.0/">The Unicode Standard 8.0</a>,
    Section 4.5 "General Category" defines a set of character categories.
    Go treats all characters in any of the Letter categories Lu, Ll, Lt, Lm, or Lo
    as Unicode letters, and those in the Number category Nd as Unicode digits.
    </p>
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top