Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 69 for Capget (0.71 sec)

  1. cmd/batch-handlers.go

    func (r *BatchJobReplicateV1) ReplicateFromSource(ctx context.Context, api ObjectLayer, core *miniogo.Core, srcObjInfo ObjectInfo, retry bool) error {
    	srcBucket := r.Source.Bucket
    	tgtBucket := r.Target.Bucket
    	srcObject := srcObjInfo.Name
    	tgtObject := srcObjInfo.Name
    	if r.Target.Prefix != "" {
    		tgtObject = pathJoin(r.Target.Prefix, srcObjInfo.Name)
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
  2. maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java

            }
    
            @Override
            public Activation transformActivation(Activation target) {
                stk.push(new ActivationFrame("activation", Optional.of(target)));
                try {
                    return super.transformActivation(target);
                } finally {
                    stk.pop();
                }
            }
    
            @Override
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat May 18 14:09:22 UTC 2024
    - 76K bytes
    - Viewed (0)
  3. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

            }
    
            @Override
            public Activation transformActivation(Activation target) {
                stk.push(new ActivationFrame("activation", Optional.of(target)));
                try {
                    return super.transformActivation(target);
                } finally {
                    stk.pop();
                }
            }
    
            @Override
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 10 11:04:53 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/types2/expr.go

    		return x.typ, nil, 0
    	}
    	// x is untyped
    
    	if isUntyped(target) {
    		// both x and target are untyped
    		if m := maxType(x.typ, target); m != nil {
    			return m, nil, 0
    		}
    		return nil, nil, InvalidUntypedConversion
    	}
    
    	if x.isNil() {
    		assert(isUntyped(x.typ))
    		if hasNil(target) {
    			return target, nil, 0
    		}
    		return nil, nil, InvalidUntypedConversion
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  5. src/go/types/expr.go

    		return x.typ, nil, 0
    	}
    	// x is untyped
    
    	if isUntyped(target) {
    		// both x and target are untyped
    		if m := maxType(x.typ, target); m != nil {
    			return m, nil, 0
    		}
    		return nil, nil, InvalidUntypedConversion
    	}
    
    	switch u := under(target).(type) {
    	case *Basic:
    		if x.mode == constant_ {
    			v, code := check.representation(x, u)
    			if code != 0 {
    				return nil, nil, code
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  6. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

            private final ServiceMethod method;
            private Object target;
    
            public FactoryMethodService(DefaultServiceRegistry owner, Object target, ServiceMethod method) {
                super(owner, method.getServiceType());
                this.target = target;
                this.method = method;
            }
    
            @Override
            public String getDisplayName() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  7. pkg/controller/statefulset/stateful_set_utils_test.go

    		},
    	}
    	for _, tc := range testCases {
    		target := &v1.PersistentVolumeClaim{}
    		target.SetOwnerReferences(tc.refs)
    		set := &apps.StatefulSet{}
    		set.SetName("set")
    		set.SetUID("set-uid")
    		pod := &v1.Pod{}
    		pod.SetName("pod")
    		pod.SetUID("pod-uid")
    		set.Spec.PersistentVolumeClaimRetentionPolicy = nil
    		if hasUnexpectedController(target, set, pod) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 50.9K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewrite.go

    // invalidating the schedule.
    func canMergeLoad(target, load *Value) bool {
    	if target.Block.ID != load.Block.ID {
    		// If the load is in a different block do not merge it.
    		return false
    	}
    
    	// We can't merge the load into the target if the load
    	// has more than one use.
    	if load.Uses != 1 {
    		return false
    	}
    
    	mem := load.MemoryArg()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/AbstractConfigurationAttributesResolveIntegrationTest.groovy

                        artifact name: 'b-foo'
                    }
                }
            }
        }
    
        def "selects configuration in target project which matches the configuration attributes when dependency is set on a parent configuration and target configuration is not top-level"() {
            given:
            createDirs("a", "b")
            file('settings.gradle') << "include 'a', 'b'"
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 17:30:11 UTC 2024
    - 64K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

      target.addLegalOp<arith::ConstantOp>();
      target.addLegalOp<func::FuncOp>();
      target.addDynamicallyLegalOp<func::ReturnOp>(is_legal);
      target.addDynamicallyLegalOp<TF::YieldOp>(is_legal);
      target.addDynamicallyLegalOp<TF::TensorListSetItemOp>(is_set_item_legal);
      target.addLegalOp<TFL::CustomOp>();
      // Register fused LSTM/RNN ops as legal.
      target.addLegalOp<TFL::LSTMOp>();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
Back to top