Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 110 for Option (0.15 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    		storage.requestedFieldSelector = options.FieldSelector
    	}
    	storage.requestedResourceVersion = ""
    	if options != nil {
    		storage.requestedResourceVersion = options.ResourceVersion
    	}
    	storage.requestedResourceNamespace = request.NamespaceValue(ctx)
    	if err := storage.errors["watch"]; err != nil {
    		return nil, err
    	}
    	storage.fakeWatch = watch.NewFake()
    	return storage.fakeWatch, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  2. src/main/webapp/js/bootstrap.min.js.map

         ...config\n        }\n      }\n\n      const action = typeof config === 'string' ? config : _config.slide\n\n      if (!data) {\n        data = new Carousel(this, _config)\n        $(this).data(DATA_KEY, data)\n      }\n\n      if (typeof config === 'number') {\n        data.to(config)\n      } else if (typeof action === 'string') {\n        if (typeof data[action] === 'undefined') {\n          throw new TypeError(`No method named \"${action}\"`)\n        }\n        data[action]()\n      } else...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    	newprog    obj.ProgAlloc
    	cursym     *obj.LSym
    	autosize   int32
    	instoffset int64
    	pc         int64
    }
    
    // Instruction layout.
    
    const (
    	r0iszero = 1
    )
    
    const (
    	// R bit option in prefixed load/store/add D-form operations
    	PFX_R_ABS   = 0 // Offset is absolute
    	PFX_R_PCREL = 1 // Offset is relative to PC, RA should be 0
    )
    
    const (
    	// The preferred hardware nop instruction.
    	NOP = 0x60000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Particles. The _Vis inertiƦ_ is a passive Principle by which Bodies persist in their Motion or Rest, receive Motion in proportion to the Force impressing it, and resist as much as they are resisted. By this Principle alone there never could have been any Motion in the World. Some other Principle was necessary for putting Bodies into Motion; and now they are in Motion, some other Principle is necessary for conserving the Motion. For from the various Composition of two Motions, 'tis very certain that there...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. pkg/registry/batch/job/strategy_test.go

    						Rules: []batch.PodFailurePolicyRule{
    							{
    								Action: batch.PodFailurePolicyActionFailJob,
    								OnExitCodes: &batch.PodFailurePolicyOnExitCodesRequirement{
    									Operator: batch.PodFailurePolicyOnExitCodesOpIn,
    									Values:   []int32{2},
    								},
    							},
    							{
    								Action: batch.PodFailurePolicyActionFailIndex,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    				// Do not signal error and continue to search
    				// for matching EVEX-encoded form.
    				z += int(yt.zoffset)
    				continue
    			}
    
    			switch o.prefix {
    			case Px1: // first option valid only in 32-bit mode
    				if ctxt.Arch.Family == sys.AMD64 && z == 0 {
    					z += int(yt.zoffset) + xo
    					continue
    				}
    			case Pq: // 16 bit escape and opcode escape
    				ab.Put2(Pe, Pm)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. pkg/config/validation/validation_test.go

    			annotations: map[string]string{"istio.io/dry-run": "true"},
    			in: &security_beta.AuthorizationPolicy{
    				Action: security_beta.AuthorizationPolicy_CUSTOM,
    			},
    			valid: false,
    		},
    		{
    			name:        "dry-run-invalid-action-audit",
    			annotations: map[string]string{"istio.io/dry-run": "true"},
    			in: &security_beta.AuthorizationPolicy{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  8. pkg/controller/daemon/daemon_controller_test.go

    		if err != nil {
    			t.Fatal(err)
    		}
    
    		var updated *apps.DaemonSet
    		clientset.PrependReactor("update", "daemonsets", func(action core.Action) (handled bool, ret runtime.Object, err error) {
    			if action.GetSubresource() != "status" {
    				return false, nil, nil
    			}
    			if u, ok := action.(core.UpdateAction); ok {
    				updated = u.GetObject().(*apps.DaemonSet)
    			}
    			return false, nil, nil
    		})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  9. pkg/controller/job/job_controller_test.go

    			},
    		},
    	}
    
    	onExitCodeRules := []batch.PodFailurePolicyRule{
    		{
    			Action: batch.PodFailurePolicyActionIgnore,
    			OnExitCodes: &batch.PodFailurePolicyOnExitCodesRequirement{
    				Operator: batch.PodFailurePolicyOnExitCodesOpIn,
    				Values:   []int32{1, 2, 3},
    			},
    		},
    		{
    			Action: batch.PodFailurePolicyActionFailJob,
    			OnExitCodes: &batch.PodFailurePolicyOnExitCodesRequirement{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  10. pkg/controller/garbagecollector/garbagecollector_test.go

    				}
    			}
    
    			{
    				var actualClientActions []string
    				for _, action := range ctx.metadataClient.Actions() {
    					s := fmt.Sprintf("%s %s", action.GetVerb(), action.GetResource())
    					if action.GetNamespace() != "" {
    						s += " ns=" + action.GetNamespace()
    					}
    					if get, ok := action.(clientgotesting.GetAction); ok && get.GetName() != "" {
    						s += " name=" + get.GetName()
    					}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top