Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for trimToConsole (0.24 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/console/ProgressBar.java

                }
                int remainingWidth = progressBarWidth - completedWidth;
    
                String statusPrefix = trimToConsole(consoleCols, 0, progressBarPrefix);
                String coloredProgress = trimToConsole(consoleCols, statusPrefix.length(), fill(fillerChar, completedWidth));
                String statusSuffix = trimToConsole(consoleCols, coloredProgress.length(), fill(incompleteChar, remainingWidth)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top