Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 245 for blues (0.22 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/taskInputsOutputs.graffle

    0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;\red12\green89\blue1;\red12\green89\blue1;\red39\green0\blue188; \red39\green0\blue188;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural \f0\b\fs24 \cf2 Green: \cf3 inputs\cf2 \ \pard\tx560\tx789\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural \cf4 Blue: \cf5 outputs}VerticalPad0Bounds{{386.5, 108.5}, {64, 14}}ClassShapedGraphicFi.73...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    substance was placed behind the Bubble. And they were these, red, blue; red, blue; red, blue; red, green; red, yellow, green, blue, purple; red, yellow, green, blue, violet; red, yellow, white, blue, black. The three first Successions of red and blue were very dilute and dirty, especially the first, where the red seem'd in a manner to be white. Among these there was scarce any other Colour sensible besides red and blue, only the blues (and principally the second blue) inclined a little to green. The...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    behind the Bubble. And they were these, red, blue; red, blue; red, blue;
    red, green; red, yellow, green, blue, purple; red, yellow, green, blue,
    violet; red, yellow, white, blue, black.
    
    The three first Successions of red and blue were very dilute and dirty,
    especially the first, where the red seem'd in a manner to be white.
    Among these there was scarce any other Colour sensible besides red and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

            then:
            assertTransformed("root.blue", "root.additional.blue", "a.additional.blue", "a.jar")
            outputContains("files = [root.additional.blue.green, root.blue.green, a.jar.green, a.additional.blue.green]")
            outputContains("artifacts = [root.additional.blue.green (root.additional.blue), root.blue.green (root.blue), a.jar.green (project :a), a.additional.blue.green (a.additional.blue)]")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformTestFixture.groovy

        /**
         * Defines a 'blue' variant for the given module.
         */
        def <T extends MavenModule> T withColorVariants(T module) {
            module.adhocVariants().variant('runtime', [color: 'blue']).withModuleMetadata()
            return module
        }
    
        /**
         * Each project produces 'blue' variants and has a `resolve` task that resolves the 'green' variant. The 'blue' variant will contain
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 20 15:06:39 UTC 2023
    - 21.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformInputArtifactIntegrationTest.groovy

                outputFileContent = "new"
                outputFileName = "b-blue.jar"
            }
            succeeds(":a:resolve")
    
            then: // new file name, should run
            result.assertTasksNotSkipped(":b:producer", ":a:resolve")
            transformed("b-blue.jar")
            outputContains("result = [b-blue.jar.green, c.jar.green]")
    
            when:
            withProjectConfig("b") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 27 19:15:32 UTC 2023
    - 51.9K bytes
    - Viewed (0)
  7. cmd/server-startup-msg.go

    	// Colorize the message and print.
    	logger.Info(color.Blue("API: ") + color.Bold(fmt.Sprintf("%s ", apiEndpointStr)))
    	if color.IsTerminal() && (!globalServerCtxt.Anonymous && !globalServerCtxt.JSON && globalAPIConfig.permitRootAccess()) {
    		logger.Info(color.Blue("   RootUser: ") + color.Bold("%s ", cred.AccessKey))
    		logger.Info(color.Blue("   RootPass: ") + color.Bold("%s \n", cred.SecretKey))
    		if region != "" {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ConcurrentBuildsArtifactTransformIntegrationTest.groovy

            parameters {
                color = Color.Red
            }
        }
        registerTransform(ToColor) {
            from.attribute(type, "jar")
            to.attribute(type, "blue")
            parameters {
                color = Color.Blue
            }
        }
    }
    
    configurations {
        compile
    }
    dependencies {
        def f = file("thing.jar")
        f.text = "not-really-a-jar"
        compile files(f)
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  9. samples/bookinfo/src/productpage/templates/productpage.html

              </div>
            </div>
            <div>
              <button type="submit" class="flex w-full justify-center rounded-md bg-blue-600 px-3 py-1.5 text-sm font-semibold leading-6 text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600">Sign in</button>
            </div>
          </form>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/templates/index.html

            </p>
            <ul>
                <li>
                    <a href="/productpage?u=normal" class="text-blue-500 hover:text-blue-600">Normal user</a>
                </li>
                <li>
                    <a href="/productpage?u=test" class="text-blue-500 hover:text-blue-600">Test user</a>
                </li>
            </ul>
        </div>
    </div>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top