Searched refs:WidenedType (Results 1 – 4 of 4) sorted by relevance
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-swagger/go-swagger/cmd/swagger/commands/diff/ |
H A D | checks.go | 160 …diffs = addTypeDiff(diffs, TypeDiff{Change: WidenedType, Description: fmt.Sprintf("Exclusive Maxim… 168 …diffs = addTypeDiff(diffs, TypeDiff{Change: WidenedType, Description: fmt.Sprintf("Exclusive Minim… 176 … maxDiffs := CompareFloatValues("Maximum", type1.Maximum, type2.Maximum, WidenedType, NarrowedType) 178 … minDiffs := CompareFloatValues("Minimum", type1.Minimum, type2.Minimum, NarrowedType, WidenedType) 190 …Diffs := CompareIntValues("MinLength", type1.MinLength, type2.MinLength, NarrowedType, WidenedType) 192 …maxLengthDiffs := CompareIntValues("MaxLength", type1.MinLength, type2.MinLength, WidenedType, Nar… 235 return TypeDiff{Change: WidenedType, Description: diffDescription} 247 return TypeDiff{Change: WidenedType, Description: diffDescription}
|
H A D | difftypes.go | 49 WidenedType const 124 WidenedType: "Widened type", 171 WidenedType: "WidenedType",
|
H A D | compatibility.go | 20 WidenedType: NonBreaking, 46 WidenedType: NonBreaking,
|
H A D | spec_analyser.go | 303 …maxItemDiffs := CompareIntValues("MaxItems", type1.MaxItems, type2.MaxItems, WidenedType, Narrowed… 305 …temsDiff := CompareIntValues("MinItems", type1.MinItems, type2.MinItems, NarrowedType, WidenedType)
|