Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 343 for begins (0.23 sec)

  1. src/cmd/link/internal/loadelf/ldelf.go

    	entsize     uint64
    	base        []byte
    	readOnlyMem bool // Is this section in readonly memory?
    	sym         loader.Sym
    }
    
    type ElfObj struct {
    	f         *bio.Reader
    	base      int64 // offset in f where ELF begins
    	length    int64 // length of ELF
    	is64      int
    	name      string
    	e         binary.ByteOrder
    	sect      []ElfSect
    	nsect     uint
    	nsymtab   int
    	symtab    *ElfSect
    	symstr    *ElfSect
    	type_     uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:12:12 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  2. src/net/url/url.go

    //   - if u.Host is empty, host/ is omitted.
    //   - if u.Scheme and u.Host are empty and u.User is nil,
    //     the entire scheme://userinfo@host/ is omitted.
    //   - if u.Host is non-empty and u.Path begins with a /,
    //     the form host/path does not add its own /.
    //   - if u.RawQuery is empty, ?query is omitted.
    //   - if u.Fragment is empty, #fragment is omitted.
    func (u *URL) String() string {
    	var buf strings.Builder
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 36.1K bytes
    - Viewed (0)
  3. guava/src/com/google/common/net/InetAddresses.java

     * information on "bogons", including lists of IPv6 bogon space, see:
     *
     * <ul>
     *   <li><a target="_parent"
     *       href="http://en.wikipedia.org/wiki/Bogon_filtering">http://en.wikipedia.
     *       org/wiki/Bogon_filtering</a>
     *   <li><a target="_parent"
     *       href="http://www.cymru.com/Bogons/ipv6.txt">http://www.cymru.com/Bogons/ ipv6.txt</a>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/net/InetAddresses.java

     * information on "bogons", including lists of IPv6 bogon space, see:
     *
     * <ul>
     *   <li><a target="_parent"
     *       href="http://en.wikipedia.org/wiki/Bogon_filtering">http://en.wikipedia.
     *       org/wiki/Bogon_filtering</a>
     *   <li><a target="_parent"
     *       href="http://www.cymru.com/Bogons/ipv6.txt">http://www.cymru.com/Bogons/ ipv6.txt</a>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modfetch/coderepo.go

    func (fi dataFileInfo) Sys() any           { return nil }
    
    func (fi dataFileInfo) String() string {
    	return fs.FormatFileInfo(fi)
    }
    
    // hasPathPrefix reports whether the path s begins with the
    // elements in prefix.
    func hasPathPrefix(s, prefix string) bool {
    	switch {
    	default:
    		return false
    	case len(s) == len(prefix):
    		return s == prefix
    	case len(s) > len(prefix):
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    // stipulates a full lock.  Absence of either suffix means that either
    // (a) the lock must NOT be held at call time and will not be held
    // upon return or (b) locking is irrelevant.
    
    // StartFunction begins the process of handling a request.  If the
    // request gets queued then this function uses the given hashValue as
    // the source of entropy as it shuffle-shards the request into a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  7. src/flag/flag.go

    // decompose the comma-separated string into the slice.
    func (f *FlagSet) Var(value Value, name string, usage string) {
    	// Flag must not begin "-" or contain "=".
    	if strings.HasPrefix(name, "-") {
    		panic(f.sprintf("flag %q begins with -", name))
    	} else if strings.Contains(name, "=") {
    		panic(f.sprintf("flag %q contains =", name))
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 18:38:24 UTC 2024
    - 39.7K bytes
    - Viewed (0)
  8. cmd/kube-proxy/app/server.go

    	fs.StringVar(&o.config.ClusterCIDR, "cluster-cidr", o.config.ClusterCIDR, "The CIDR range of the pods in the cluster. (For dual-stack clusters, this can be a comma-separated dual-stack pair of CIDR ranges.). When --detect-local-mode...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/liveness/plive.go

    	"cmd/internal/obj"
    	"cmd/internal/src"
    
    	rtabi "internal/abi"
    )
    
    // OpVarDef is an annotation for the liveness analysis, marking a place
    // where a complete initialization (definition) of a variable begins.
    // Since the liveness analysis can see initialization of single-word
    // variables quite easy, OpVarDef is only needed for multi-word
    // variables satisfying isfat(n.Type). For simplicity though, buildssa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 15:22:22 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  10. src/cmd/trace/regions.go

      padding-bottom: 4px;
    }
    </style>
    <body>
    <h1>Regions</h1>
    
    Below is a table containing a summary of all the user-defined regions in the trace.
    Regions are grouped by the region type and the point at which the region started.
    The rightmost column of the table contains a latency histogram for each region group.
    Note that this histogram only counts regions that began and ended within the traced
    period.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top