Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for bgBright (0.05 sec)

  1. compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java

        public Ansi bgBright(Color color) {
            attributeOptions.add(color.bgBright());
            return this;
        }
    
        public Ansi bgBrightCyan() {
            return this.bgBright(Color.CYAN);
        }
    
        public Ansi bgBrightDefault() {
            return this.bgBright(Color.DEFAULT);
        }
    
        public Ansi bgBrightGreen() {
            return this.bgBright(Color.GREEN);
        }
    
        public Ansi bgBrightMagenta() {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    passage, not much larger than a rat-hole:  she knelt down and
    looked along the passage into the loveliest garden you ever saw.
    How she longed to get out of that dark hall, and wander about
    among those beds of bright flowers and those cool fountains, but
    she could not even get her head though the doorway; `and even if
    my head would go through,' thought poor Alice, `it would be of
    very little use without my shoulders.  Oh, how I wish
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
Back to top