Searched refs:wrapLength (Results 1 – 5 of 5) sorted by relevance
398 const int wrapLength = wrapLengthParam > 0 ? wrapLengthParam : bigInt; in elemsStr() local402 if (length > wrapLength) in elemsStr()404 result += std::string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " "); in elemsStr()411 result += std::string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()416 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()
104 const int wrapLength = wrapLengthParam > 0 ? wrapLengthParam : std::numeric_limits<int>::max(); in elemsStr() local108 if (length > wrapLength) in elemsStr()110 result += string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " "); in elemsStr()117 result += string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()122 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...