Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 245 for blues (0.29 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/TransformLoggingIntegrationTest.groovy

                            from.attribute(artifactType, "green")
                            to.attribute(artifactType, "blue")
                        }
                    }
                    configurations {
                        compile {
                            attributes.attribute usage, 'api'
                        }
                    }
                    ["blue", "green"].each { type ->
                        tasks.register("resolve\${type.capitalize()}") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  2. mkdocs.yml

      palette:
        - media: "(prefers-color-scheme: light)"
          scheme: default
          primary: teal
          accent: blue
          toggle:
            icon: octicons/sun-24
            name: "Switch to Dark Mode"
        - media: "(prefers-color-scheme: dark)"
          scheme: slate
          primary: teal
          accent: blue
          toggle:
            icon: octicons/moon-24
            name: "Switch to Light Mode"
      features:
      - navigation.tabs
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Nov 20 15:26:12 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  3. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildConfigurationAttributesResolveIntegrationTest.groovy

                    void execute(CompatibilityCheckDetails<Thing> details) {
                        if (details.consumerValue.name == 'paid' && details.producerValue.name == 'blue') {
                            details.compatible()
                        } else if (details.producerValue.name == 'red') {
                            details.compatible()
                        }
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 14:30:36 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/labels/labels_test.go

    			mergedLabels: map[string]string{"infra": "true"},
    		},
    		{
    			labels1:      map[string]string{"infra": "true"},
    			labels2:      map[string]string{"env": "test", "color": "blue"},
    			mergedLabels: map[string]string{"infra": "true", "env": "test", "color": "blue"},
    		},
    	}
    	for _, test := range tests {
    		mergedLabels := Merge(Set(test.labels1), Set(test.labels2))
    		if !Equals(mergedLabels, test.mergedLabels) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 11 14:09:48 UTC 2017
    - 5.4K bytes
    - Viewed (0)
  5. docs/en/data/sponsors_badge.yml

    logins:
      - jina-ai
      - deta
      - investsuite
      - mikeckennedy
      - deepset-ai
      - cryptapi
      - xoflare
      - DropbaseHQ
      - VincentParedes
      - BLUE-DEVIL1134
      - ObliviousAI
      - Doist
      - nihpo
      - armand-sauzay
      - databento-bot
      - databento
      - nanram22
      - Flint-company
      - porter-dev
      - fern-api
      - ndimares
      - svixhq
      - Alek99
      - codacy
      - zanfaruqui
      - scalar
      - bump-sh
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jan 31 22:13:52 UTC 2024
    - 415 bytes
    - Viewed (0)
  6. tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial005.py

                            }
                        },
                        "summary": "Read Items",
                        "operationId": "read_items_items__get",
                        "x-aperture-labs-portal": "blue",
                    }
                }
            },
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 1K bytes
    - Viewed (0)
  7. logo/colors.md

    # Official Colors
    
    The kubernetes logo has an official blue color.  When reproducing the logo, please use the official color, when possible.
    
    ## Pantone
    
    When possible, the Pantone color is preferred for print material.  The official Pantone color is *285C*.
    
    ## RGB
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jan 16 06:15:43 UTC 2021
    - 331 bytes
    - Viewed (0)
  8. tests/fuzz/status_fuzzer.go

    	"istio.io/api/meta/v1alpha1"
    	"istio.io/istio/pilot/pkg/status/distribution"
    )
    
    // FuzzReconcileStatuses implements a fuzzer that targets
    // status.ReconcileStatuses. It does so by inserting
    // pseudo-random vlues in the config and the progress
    // as well as pass a pseudo-random generation parameter.
    func FuzzReconcileStatuses(data []byte) int {
    	f := fuzz.NewConsumer(data)
    	current := &v1alpha1.IstioStatus{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 20 06:17:08 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  9. src/image/png/reader_test.go

    	"ftbbn0g02": "bKGD {gray: 0;}\n",
    	"ftbbn0g04": "bKGD {gray: 0;}\n",
    	"ftbbn2c16": "bKGD {red: 0;  green: 0;  blue: 65535;}\n",
    	"ftbbn3p08": "bKGD {index: 245}\n",
    	"ftbgn2c16": "bKGD {red: 0;  green: 65535;  blue: 0;}\n",
    	"ftbgn3p08": "bKGD {index: 245}\n",
    	"ftbrn2c08": "bKGD {red: 255;  green: 0;  blue: 0;}\n",
    	"ftbwn0g16": "bKGD {gray: 65535;}\n",
    	"ftbwn3p08": "bKGD {index: 0}\n",
    	"ftbyn3p08": "bKGD {index: 245}\n",
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 24 12:12:12 UTC 2022
    - 28.5K bytes
    - Viewed (0)
  10. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/variants/GradlePluginWithVariantsPublicationIntegrationTest.groovy

            variants.size() == 4
            variants[0].name == "apiElements"
            variants[0].attributes['color'] == 'blue'
            variants[1].name == "runtimeElements"
            variants[1].attributes['color'] == 'blue'
            variants[2].name == "alternateApiElements"
            variants[2].attributes['color'] == 'green'
            variants[3].name == "alternateRuntimeElements"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top