Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for bgCyan (0.05 sec)

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

            attributeOptions.add(2);
            attributeOptions.add(r & 0xff);
            attributeOptions.add(g & 0xff);
            attributeOptions.add(b & 0xff);
            return this;
        }
    
        public Ansi bgCyan() {
            return this.bg(Color.CYAN);
        }
    
        public Ansi bgDefault() {
            return this.bg(Color.DEFAULT);
        }
    
        public Ansi bgGreen() {
            return this.bg(Color.GREEN);
        }
    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. internal/color/color.go

    		if IsTerminal() {
    			return color.New(color.FgGreen, color.Bold).SprintFunc()
    		}
    		return fmt.Sprint
    	}()
    
    	CyanBold = func() func(a ...any) string {
    		if IsTerminal() {
    			return color.New(color.FgCyan, color.Bold).SprintFunc()
    		}
    		return fmt.Sprint
    	}()
    
    	YellowBold = func() func(format string, a ...any) string {
    		if IsTerminal() {
    			return color.New(color.FgYellow, color.Bold).SprintfFunc()
    		}
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Umut Gumeli <******@****.***>
    clickrising.net
    
    // Cloud DNS Ltd : http://www.cloudns.net
    // Submitted by Aleksander Hristov <******@****.***> & Boyan Peychev <boyan@cloudns.net>
    cloudns.asia
    cloudns.be
    cloud-ip.biz
    cloudns.biz
    cloudns.cc
    cloudns.ch
    cloudns.cl
    cloudns.club
    dnsabr.com
    ip-ddns.com
    cloudns.cx
    cloudns.eu
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0FCF          ; valid                  ;      ; NV8    # 3.0  TIBETAN SIGN RDEL NAG GSUM
    0FD0..0FD1    ; valid                  ;      ; NV8    # 4.1  TIBETAN MARK BSKA- SHOG GI MGO RGYAN..TIBETAN MARK MNYAM YIG GI MGO RGYAN
    0FD2..0FD4    ; valid                  ;      ; NV8    # 5.1  TIBETAN MARK NYIS TSHEG..TIBETAN MARK CLOSING BRDA RNYING YIG MGO SGAB MA
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top