Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for clarin (1.59 sec)

  1. doc/go1.17_spec.html

    as a numeric constant: <code>\x</code> followed by exactly two hexadecimal
    digits; <code>\u</code> followed by exactly four hexadecimal digits;
    <code>\U</code> followed by exactly eight hexadecimal digits, and a
    plain backslash <code>\</code> followed by exactly three octal digits.
    In each case the value of the literal is the value represented by
    the digits in the corresponding base.
    </p>
    
    <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)
  2. api/go1.txt

    pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE ideal-int
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE_TS ideal-int
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASE ideal-int
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS ideal-int
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_EV ideal-int
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_MICROSOFT_ROOT 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 (1)
  3. src/cmd/cgo/gcc.go

    		return false
    	}
    	if f := dt.Field[0]; f.Name != "unused" || f.Type.Common().Name != "int" {
    		return false
    	}
    	return true
    }
    
    // baseBadPointerTypedef reports whether the base of a chain of typedefs is a bad typedef
    // as badPointerTypedef reports.
    func (c *typeConv) baseBadPointerTypedef(dt *dwarf.TypedefType) bool {
    	for {
    		if t, ok := dt.Type.(*dwarf.TypedefType); ok {
    			dt = t
    			continue
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  4. PATENTS

    infringed only as a consequence of further modification of this
    implementation.  If you or your agent or exclusive licensee institute or
    order or agree to the institution of patent litigation against any
    entity (including a cross-claim or counterclaim in a lawsuit) alleging
    that this implementation of Go or any code incorporated within this
    implementation of Go constitutes direct or contributory patent
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Dec 06 21:31:59 GMT 2010
    - 1.3K bytes
    - Viewed (0)
  5. doc/go_spec.html

    (possibly also generic) functions, and returning generic functions
    as results.
    Type inference operates on a set of equations specific to each of
    these cases.
    The equations are as follows (type argument lists are omitted for clarity):
    </p>
    
    <ul>
    <li>
    	<p>
    	For a function call <code>f(a<sub>0</sub>, a<sub>1</sub>, …)</code> where
    	<code>f</code> or a function argument <code>a<sub>i</sub></code> is
    	a generic function:
    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)
  6. api/go1.1.txt

    pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE = 2
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASE = 1
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_EV = 8
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7
    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)
  7. src/cmd/asm/internal/asm/asm.go

    			// Special 3-operand jumps.
    			// a[1] is a register number expressed as a constant or register value
    			target = &a[2]
    			prog.From = a[0]
    			if a[0].Type != obj.TYPE_CONST {
    				// Legacy code may use a plain constant, accept it, and coerce
    				// into a constant. E.g:
    				//   BC 4,...
    				// into
    				//   BC $4,...
    				prog.From = obj.Addr{
    					Type:   obj.TYPE_CONST,
    					Offset: p.getConstant(prog, op, &a[0]),
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
  8. api/go1.19.txt

    pkg go/doc/comment, type Parser struct, LookupSym func(string, string) bool #51082
    pkg go/doc/comment, type Parser struct, Words map[string]string #51082
    pkg go/doc/comment, type Plain string #51082
    pkg go/doc/comment, type Printer struct #51082
    pkg go/doc/comment, type Printer struct, DocLinkBaseURL string #51082
    pkg go/doc/comment, type Printer struct, DocLinkURL func(*DocLink) string #51082
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Viewed (1)
  9. api/go1.2.txt

    pkg syscall (windows-386), const LAYERED_PROTOCOL = 0
    pkg syscall (windows-386), const LAYERED_PROTOCOL ideal-int
    pkg syscall (windows-386), const MAX_PROTOCOL_CHAIN = 7
    pkg syscall (windows-386), const MAX_PROTOCOL_CHAIN ideal-int
    pkg syscall (windows-386), const NetSetupDomainName = 3
    pkg syscall (windows-386), const NetSetupDomainName ideal-int
    pkg syscall (windows-386), const NetSetupUnjoined = 1
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top