Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for Colors (0.21 sec)

  1. platforms/documentation/docs/src/docs/css/javadoc.css

        --link-color: #4A6782;
        --link-color-active: #bb7a2a;
        /* Snippet colors */
        --snippet-background-color: #ebecee;
        --snippet-text-color: var(--block-text-color);
        --snippet-highlight-color: #f7c590;
        /* Border colors for structural elements and user defined tables */
        --border-color: #ededed;
        --table-border-color: #000000;
        /* Search input colors */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  2. kotlin-js-store/yarn.lock

    # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
    # yarn lockfile v1
    
    
    "@colors/colors@1.5.0":
      version "1.5.0"
      resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
      integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
    
    "@discoveryjs/json-ext@^0.5.0":
      version "0.5.7"
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    // 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: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // 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)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformInputArtifactIntegrationTest.groovy

            group2libv11.artifactFile.text = "lib"
            def group2lib2v10 = mavenRepo.module("group2", "lib2", "1.0").adhocVariants().variant('runtime', [color: 'blue']).withModuleMetadata().publish()
            group2lib2v10.artifactFile.text = "lib2"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 27 19:15:32 UTC 2023
    - 51.9K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/css/manual.css

    	--black-color: #000;
    	--white-color: #fff;
    	--text-color: #02303A;
    	--title-color: #02303A;
    	--header-color: rgba(0, 0, 0, 0.85);
    	--footer-color: rgba(0, 0, 0, 0.8);
    	--code-color: #f7f7f8;
    	--code-text-color: rgba(0, 0, 0, 0.9);
    	--code-link-color: #021274;
    	--num-color: rgba(0, 0, 0, 0.8);
    	--nav-color: #f8f8f7;
    	--table-color: #f7f8f7;
    	--box-shadow-color: rgba(0, 0, 0, .15);
    	--top-header-color: #fff;
    	--footer-white-color: #fff;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  7. docs/metrics/prometheus/grafana/minio-dashboard.json

                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "dark-yellow",
                    "value": 75000000
                  },
                  {
                    "color": "dark-red",
                    "value": 100000000
                  }
                ]
              },
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 10:03:01 UTC 2024
    - 93K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithDependenciesIntegrationTest.groovy

            //Multi step transform, without dependencies at step 1
            registerTransform(SimpleTransform) {
                from.attribute(color, 'blue')
                to.attribute(color, 'yellow')
            }
            registerTransform(TestTransform) {
                from.attribute(color, 'yellow')
                to.attribute(color, 'green')
                parameters {
                    transformName = 'Transform step 2'
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 54.2K bytes
    - Viewed (0)
  9. src/html/template/escape_test.go

    			`<a onclick="// alert({{.G}})">`,
    			`<a onclick="// alert()">`,
    		},
    		{
    			"CSS attr block comment",
    			`<a style="/* color: {{.H}} */">`,
    			`<a style="/* color:  */">`,
    		},
    		{
    			"CSS attr line comment",
    			`<a style="// color: {{.G}}">`,
    			`<a style="// color: ">`,
    		},
    		{
    			"HTML substitution commented out",
    			"<p><!-- {{.H}} --></p>",
    			"<p></p>",
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  10. src/go/parser/parser.go

    			if index[1] == nil {
    				p.error(colons[0], "middle index required in 3-index slice")
    				index[1] = &ast.BadExpr{From: colons[0] + 1, To: colons[1]}
    			}
    			if index[2] == nil {
    				p.error(colons[1], "final index required in 3-index slice")
    				index[2] = &ast.BadExpr{From: colons[1] + 1, To: rbrack}
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 20:07:50 UTC 2023
    - 72.2K bytes
    - Viewed (0)
Back to top