Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 95 for Colors (0.87 sec)

  1. docs/logging/README.md

    mc admin service restart myminio
    ```
    
    NOTE: `http://endpoint:port/path` is a placeholder value to indicate the URL format, please change this accordingly as per your configuration.
    
    MinIO also honors environment variable for HTTP target logging as shown below, this setting will override the endpoint settings in the MinIO server config.
    
    ```
    export MINIO_LOGGER_WEBHOOK_ENABLE_target1="on"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 17:15:03 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/internal/component/ResolutionFailureHandlerIntegrationTest.groovy

                        from.attribute(color, "blue")
                        to.attribute(color, "red")
                        from.attribute(matter, "liquid")
                        to.attribute(matter, "solid")
                    }
                    registerTransform(BrokenTransform::class.java) {
                        from.attribute(color, "blue")
                        to.attribute(color, "red")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 45K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/base.css

    .hl-keyword { color: #000080; }
    .hl-word { font-style: italic; font-weight: bold; color: #D2691E; }
    .hl-comment, .hl-doccomment { font-style: italic; color: #808080; }
    .hl-annotation { color: #808000; }
    .hl-directive { color: #555; }
    
    /*
     * Single page html
     */
    .book .chapter {
        margin-top: 4em;
    }
    
    .toc .chapter {
        padding-top: 0;
    }
    
    div.example code.filename {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  4. docs/metrics/prometheus/grafana/node/minio-node.json

                }
              ],
              "thresholds": {
                "mode": "absolute",
                "steps": [
                  {
                    "color": "green",
                    "value": null
                  },
                  {
                    "color": "red",
                    "value": 80
                  }
                ]
              },
              "unit": "short"
            },
            "overrides": []
          },
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 13:24:37 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  5. src/cmd/trace/goroutines.go

    		}
    	}
    }
    
    func stat2Color(statName string) string {
    	color := "#636363"
    	if strings.HasPrefix(statName, "Block time") {
    		color = "#d01c8b"
    	}
    	switch statName {
    	case "Sched wait time":
    		color = "#2c7bb6"
    	case "Syscall execution time":
    		color = "#7b3294"
    	case "Execution time":
    		color = "#d7191c"
    	}
    	return color
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheFlowScopeIntegrationTest.groovy

                            lamp.get().setColor(color.get())
                        }
                    }
                }
    
                abstract class LavaLamp implements BuildService<BuildServiceParameters.None>, AutoCloseable {
    
                    private Boolean closed = false
    
                    void setColor(String color) {
                        assert !closed
                        println('(' + color + ')')
                    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  7. docs/ko/docs/deployment/server-workers.md

    <font color="#A6E22E">INFO</font>:     Started server process [<font color="#A1EFE4">27369</font>]
    <font color="#A6E22E">INFO</font>:     Waiting for application startup.
    <font color="#A6E22E">INFO</font>:     Application startup complete.
    <font color="#A6E22E">INFO</font>:     Started server process [<font color="#A1EFE4">27370</font>]
    <font color="#A6E22E">INFO</font>:     Waiting for application startup.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  8. docs/ja/docs/deployment/server-workers.md

    <font color="#A6E22E">INFO</font>:     Started server process [<font color="#A1EFE4">27369</font>]
    <font color="#A6E22E">INFO</font>:     Waiting for application startup.
    <font color="#A6E22E">INFO</font>:     Application startup complete.
    <font color="#A6E22E">INFO</font>:     Started server process [<font color="#A1EFE4">27370</font>]
    <font color="#A6E22E">INFO</font>:     Waiting for application startup.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  9. pkg/registry/certificates/certificates/storage/metrics_test.go

    					ExpirationSeconds: ptr.To[int32](77),
    				},
    			},
    			options:       &metav1.UpdateOptions{},
    			wantSigner:    "other",
    			wantRequested: true,
    			wantHonored:   false,
    		},
    		{
    			name:    "kube signer honors duration exactly",
    			success: true,
    			obj: &certificates.CertificateSigningRequest{
    				Status: certificates.CertificateSigningRequestStatus{
    					Certificate: createCert(t, time.Hour, caPrivateKey, caCert),
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  10. docs/ru/docs/tutorial/first-steps.md

    ```console
    $ uvicorn main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    <span style="color: green;">INFO</span>:     Started reloader process [28720]
    <span style="color: green;">INFO</span>:     Started server process [28722]
    <span style="color: green;">INFO</span>:     Waiting for application startup.
    <span style="color: green;">INFO</span>:     Application startup complete.
    ```
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top