Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for cybank (0.26 sec)

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

         */
        public enum Color {
            BLACK(0, "BLACK"),
            RED(1, "RED"),
            GREEN(2, "GREEN"),
            YELLOW(3, "YELLOW"),
            BLUE(4, "BLUE"),
            MAGENTA(5, "MAGENTA"),
            CYAN(6, "CYAN"),
            WHITE(7, "WHITE"),
            DEFAULT(9, "DEFAULT");
    
            private final int value;
            private final String name;
    
            Color(int index, String name) {
                this.value = index;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  2. src/go/printer/testdata/expressions.input

    		2,
    		3)// comment
    	f(1,
    		2,
    		3,// comment
    	)
    }
    
    
    // Align comments in multi-line lists of single-line expressions.
    var txpix = [NCOL]draw.Color{
    	draw.Yellow, // yellow
    	draw.Cyan, // cyan
    	draw.Green, // lime green
    	draw.GreyBlue, // slate
    	draw.Red, /* red */
    	draw.GreyGreen, /* olive green */
    	draw.Blue, /* blue */
    	draw.Color(0xFF55AAFF), /* pink */
    	draw.Color(0xFFAAFFFF), /* lavender */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.1K bytes
    - Viewed (0)
  3. src/time/zoneinfo_abbrs_windows.go

    	"Syria Standard Time":             {"+03", "+03"},     // Asia/Damascus
    	"Bangladesh Standard Time":        {"+06", "+06"},     // Asia/Dhaka
    	"Arabian Standard Time":           {"+04", "+04"},     // Asia/Dubai
    	"West Bank Standard Time":         {"EET", "EEST"},    // Asia/Hebron
    	"W. Mongolia Standard Time":       {"+07", "+07"},     // Asia/Hovd
    	"North Asia East Standard Time":   {"+08", "+08"},     // Asia/Irkutsk
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 20:01:59 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  4. src/go/printer/testdata/expressions.golden

    		2,
    		3)	// comment
    	f(1,
    		2,
    		3,	// comment
    	)
    }
    
    // Align comments in multi-line lists of single-line expressions.
    var txpix = [NCOL]draw.Color{
    	draw.Yellow,		// yellow
    	draw.Cyan,		// cyan
    	draw.Green,		// lime green
    	draw.GreyBlue,		// slate
    	draw.Red,		/* red */
    	draw.GreyGreen,		/* olive green */
    	draw.Blue,		/* blue */
    	draw.Color(0xFF55AAFF),	/* pink */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  5. src/go/printer/testdata/expressions.raw

    		2,
    		3)	// comment
    	f(1,
    		2,
    		3,	// comment
    	)
    }
    
    // Align comments in multi-line lists of single-line expressions.
    var txpix = [NCOL]draw.Color{
    	draw.Yellow,	// yellow
    	draw.Cyan,	// cyan
    	draw.Green,	// lime green
    	draw.GreyBlue,	// slate
    	draw.Red,	/* red */
    	draw.GreyGreen,	/* olive green */
    	draw.Blue,	/* blue */
    	draw.Color(0xFF55AAFF),	/* pink */
    	draw.Color(0xFFAAFFFF),	/* lavender */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 16:41:54 UTC 2017
    - 12.4K bytes
    - Viewed (0)
  6. docs/de/docs/async.md

    Dennoch ist das schlussendliche Benutzererlebnis nicht das Beste. 😞
    
    ---
    
    Dies wΓ€re die parallele Γ€quivalente Geschichte fΓΌr Hamburger. πŸ”
    
    FΓΌr ein β€žrealeresβ€œ Beispiel hierfΓΌr, stellen Sie sich eine Bank vor.
    
    Bis vor kurzem hatten die meisten Banken mehrere Kassierer πŸ‘¨β€πŸ’ΌπŸ‘¨β€πŸ’ΌπŸ‘¨β€πŸ’ΌπŸ‘¨β€πŸ’Ό und eine große Warteschlange πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™.
    
    Alle Kassierer erledigen die ganze Arbeit mit einem Kunden nach dem anderen πŸ‘¨β€πŸ’Όβ―.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:06:16 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  7. src/image/color/ycbcr.go

    	g := (0xffff - uint32(m)*0x101) * w / 0xffff
    	b := (0xffff - uint32(y)*0x101) * w / 0xffff
    	return uint8(r >> 8), uint8(g >> 8), uint8(b >> 8)
    }
    
    // CMYK represents a fully opaque CMYK color, having 8 bits for each of cyan,
    // magenta, yellow and black.
    //
    // It is not associated with any particular color profile.
    type CMYK struct {
    	C, M, Y, K uint8
    }
    
    func (c CMYK) RGBA() (uint32, uint32, uint32, uint32) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  8. docs/en/docs/async.md

    For a more "real life" example of this, imagine a bank.
    
    Up to recently, most of the banks had multiple cashiers πŸ‘¨β€πŸ’ΌπŸ‘¨β€πŸ’ΌπŸ‘¨β€πŸ’ΌπŸ‘¨β€πŸ’Ό and a big line πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™πŸ•™.
    
    All of the cashiers doing all the work with one client after the other πŸ‘¨β€πŸ’Όβ―.
    
    And you have to wait πŸ•™ in the line for a long time or you lose your turn.
    
    You probably wouldn't want to take your crush 😍 with you to run errands at the bank 🏦.
    
    ### Burger Conclusion
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 23K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/term/terminal.go

    )
    
    // EscapeCodes contains escape sequences that can be written to the terminal in
    // order to achieve different styles of text.
    type EscapeCodes struct {
    	// Foreground colors
    	Black, Red, Green, Yellow, Blue, Magenta, Cyan, White []byte
    
    	// Reset all attributes
    	Reset []byte
    }
    
    var vt100EscapeCodes = EscapeCodes{
    	Black:   []byte{keyEscape, '[', '3', '0', 'm'},
    	Red:     []byte{keyEscape, '[', '3', '1', 'm'},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 22.5K bytes
    - Viewed (0)
  10. src/image/jpeg/reader.go

    			}
    		}
    		return &image.CMYK{
    			Pix:    img.Pix,
    			Stride: img.Stride,
    			Rect:   img.Rect,
    		}, nil
    	}
    
    	// The first three channels (cyan, magenta, yellow) of the CMYK
    	// were decoded into d.img3, but each channel was decoded into a separate
    	// []byte slice, and some channels may be subsampled. We interleave the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 22.5K bytes
    - Viewed (0)
Back to top