Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 86 for revoked (0.18 sec)

  1. src/runtime/proc.go

    	// in stopTheWorld.
    	// Break the cycle by doing acquirem/releasem around new(sudog).
    	// The acquirem/releasem increments m.locks during new(sudog),
    	// which keeps the garbage collector from being invoked.
    	mp := acquirem()
    	pp := mp.p.ptr()
    	if len(pp.sudogcache) == 0 {
    		lock(&sched.sudoglock)
    		// First, try to grab a batch from central cache.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. src/net/http/transport_test.go

    // TestTransportGzipRecursive sends a gzip quine and checks that the
    // client gets the same value back. This is more cute than anything,
    // but checks that we don't recurse forever, and checks that
    // Content-Encoding is removed.
    func TestTransportGzipRecursive(t *testing.T) { run(t, testTransportGzipRecursive) }
    func testTransportGzipRecursive(t *testing.T, mode testMode) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

      chown -R etcd "${mount_point}/var/etcd"
      chgrp -R etcd "${mount_point}/var/etcd"
    }
    
    # append_or_replace_prefixed_line ensures:
    # 1. the specified file exists
    # 2. existing lines with the specified ${prefix} are removed
    # 3. a new line with the specified ${prefix}${suffix} is appended
    function append_or_replace_prefixed_line {
      local -r file="${1:-}"
      local -r prefix="${2:-}"
      local -r suffix="${3:-}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/load/pkg.go

    	}
    	if p1.Error != nil {
    		base.Fatalf("load %s: %v", pkg, p1.Error)
    	}
    
    	p.Internal.Imports = append(p.Internal.Imports, p1)
    }
    
    // PrepareForCoverageBuild is a helper invoked for "go install
    // -cover", "go run -cover", and "go build -cover" (but not used by
    // "go test -cover"). It walks through the packages being built (and
    // dependencies) and marks them for coverage instrumentation when
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  5. src/reflect/value.go

    	t := e.Type
    	if t == nil {
    		return Value{}
    	}
    	f := flag(t.Kind())
    	if t.IfaceIndir() {
    		f |= flagIndir
    	}
    	return Value{t, e.Data, f}
    }
    
    // A ValueError occurs when a Value method is invoked on
    // a [Value] that does not support it. Such cases are documented
    // in the description of each method.
    type ValueError struct {
    	Method string
    	Kind   Kind
    }
    
    func (e *ValueError) Error() string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/popper.min.js.map

    useful when writing custom modifiers.\n   * Starting from version 1.7, this method is available only if you\n   * include `popper-utils.js` before `popper.js`.\n   *\n   * **DEPRECATION**: This way to access PopperUtils is deprecated\n   * and will be removed in v2! Use the PopperUtils module directly instead.\n   * Due to the high instability of the methods contained in Utils, we can't\n   * guarantee them to follow semver. Use them at your own risk!\n   * @static\n   * @private\n   * @type {Object}\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/generic.rules

    (NilCheck ptr:(SelectN [0] call:(StaticLECall _ _)) _)
    	&& isSameCall(call.Aux, "runtime.newobject")
    	&& warnRule(fe.Debug_checknil(), v, "removed nil check")
    	=> ptr
    
    (NilCheck ptr:(OffPtr (SelectN [0] call:(StaticLECall _ _))) _)
    	&& isSameCall(call.Aux, "runtime.newobject")
    	&& warnRule(fe.Debug_checknil(), v, "removed nil check")
    	=> ptr
    
    // Addresses of globals are always non-nil.
    (NilCheck          ptr:(Addr {_} (SB))    _) => ptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  8. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    				testutil.CreateZoneID("region1", "zone1"): stateFullDisruption,
    				testutil.CreateZoneID("region2", "zone2"): stateFullDisruption,
    			},
    		},
    		"Full Disruption: Ready condition removed from the Node": {
    			nodeList: []*v1.Node{
    				{
    					ObjectMeta: metav1.ObjectMeta{
    						Name:              "node0",
    						CreationTimestamp: fakeNow,
    						Labels: map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    convene in the Eyes before they come at the bottom; and therefore the Picture made in the bottom and the Vision caused thereby will not be distinct, unless the Object be brought so near the Eye as that the place where the converging Rays convene may be removed to the bottom, or that the plumpness of the Eye be taken off and the Refractions diminished by a Concave-glass of a due degree of Concavity, or lastly that by Age the Eye grow flatter till it come to a due Figure: For short-sighted Men see remote...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    		o2 = AOP_RRR(OP_MULLD, REGTMP, REGTMP, uint32(p.From.Reg))
    		o3 = AOP_RRR(OP_SUBF|t, uint32(p.To.Reg), REGTMP, uint32(r))
    		/* cases 50,51: removed; can be reused. */
    
    		/* cases 50,51: removed; can be reused. */
    
    	case 52: /* mtfsbNx cr(n) */
    		v := c.regoff(&p.From) & 31
    
    		o1 = AOP_RRR(c.oprrr(p.As), uint32(v), 0, 0)
    
    	case 53: /* mffsX ,fr1 */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top