Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 61 for place (0.17 sec)

  1. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	}
    	op := n.Op.Copy(fn, skip)
    	var place AST
    	if n.Place != nil {
    		place = n.Place.Copy(fn, skip)
    	}
    	typ := n.Type.Copy(fn, skip)
    	var ini AST
    	if n.Init != nil {
    		ini = n.Init.Copy(fn, skip)
    	}
    	if op == nil && place == nil && typ == nil && ini == nil {
    		return fn(n)
    	}
    	if op == nil {
    		op = n.Op
    	}
    	if place == nil {
    		place = n.Place
    	}
    	if typ == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    perpendicular ones are MC/NG × CG and AD/EF × CF. And if the force of the refracting Plane begins to act upon the Rays either in that Plane or at a certain distance from it on the one side, and ends at a certain distance from it on the other side, and in all places between those two limits acts upon the Rays in Lines perpendicular to that refracting Plane, and the Actions upon the Rays at equal distances from the refracting Plane be equal, and at unequal ones either equal or unequal according to any rate...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. cmd/bucket-replication.go

    	go globalReplicationStats.trackEWMA()
    }
    
    type proxyResult struct {
    	Proxy bool
    	Err   error
    }
    
    // get Reader from replication target if active-active replication is in place and
    // this node returns a 404
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/data.go

    		sect.Extnum = n
    		n++
    	}
    }
    
    // allocateDataSectionForSym creates a new sym.Section into which a
    // single symbol will be placed. Here "seg" is the segment into which
    // the section will go, "s" is the symbol to be placed into the new
    // section, and "rwx" contains permissions for the section.
    func (state *dodataState) allocateDataSectionForSym(seg *sym.Segment, s loader.Sym, rwx int) *sym.Section {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    time.
    
      `I want a clean cup,' interrupted the Hatter:  `let's all move
    one place on.'
    
      He moved on as he spoke, and the Dormouse followed him:  the
    March Hare moved into the Dormouse's place, and Alice rather
    unwillingly took the place of the March Hare.  The Hatter was the
    only one who got any advantage from the change:  and Alice was a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    time.
    
      `I want a clean cup,' interrupted the Hatter:  `let's all move
    one place on.'
    
      He moved on as he spoke, and the Dormouse followed him:  the
    March Hare moved into the Dormouse's place, and Alice rather
    unwillingly took the place of the March Hare.  The Hatter was the
    only one who got any advantage from the change:  and Alice was a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  7. cmd/object-handlers.go

    			proxytgts := getProxyTargets(ctx, bucket, object, opts)
    			if !proxytgts.Empty() {
    				globalReplicationStats.incProxy(bucket, getObjectAPI, false)
    				// proxy to replication target if active-active replication is in place.
    				reader, proxy, perr = proxyGetToReplicationTarget(ctx, bucket, object, rs, r.Header, opts, proxytgts)
    				if perr != nil {
    					globalReplicationStats.incProxy(bucket, getObjectAPI, true)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                    if (applyRole) {
                        applyRole();
                    }
                }
    
                // Caller should place property value on the top of the stack
                protected void applyRole() {
                    // GENERATE getFactory().applyRole(<value>)
                    _ALOAD(0);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  9. pkg/controller/daemon/daemon_controller_test.go

    			t.Fatal(err)
    		}
    		err = manager.dsStore.Add(ds)
    		if err != nil {
    			t.Fatal(err)
    		}
    
    		expectSyncDaemonSets(t, manager, ds, podControl, 1, 0, 0)
    	}
    }
    
    // DaemonSets should place onto NotReady nodes
    func TestNotReadyNodeDaemonDoesLaunchPod(t *testing.T) {
    	for _, strategy := range updateStrategies() {
    		ds := newDaemonSet("foo")
    		ds.Spec.UpdateStrategy = *strategy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  10. pkg/api/pod/util_test.go

    		pod                       func() *api.Pod
    	}{
    		{
    			description:               "has in-place vertical scaling enabled with resources",
    			hasInPlaceVerticalScaling: true,
    			pod:                       podWithInPlaceVerticalScaling,
    		},
    		{
    			description:               "has in-place vertical scaling disabled",
    			hasInPlaceVerticalScaling: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top