Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Colors (0.25 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. 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)
  3. 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)
  4. 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)
  5. pilot/pkg/networking/core/listener.go

    		// TODO: need to sanitize the opts.bind if its a UDS socket, as it could have colons, that envoy doesn't like
    		res.Name = getListenerName(opts.bind, opts.port, istionetworking.TransportProtocolTCP)
    		log.Debugf("buildGatewayListener: building TCP listener %s", res.Name)
    		// TODO: need to sanitize the opts.bind if its a UDS socket, as it could have colons, that envoy doesn't like
    		res.Address = util.BuildAddress(opts.bind, uint32(opts.port))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. cmd/xl-storage.go

    	uuid := mustGetUUID()
    	filePath := pathJoin(s.drivePath, minioMetaTmpDeletedBucket, ".writable-check-"+uuid+".tmp")
    
    	// Create top level directories if they don't exist.
    	// with mode 0o777 mkdir honors system umask.
    	mkdirAll(pathutil.Dir(filePath), 0o777, s.drivePath) // don't need to fail here
    
    	w, err := s.openFileDirect(filePath, os.O_CREATE|os.O_WRONLY|os.O_EXCL)
    	if err != nil {
    		return err
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  7. go.sum

    github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
    github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU=
    github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
    github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI=
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 85.8K bytes
    - Viewed (0)
  8. cmd/iam.go

    	for arn := range sys.rolesMap {
    		arns = append(arns, arn.String())
    	}
    	sort.Strings(arns)
    	msgs := make([]string, 0, len(arns))
    	for _, arn := range arns {
    		msgs = append(msgs, color.Bold(arn))
    	}
    
    	logger.Info(fmt.Sprintf("%s %s", color.Blue("IAM Roles:"), strings.Join(msgs, " ")))
    }
    
    // HasWatcher - returns if the IAM system has a watcher to be notified of
    // changes.
    func (sys *IAMSys) HasWatcher() bool {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    The `bad_color` argument is the color to use in the generated images for
    non-finite input values.  It is a `unit8` 1-D tensor of length `channels`.
    Each element must be in the range `[0, 255]` (It represents the value of a
    pixel in the output image).  Non-finite values in the input tensor are
    replaced by this tensor in the output image.  The default value is the color
    red.
    
    writer: A handle to a summary writer.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * `TaskContainer.remove()` now actually removes the given task — some plugins may have accidentally relied on the old behavior.
     * <<#rel4.8:pom_wildcard_exclusions,Gradle now honors implicit wildcards in Maven POM exclusions>>.
     * The Kotlin DSL now respects JSR-305 package annotations.
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top