Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for FormatValue (0.33 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1beta1.CustomResourceDefinition.yaml

        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      additionalPrinterColumns:
      - JSONPath: JSONPathValue
        description: descriptionValue
        format: formatValue
        name: nameValue
        priority: 5
        type: typeValue
      conversion:
        conversionReviewVersions:
        - conversionReviewVersionsValue
        strategy: strategyValue
        webhookClientConfig:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1beta1.CustomResourceDefinition.json

          "openAPIV3Schema": {
            "id": "idValue",
            "$schema": "$schemaValue",
            "$ref": "$refValue",
            "description": "descriptionValue",
            "type": "typeValue",
            "format": "formatValue",
            "title": "titleValue",
            "default": "defaultValue",
            "maximum": 9.5,
            "exclusiveMaximum": true,
            "minimum": 11.5,
            "exclusiveMinimum": true,
            "maxLength": 13,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  3. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/measure/Amount.java

                    BigDecimal scaled = units.scaleTo(value, candidate);
                    return formatValue(scaled) + " " + candidate.format(scaled);
                }
            }
            return formatValue(value) + " " + units.format(value);
        }
    
        private static String formatValue(BigDecimal value) {
            synchronized (DECIMAL_FORMAT) {
                return DECIMAL_FORMAT.format(value);
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1.CustomResourceDefinition.yaml

        shortNames:
        - shortNamesValue
        singular: singularValue
      preserveUnknownFields: true
      scope: scopeValue
      versions:
      - additionalPrinterColumns:
        - description: descriptionValue
          format: formatValue
          jsonPath: jsonPathValue
          name: nameValue
          priority: 5
          type: typeValue
        deprecated: true
        deprecationWarning: deprecationWarningValue
        name: nameValue
        schema:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/testdata/HEAD/apiextensions.k8s.io.v1.CustomResourceDefinition.json

                "id": "idValue",
                "$schema": "$schemaValue",
                "$ref": "$refValue",
                "description": "descriptionValue",
                "type": "typeValue",
                "format": "formatValue",
                "title": "titleValue",
                "default": "defaultValue",
                "maximum": 9.5,
                "exclusiveMaximum": true,
                "minimum": 11.5,
                "exclusiveMinimum": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top