Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Dependant (0.32 sec)

  1. doc/go1.17_spec.html

    </li>
    </ol>
    
    <p>
    In all non-constant conversions involving floating-point or complex values,
    if the result type cannot represent the value the conversion
    succeeds but the result value is implementation-dependent.
    </p>
    
    <h4 id="Conversions_to_and_from_a_string_type">Conversions to and from a string type</h4>
    
    <ol>
    <li>
    Converting a signed or unsigned integer value to a string type yields a
    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. doc/next/6-stdlib/99-minor/archive/tar/50102.md

    If the argument to [FileInfoHeader] implements the new [FileInfoNames]
    interface, then the interface methods will be used to set the Uname/Gname
    of the file header. This allows applications to override the system-dependent
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 243 bytes
    - Viewed (0)
  3. src/archive/tar/common.go

    	case TypeFifo:
    		mode |= fs.ModeNamedPipe
    	}
    
    	return mode
    }
    
    func (fi headerFileInfo) String() string {
    	return fs.FormatFileInfo(fi)
    }
    
    // sysStat, if non-nil, populates h from system-dependent fields of fi.
    var sysStat func(fi fs.FileInfo, h *Header, doNameLookups bool) error
    
    const (
    	// Mode constants from the USTAR spec:
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  4. doc/asm.html

    through the value of an otherwise unused (as far as Go is concerned) register in the MMU.
    In the runtime package, assembly code can include <code>go_tls.h</code>, which defines
    an OS- and architecture-dependent macro <code>get_tls</code> for accessing this register.
    The <code>get_tls</code> macro takes one argument, which is the register to load the
    <code>g</code> pointer into.
    </p>
    
    <p>
    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)
  5. doc/go_spec.html

    </li>
    </ol>
    
    <p>
    In all non-constant conversions involving floating-point or complex values,
    if the result type cannot represent the value the conversion
    succeeds but the result value is implementation-dependent.
    </p>
    
    <h4 id="Conversions_to_and_from_a_string_type">Conversions to and from a string type</h4>
    
    <ol>
    <li>
    Converting a slice of bytes to a string type yields
    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