Home
last modified time | relevance | path

Searched refs:maxDisplayLength (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitFramework/framework/
H A DMsgUtils.cs161 …d ClipExpectedAndActual(ref string expected, ref string actual, int maxDisplayLength, int mismatch) in ClipExpectedAndActual() argument
165 if (maxStringLength <= maxDisplayLength) in ClipExpectedAndActual()
169 int clipLength = maxDisplayLength - ELLIPSIS.Length; in ClipExpectedAndActual()
177 expected = ClipString(expected, maxDisplayLength, clipStart); in ClipExpectedAndActual()
178 actual = ClipString(actual, maxDisplayLength, clipStart); in ClipExpectedAndActual()
H A DTextMessageWriter.cs165 int maxDisplayLength = MaxLineLength in DisplayStringDifferences()
170 … MsgUtils.ClipExpectedAndActual(ref expected, ref actual, maxDisplayLength, mismatch); in DisplayStringDifferences()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Constraints/
H A DMsgUtils.cs227 …d ClipExpectedAndActual(ref string expected, ref string actual, int maxDisplayLength, int mismatch) in ClipExpectedAndActual() argument
231 if (maxStringLength <= maxDisplayLength) in ClipExpectedAndActual()
235 int clipLength = maxDisplayLength - ELLIPSIS.Length; in ClipExpectedAndActual()
242 expected = ClipString(expected, maxDisplayLength, clipStart); in ClipExpectedAndActual()
243 actual = ClipString(actual, maxDisplayLength, clipStart); in ClipExpectedAndActual()
/dports/comms/nanovna-saver/nanovna-saver-0.3.8/NanoVNASaver/Charts/
H A DTDR.py31 maxDisplayLength = 50 variable in TDRChart
151 self.maxDisplayLength = 100
168 if not (self.fixedSpan and min_val >= self.maxDisplayLength):
181 self.maxDisplayLength = max_val
219 new_chart.maxDisplayLength = self.maxDisplayLength
261 max_index = np.searchsorted(self.tdrWindow.distance_axis, self.maxDisplayLength * 2)
295 max_length = max(0.1, self.maxDisplayLength)
438 max_length = self.maxDisplayLength
468 self.maxDisplayLength = max(len1, len2)
/dports/graphics/cfdg/cfdg-3.3_1/src-net/
H A DMRUManager.h110 maxDisplayLength(40), in MRUManager()
125 int maxDisplayLength; variable
H A DMRUManager.cpp301 return shortcut + GetShortDisplayName(fileInfo->Name, maxDisplayLength);
305 maxDisplayLength);
308 return shortcut + GetShortDisplayName(fullName, maxDisplayLength);
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/
H A DTextMessageWriter.cs180 int maxDisplayLength = MaxLineLength in DisplayStringDifferences()
185 … MsgUtils.ClipExpectedAndActual(ref expected, ref actual, maxDisplayLength, mismatch); in DisplayStringDifferences()
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Dsearchview.cpp246 const int maxDisplayLength = 25; in updateRecentKeywords() local
265 bool needStatusTip = display.length() > maxDisplayLength; in updateRecentKeywords()
267 display.truncate(maxDisplayLength); in updateRecentKeywords()