Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NEGATIVE_ON (1.85 sec)

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

            return new AttributeColor(Attribute.INTENSITY_BOLD, Attribute.RESET);
        }
    
        private static Color newReverseColor() {
            return new AttributeColor(Attribute.NEGATIVE_ON, Attribute.NEGATIVE_OFF);
        }
    
        private static Color newItalicColor() {
            return new AttributeColor(Attribute.ITALIC, Attribute.ITALIC_OFF);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  2. maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java

    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top