Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 245 for blues (0.04 sec)

  1. docs/metrics/prometheus/grafana/node/minio-node.json

                  "options": "used 10.13.1.25:9000"
                },
                "properties": [
                  {
                    "id": "color",
                    "value": {
                      "fixedColor": "blue",
                      "mode": "fixed"
                    }
                  }
                ]
              }
            ]
          },
          "gridPos": {
            "h": 5,
            "w": 6,
            "x": 12,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 13:24:37 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenProfileResolveIntegrationTest.groovy

        </dependencies>
        <profiles>
            <profile>
                <id>profile-1</id>
                <activation>
                    <property>
                        <name>!someProperty</name>
                        <value>BLUE</value>
                    </property>
                </activation>
                <dependencies>
                    <dependency>
                        <groupId>groupB</groupId>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  3. docs/metrics/prometheus/grafana/minio-dashboard.json

                  "options": "Objects"
                },
                "properties": [
                  {
                    "id": "color",
                    "value": {
                      "fixedColor": "blue",
                      "mode": "fixed"
                    }
                  }
                ]
              },
              {
                "__systemRef": "hideSeriesFrom",
                "matcher": {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 10:03:01 UTC 2024
    - 93K bytes
    - Viewed (0)
  4. README.md

    **`Documentation`** |
    ------------------- |
    [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://www.tensorflow.org/api_docs/) |
    
    [TensorFlow](https://www.tensorflow.org/) is an end-to-end open source platform
    for machine learning. It has a comprehensive, flexible ecosystem of
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 15:00:10 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_performance.adoc

    = Build cache performance
    
    ++++
    <div class="badge-wrapper">
        <a class="badge" href="https://dpeuniversity.gradle.com/app/courses/4fcbecbc-7cff-449a-a509-07cf70403f0c/" target="_blank">
            <span class="badge-type button--blue">LEARN</span>
            <span class="badge-text">Maintaining Optimal Gradle Build Cache Performance&nbsp;&nbsp;&nbsp;&gt;</span>
        </a>
    </div>
    ++++
    
    The sole reason to use any build cache is to make builds faster.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. platforms/documentation/docs/src/docs/userguide/native/swift_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.2K bytes
    - Viewed (0)
  9. 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)
  10. src/cmd/vendor/golang.org/x/term/terminal.go

    	// 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'},
    	Red:     []byte{keyEscape, '[', '3', '1', 'm'},
    	Green:   []byte{keyEscape, '[', '3', '2', 'm'},
    	Yellow:  []byte{keyEscape, '[', '3', '3', 'm'},
    	Blue:    []byte{keyEscape, '[', '3', '4', '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)
Back to top