Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 87 for mapValue (0.29 sec)

  1. staging/src/k8s.io/api/imagepolicy/v1alpha1/generated.pb.go

    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.Annotations == nil {
    				m.Annotations = make(map[string]string)
    			}
    			var mapkey string
    			var mapvalue string
    			for iNdEx < postIndex {
    				entryPreIndex := iNdEx
    				var wire uint64
    				for shift := uint(0); ; shift += 7 {
    					if shift >= 64 {
    						return ErrIntOverflowGenerated
    					}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 35.9K bytes
    - Viewed (0)
  2. testing/integ-test/src/crossVersionTest/groovy/org/gradle/integtests/AbstractTaskSubclassingBinaryCompatibilityCrossVersionSpec.groovy

                ? 'getInputs().property("input", "value");'
                : ""}
                        Map<String, Object> mapValues = new HashMap<String, Object>();
                        mapValues.put("mapInput", "mapValue");
                        ${previousVersionLeaksInternal ? "((TaskInputs)getInputs())" : "getInputs()"}.properties(mapValues);
                    }
    
                    @TaskAction
                    public void doGet() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/helper/SearchLogHelper.java

                        if (value instanceof Map) {
                            @SuppressWarnings("unchecked")
                            final Map<String, Object> mapValue = (Map<String, Object>) value;
                            return toLowerHyphen(mapValue);
                        }
                        return e.getValue();
                    }));
        }
    
        public void setUserCheckInterval(final long userCheckInterval) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/composition.go

    	return cost
    }
    
    type variableAccessor struct {
    	name       string
    	result     CompilationResult
    	activation any
    	context    *compositionContext
    }
    
    func (a *variableAccessor) Callback(_ *lazy.MapValue) ref.Val {
    	if a.result.Error != nil {
    		return types.NewErr("composited variable %q fails to compile: %v", a.name, a.result.Error)
    	}
    
    	v, details, err := a.result.Program.ContextEval(a.context, a.activation)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 13 21:06:39 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/runtime/converter.go

    // field errors for any matched keys.
    // `mapValue` is the value of sv containing all of the keys that exist at this level
    // (ie. sv.MapKeys) in the source data.
    // `matchedKeys` are all the keys found for that level in the destination object.
    // This should only be called from `structFromUnstructured`.
    func (c *fromUnstructuredContext) popAndVerifyMatchedKeys(mapValue reflect.Value) {
    	if !c.returnUnknownFields {
    		return
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 16:02:13 UTC 2023
    - 24.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/policy/v1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &v1.Time{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    					skippy, err := skipGenerated(dAtA[iNdEx:])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 45.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/policy/v1beta1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &v1.Time{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    					skippy, err := skipGenerated(dAtA[iNdEx:])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/authentication/v1beta1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &ExtraValue{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storage/v1alpha1/generated.pb.go

    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.AttachmentMetadata == nil {
    				m.AttachmentMetadata = make(map[string]string)
    			}
    			var mapkey string
    			var mapvalue string
    			for iNdEx < postIndex {
    				entryPreIndex := iNdEx
    				var wire uint64
    				for shift := uint(0); ; shift += 7 {
    					if shift >= 64 {
    						return ErrIntOverflowGenerated
    					}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/certificates/v1/generated.pb.go

    					if postmsgIndex < 0 {
    						return ErrInvalidLengthGenerated
    					}
    					if postmsgIndex > l {
    						return io.ErrUnexpectedEOF
    					}
    					mapvalue = &ExtraValue{}
    					if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
    						return err
    					}
    					iNdEx = postmsgIndex
    				} else {
    					iNdEx = entryPreIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.7K bytes
    - Viewed (0)
Back to top