Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for opt (0.15 sec)

  1. doc/godebug.md

    but may nonetheless break some existing programs,
    we first engineer the change to keep as many existing programs working as possible.
    For the remaining programs,
    we define a new GODEBUG setting that
    allows individual programs to opt back in to the old behavior.
    A GODEBUG setting may not be added if doing so is infeasible,
    but that should be extremely rare.
    
    GODEBUG settings added for compatibility will be maintained
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    </p>
    
    <pre>
    func()
    func(x int) int
    func(a, _ int, z float32) bool
    func(a, b int, z float32) (bool)
    func(prefix string, values ...int)
    func(a, b int, z float64, opt ...interface{}) (success bool)
    func(int, int, float64) (float64, *[]int)
    func(n int) func(p *T)
    </pre>
    
    
    <h3 id="Interface_types">Interface types</h3>
    
    <p>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg debug/elf, const DT_PPC64_OPDSZ DynTag
    pkg debug/elf, const DT_PPC64_OPT = 1879048195
    pkg debug/elf, const DT_PPC64_OPT DynTag
    pkg debug/elf, const DT_PPC_GOT = 1879048192
    pkg debug/elf, const DT_PPC_GOT DynTag
    pkg debug/elf, const DT_PPC_OPT = 1879048193
    pkg debug/elf, const DT_PPC_OPT DynTag
    pkg debug/elf, const DT_RELACOUNT = 1879048185
    pkg debug/elf, const DT_RELACOUNT DynTag
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (windows-386), const DNS_TYPE_NSEC ideal-int
    pkg syscall (windows-386), const DNS_TYPE_NULL ideal-int
    pkg syscall (windows-386), const DNS_TYPE_NXT ideal-int
    pkg syscall (windows-386), const DNS_TYPE_OPT ideal-int
    pkg syscall (windows-386), const DNS_TYPE_PTR ideal-int
    pkg syscall (windows-386), const DNS_TYPE_PX ideal-int
    pkg syscall (windows-386), const DNS_TYPE_RP ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  5. api/go1.20.txt

    pkg debug/elf, const R_PPC64_PCREL28 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_PCREL34 = 132 #54345
    pkg debug/elf, const R_PPC64_PCREL34 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_PCREL_OPT = 123 #54345
    pkg debug/elf, const R_PPC64_PCREL_OPT R_PPC64 #54345
    pkg debug/elf, const R_PPC64_PLT16_HA = 31 #54345
    pkg debug/elf, const R_PPC64_PLT16_HA R_PPC64 #54345
    pkg debug/elf, const R_PPC64_PLT16_HI = 30 #54345
    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)
  6. doc/go_spec.html

    </p>
    
    <pre>
    func()
    func(x int) int
    func(a, _ int, z float32) bool
    func(a, b int, z float32) (bool)
    func(prefix string, values ...int)
    func(a, b int, z float64, opt ...interface{}) (success bool)
    func(int, int, float64) (float64, *[]int)
    func(n int) func(p *T)
    </pre>
    
    <h3 id="Interface_types">Interface types</h3>
    
    <p>
    An interface type defines a <i>type set</i>.
    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)
  7. api/go1.1.txt

    pkg syscall (windows-386), const DNS_TYPE_NSEC = 47
    pkg syscall (windows-386), const DNS_TYPE_NULL = 10
    pkg syscall (windows-386), const DNS_TYPE_NXT = 30
    pkg syscall (windows-386), const DNS_TYPE_OPT = 41
    pkg syscall (windows-386), const DNS_TYPE_PTR = 12
    pkg syscall (windows-386), const DNS_TYPE_PX = 26
    pkg syscall (windows-386), const DNS_TYPE_RP = 17
    pkg syscall (windows-386), const DNS_TYPE_RRSIG = 46
    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)
Back to top