Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 260 for Bell (3.29 sec)

  1. src/cmd/compile/internal/ssa/poset.go

    		}
    		if i2s.Test(r.Target()) {
    			po.setchr(uint32(idx), newedge(i1, r.Strict()))
    			po.upush(undoSetChr, uint32(idx), r)
    		}
    
    		// Connect all children of i2s to i1 (unless those children
    		// are in i2s as well, in which case it would be useless)
    		if i2s.Test(uint32(idx)) {
    			if l != 0 && !i2s.Test(l.Target()) {
    				po.addchild(i1, l.Target(), l.Strict())
    			}
    			if r != 0 && !i2s.Test(r.Target()) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 04 17:23:05 UTC 2023
    - 37.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/cases/cases.go

    	return Caser{makeFold(getOpts(opts...))}
    }
    
    // An Option is used to modify the behavior of a Caser.
    type Option func(o options) options
    
    // TODO: consider these options to take a boolean as well, like FinalSigma.
    // The advantage of using this approach is that other providers of a lower-case
    // algorithm could set different defaults by prefixing a user-provided slice
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. src/cmd/go/internal/vcweb/svn.go

    // client binary, whereas only known implementation of the Subversion HTTP
    // protocol is the mod_dav_svn apache2 module. Apache2 has a lot of dependencies
    // and also seems to rely on global configuration via well-known file paths, so
    // implementing a hermetic test using apache2 would require the test to run in a
    // complicated container environment, which wouldn't be nearly as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:44:48 UTC 2022
    - 5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/mod/sumdb/client.go

    // (only if c.ops.SecurityError does not exit the program) returns ErrSecurity.
    // If the Client's current latest tree head moves forward,
    // mergeLatest updates the underlying configuration file as well,
    // taking care to merge any independent updates to that configuration.
    func (c *Client) mergeLatest(msg []byte) error {
    	// Merge msg into our in-memory copy of the latest tree head.
    	when, err := c.mergeLatestMem(msg)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 17:50:49 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/pass.go

    // of this software and associated documentation files (the "Software"), to deal
    // in the Software without restriction, including without limitation the rights
    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    // furnished to do so, subject to the following conditions:
    //
    // The above copyright notice and this permission notice shall be included in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 01:26:58 UTC 2023
    - 5K bytes
    - Viewed (0)
  6. src/crypto/des/block.go

    	}
    }
    
    // Expand 48-bit input to 64-bit, with each 6-bit block padded by extra two bits at the top.
    // By doing so, we can have the input blocks (four bits each), and the key blocks (six bits each) well-aligned without
    // extra shifts/rotations for alignments.
    func unpack(x uint64) uint64 {
    	return ((x>>(6*1))&0xff)<<(8*0) |
    		((x>>(6*3))&0xff)<<(8*1) |
    		((x>>(6*5))&0xff)<<(8*2) |
    		((x>>(6*7))&0xff)<<(8*3) |
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/rangefunc/rewrite.go

    or
    
    	f(func(#p1 T1, #p2 T2, _ T3) bool {
    		expr1, expr2 = #p1, #p2
    		...
    	})
    
    # Return
    
    If the body contains a "break", that break turns into "return false",
    to tell f to stop. And if the body contains a "continue", that turns
    into "return true", to tell f to proceed with the next value.
    Those are the easy cases.
    
    If the body contains a return or a break/continue/goto L, then we need
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  8. src/cmd/internal/moddeps/moddeps_test.go

    // dependency, minimizing the number of backports needed to pull in critical
    // fixes. It also ensures that any bug detected and fixed in one GOROOT module
    // (such as "std") is fixed in all other modules (such as "cmd") as well.
    func TestDependencyVersionsConsistent(t *testing.T) {
    	// Collect the dependencies of all modules in GOROOT, indexed by module path.
    	type requirement struct {
    		Required    module.Version
    		Replacement module.Version
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modfetch/fetch.go

    	if dirErr == nil {
    		return dir, nil
    	}
    	_, dirExists := dirErr.(*DownloadDirPartialError)
    
    	// Clean up any remaining temporary directories created by old versions
    	// (before 1.16), as well as partially extracted directories (indicated by
    	// DownloadDirPartialError, usually because of a .partial file). This is only
    	// safe to do because the lock file ensures that their writers are no longer
    	// active.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  10. src/crypto/md5/md5_test.go

    	{"277cbe255686b48dd7e8f389394d9299", "It's well we cannot hear the screams/That we create in others' dreams.", "md5\x01gE#\x01\xefͫ\x89\x98\xba\xdc\xfe\x102TvIt's well we cannot hear the scream\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00#"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 23 16:54:46 UTC 2021
    - 17.4K bytes
    - Viewed (0)
Back to top