Searched refs:leftPadding (Results 1 – 6 of 6) sorted by relevance
217 var leftPadding = item.padLeft ? align.left('', item.padLeft) : ''221 return leftPadding + aligned + rightPadding
253 let leftPadding = utils.repeat(' ', this.paddingLeft);261 content = leftPadding + content + rightPadding;
198 const leftPadding = errorCountDigitsLength < leftPaddingGoal ? constant203 tabularData += `${leftPadding}${errorCount} ${fileRef}\n`;
128176 var leftPadding = errorCountDigitsLength < leftPaddingGoal ?128180 tabularData += "".concat(leftPadding).concat(errorCount, " ").concat(fileRef, "\n");
106541 var leftPadding = errorCountDigitsLength < leftPaddingGoal ?106545 tabularData += "".concat(leftPadding).concat(errorCount, " ").concat(fileRef, "\n");