Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 89 for Colours (0.22 sec)

  1. src/cmd/vendor/golang.org/x/term/terminal.go

    	"strconv"
    	"sync"
    	"unicode/utf8"
    )
    
    // 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'},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 22.5K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // This flag controls whether Google Test catches all test-thrown exceptions
    // and logs them as failures.
    GTEST_DECLARE_bool_(catch_exceptions);
    
    // This flag enables using colors in terminal output. Available values are
    // "yes" to enable colors, "no" (disable colors), or "auto" (the default)
    // to let Google Test decide.
    GTEST_DECLARE_string_(color);
    
    // This flag sets up the filter to select by name using a glob pattern
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  3. src/image/draw/draw_test.go

    	// 10) but the pixel at (0, 10) should be untouched.
    	//
    	// The src image is entirely transparent (and the Draw operator is Src) so
    	// the two touched pixels should be set to transparent colors.
    	//
    	// In general, Go's color.Color type (and specifically the Color.RGBA
    	// method) works in premultiplied alpha, where there's no difference
    	// between "transparent blue" and "transparent red". It's all "just
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 18:07:05 UTC 2023
    - 26K bytes
    - Viewed (0)
  4. hack/lib/util.sh

      while IFS= read -r "$1[__read_array_i++]"; do :; done
      if ! eval "[[ \${$1[--__read_array_i]} ]]"; then
        unset "$1[__read_array_i]" # ensures last element isn't empty
      fi
    }
    
    # Some useful colors.
    if [[ -z "${color_start-}" ]]; then
      declare -r color_start="\033["
      declare -r color_red="${color_start}0;31m"
      declare -r color_yellow="${color_start}0;33m"
      declare -r color_green="${color_start}0;32m"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  5. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

                    components.all { details ->
                       attributes {
                          def colors = ['1.0' : 'blue', '1.1': 'green', '1.2': 'red']
                          attribute(COLOR, colors[details.id.version])
                       }
                    }
                }
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  6. docs/en/docs/async.md

    For example:
    
    * **Audio** or **image processing**.
    * **Computer vision**: an image is composed of millions of pixels, each pixel has 3 values / colors, processing that normally requires computing something on those pixels, all at the same time.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 23K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/adminlte.min.css.map

    darken($color, 10%));\n        border-color: darken($color, 12.5%);\n        color: color-yiq(darken($color, 10%));\n      }\n    }\n  }\n}\n","//\n// Misc: Colors\n//\n\n// Background colors (theme colors)\n@each $name, $color in $theme-colors {\n  @include background-variant($name, $color);\n}\n\n// Background colors (colors)\n@each $name, $color in $colors {\n  @include background-variant($name, $color);\n}\n\n.bg-gray {\n  background-color: $gray-500;\n  color: color-yiq($gray-500);\n}\n\n.bg-gray-light...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 2M bytes
    - Viewed (0)
  8. src/image/png/reader.go

    			}
    		case ftPaeth:
    			filterPaeth(cdat, pdat, bytesPerPixel)
    		default:
    			return nil, FormatError("bad filter type")
    		}
    
    		// Convert from bytes to colors.
    		switch d.cb {
    		case cbG1:
    			if d.useTransparent {
    				ty := d.transparent[1]
    				for x := 0; x < width; x += 8 {
    					b := cdat[x/8]
    					for x2 := 0; x2 < 8 && x+x2 < width; x2++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 26K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/jvm/java_plugin.adoc

    Runtime classpath for running tests. Used by task `test`.
    
    The following diagrams show the dependency configurations for the _main_ and _test_ source sets respectively. You can use this legend to interpret the colors:
    
     * Green background — you can declare dependencies against the configuration.
     * Blue-gray background — the configuration is for consumption by tasks, not for you to declare dependencies.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  10. src/internal/trace/traceviewer/static/trace_viewer_full.html

    ;node.leftNode=sibling.rightNode;sibling.rightNode=node;sibling.colour=node.colour;node.colour=Colour.RED;return sibling;},rotateLeft_(node){const sibling=node.rightNode;node.rightNode=sibling.leftNode;sibling.leftNode=node;sibling.colour=node.colour;node.colour=Colour.RED;return sibling;},flipNodeColour_(node){node.colour=this.flipColour_(node.colour);node.leftNode.colour=this.flipColour_(node.leftNode.colour);node.rightNode.colour=this.flipColour_(node.rightNode.colour);},flipColour_(colour){return...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
Back to top