Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,137 for begins (0.14 sec)

  1. src/os/exec/lp_unix.go

    // [errors.Is](err, [ErrDot]). See the package documentation for more details.
    func LookPath(file string) (string, error) {
    	// NOTE(rsc): I wish we could use the Plan 9 behavior here
    	// (only bypass the path if file begins with / or ./ or ../)
    	// but that would not match all the Unix shells.
    
    	if strings.Contains(file, "/") {
    		err := findExecutable(file)
    		if err == nil {
    			return file, nil
    		}
    		return "", &Error{file, err}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:33:12 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modindex/index_format.txt

    The following is the format for a full module:
    
    “go index v2\n”
    str uint32 - offset of string table
    n uint32 - number of packages
    for each rawPackage:
    	dirname - string offset
    	package - offset where package begins
    for each rawPackage:
    	error uint32 - string offset // error is produced by fsys.ReadDir or fmt.Errorf
    	dir uint32 - string offset (directory path relative to module root)
    	len(sourceFiles) uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 13 00:22:50 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. src/cmd/go/scriptreadme_test.go

    In general script files should have short names: a few words, not whole sentences.
    The first word should be the general category of behavior being tested,
    often the name of a go subcommand (list, build, test, ...) or concept (vendor, pattern).
    
    Each script is a text archive (go doc internal/txtar).
    The script begins with an actual command script to run
    followed by the content of zero or more supporting files to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  4. src/net/http/httptrace/trace.go

    	Got1xxResponse func(code int, header textproto.MIMEHeader) error
    
    	// DNSStart is called when a DNS lookup begins.
    	DNSStart func(DNSStartInfo)
    
    	// DNSDone is called when a DNS lookup ends.
    	DNSDone func(DNSDoneInfo)
    
    	// ConnectStart is called when a new connection's Dial begins.
    	// If net.Dialer.DualStack (IPv6 "Happy Eyeballs") support is
    	// enabled, this may be called multiple times.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  5. src/cmd/internal/objfile/macho.go

    func (f *machoFile) symbols() ([]Sym, error) {
    	if f.macho.Symtab == nil {
    		return nil, nil
    	}
    
    	// Build sorted list of addresses of all symbols.
    	// We infer the size of a symbol by looking at where the next symbol begins.
    	var addrs []uint64
    	for _, s := range f.macho.Symtab.Syms {
    		// Skip stab debug info.
    		if s.Type&stabTypeMask == 0 {
    			addrs = append(addrs, s.Value)
    		}
    	}
    	sort.Sort(uint64s(addrs))
    
    	var syms []Sym
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:59 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. src/cmd/doc/main.go

    //
    // The first item in this list that succeeds is the one whose documentation
    // is printed. If there is a symbol but no package, the package in the current
    // directory is chosen. However, if the argument begins with a capital
    // letter it is always assumed to be a symbol in the current directory.
    //
    // Two arguments:
    //
    //	go doc <pkg> <sym>[.<methodOrField>]
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/running-builds/introduction/build_file_basics.adoc

    [source,kotlin]
    ----
    application {
        mainClass = "com.example.Main"
    }
    ----
    
    In this example, the main class (i.e., the point where the program's execution begins) is `com.example.Main`.
    
    Consult the <<writing_build_scripts.adoc#writing_build_scripts,Writing Build Scripts>> page to learn more.
    
    [.text-right]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  8. JavadocStyleGuide.md

    - Insert a blank comment line between the description and the list of tags, as shown.
    - The first line that begins with an `@` character ends the description; you cannot continue the description following block tags.
    - Block tags must be added in order.
    - The last line contains the end-comment delimiter ( `*/`).
    
    So lines won't wrap, limit any doc-comment lines to 120 characters.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 15:43:07 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  9. src/internal/filepathlite/path_windows.go

    	case len(path) >= 2 && IsPathSeparator(path[1]):
    		// Path starts with \\, and is a UNC path.
    		return uncLen(path, 2)
    	}
    	return 0
    }
    
    // pathHasPrefixFold tests whether the path s begins with prefix,
    // ignoring case and treating all path separators as equivalent.
    // If s is longer than prefix, then s[len(prefix)] must be a path separator.
    func pathHasPrefixFold(s, prefix string) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 23:07:50 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  10. src/math/tan.go

    // arithmetic   domain     # trials      peak         rms
    //    DEC      +-1.07e9      44000      4.1e-17     1.0e-17
    //    IEEE     +-1.07e9      30000      2.9e-16     8.1e-17
    //
    // Partial loss of accuracy begins to occur at x = 2**30 = 1.074e9.  The loss
    // is not gradual, but jumps suddenly to about 1 part in 10e7.  Results may
    // be meaningless for x > 2**49 = 5.6e14.
    // [Accuracy loss statement from sin.go comments.]
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun May 08 17:27:54 UTC 2022
    - 3.7K bytes
    - Viewed (0)
Back to top