Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for bgBright (0.54 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 Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Apr 05 11:52:05 UTC 2025
    - 23.1K bytes
    - Viewed (0)
  2. android/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 Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top