Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 114 for blues (0.47 sec)

  1. helm/minio/README.md

    # MinIO Community Helm Chart
    
    [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![license](https://img.shields.io/badge/license-AGPL%20V3-blue)](https://github.com/minio/minio/blob/master/LICENSE)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jan 24 07:27:57 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. pkg/registry/core/pod/strategy_test.go

    					Namespace:       "test-ns",
    					ResourceVersion: "2",
    					UID:             "blue",
    				},
    			},
    			newPod: &api.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "test-pod",
    					Namespace:       "test-ns",
    					ResourceVersion: "1",
    					UID:             "blue",
    				},
    			},
    			wantPod: &api.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/RepositoryContentFilteringIntegrationTest.groovy

                }""")
                ivy()
            }
            buildFile << """
                configurations {
                    conf {
                        attributes {
                            attribute(colorAttribute, 'blue')
                        }
                    }
                }
                dependencies {
                    conf("org:foo:1.0")
                }
            """
    
            when:
            mod.ivy.expectGet()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 20.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/native/cpp_application_plugin.adoc

    * The configurations in pink, also known as consumable denoted by \(C), are the ones used when a component runs against the library
    * The configurations in blue, also known as resolvable denoted by \(R), are internal to the component, for its own use
    
    The following configurations are used to declare dependencies:
    
    `implementation`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/native/cpp_unit_test_plugin.adoc

    .{cpp} Unit Test Plugin configurations
    image::cpp-unit-test-configurations.png[]
    
    * The configurations in white are the ones a user should use to declare dependencies
    * The configurations in blue, also known as resolvable denoted by \(R), are internal to the component, for its own use
    
    The following configurations are used to declare dependencies:
    
    `testImplementation`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  6. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/javadoc/JavadocIntegrationTest.groovy

            when:
            succeeds("javadoc")
            then:
            skipped(":javadoc")
    
            when:
            file("src/docs/custom.css") << """
                a {
                    color blue
                }
            """
            succeeds("javadoc")
            then:
            executed(":javadoc")
        }
    
        def "can use custom stylesheet file with a different name"() {
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 06:04:19 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/native/xctest_plugin.adoc

    .XCTest Plugin configurations
    image::xctest-configurations.png[]
    
    * The configurations in white are the ones a user should use to declare dependencies
    * The configurations in blue, also known as resolvable denoted by \(R), are internal to the component, for its own use
    
    The following configurations are used to declare dependencies:
    
    `testImplementation`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/HtmlDependencyVerificationReportRenderer.java

                reportItem(reason, "missing-checksums", "info");
            }
        }
    
        private static String expected(String text) {
            return emphatize(text, "blue");
        }
    
        private static String actual(String text) {
            return emphatize(text, "#ee442f");
        }
    
        private static String warning(String text) {
            return emphatize(text, "#c59434");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/native/swift_library_plugin.adoc

    * The configurations in pink, also known as consumable denoted by \(C), are the ones used when a component compiles, links, or runs against the library
    * The configurations in blue, also known as resolvable denoted by \(R), are internal to the component, for its own use
    
    The following configurations are used to declare dependencies:
    
    `api`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/native/cpp_library_plugin.adoc

    * The configurations in pink, also known as consumable denoted by \(C), are the ones used when a component compiles, links, or runs against the library
    * The configurations in blue, also known as resolvable denoted by \(R), are internal to the component, for its own use
    
    The following configurations are used to declare dependencies:
    
    `api`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.2K bytes
    - Viewed (0)
Back to top