Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 66 for decimalSI (0.06 sec)

  1. common-protos/k8s.io/apimachinery/pkg/api/resource/generated.proto

    //
    // 	(Note that <suffix> may be empty, from the "" case in <decimalSI>.)
    //
    // <digit>           ::= 0 | 1 | ... | 9
    // <digits>          ::= <digit> | <digit><digits>
    // <number>          ::= <digits> | <digits>.<digits> | <digits>. | .<digits>
    // <sign>            ::= "+" | "-"
    // <signedNumber>    ::= <number> | <sign><number>
    // <suffix>          ::= <binarySI> | <decimalExponent> | <decimalSI>
    // <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei
    //
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. dbflute_fess/dfprop/databaseInfoMap.dfprop

    # | NUMERIC       | java.math.BigDecimal | decimal?      |
    # | DECIMAL       | java.math.BigDecimal | decimal?      |
    # | TINYINT       | java.lang.Integer    | int?          |
    # | SMALLINT      | java.lang.Integer    | int?          |
    # | INTEGER       | java.lang.Integer    | int?          |
    # | BIGINT        | java.lang.Long       | long?         |
    # | REAL          | java.math.BigDecimal | decimal?      |
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 31 23:35:14 UTC 2015
    - 7.3K bytes
    - Viewed (0)
  3. tests/test_multi_body_errors.py

    from decimal import Decimal
    from typing import List
    
    from dirty_equals import IsDict, IsOneOf
    from fastapi import FastAPI
    from fastapi.testclient import TestClient
    from pydantic import BaseModel, condecimal
    
    app = FastAPI()
    
    
    class Item(BaseModel):
        name: str
        age: condecimal(gt=Decimal(0.0))  # type: ignore
    
    
    @app.post("/items/")
    def save_item_no_body(item: List[Item]):
        return {"item": item}
    
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. manifests/addons/dashboards/lib/panels.libsonnet

            + override.byName.withProperty('displayName', 'Requests')
            + override.byName.withProperty('decimals', 2)
            + override.byName.withProperty('unit', 'reqps'),
            override.byName.new('Value #p50')
            + override.byName.withProperty('displayName', 'P50 Latency')
            + override.byName.withProperty('decimals', 2)
            + override.byName.withProperty('unit', 'ms'),
            override.byName.new('Value #p90')
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  5. manifests/addons/dashboards/istio-mesh-dashboard.gen.json

                         {
                            "id": "displayName",
                            "value": "Requests"
                         },
                         {
                            "id": "decimals",
                            "value": 2
                         },
                         {
                            "id": "unit",
                            "value": "reqps"
                         }
                      ]
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/extra-data-types.md

            * ðŸ“Ļ, `set` 🔜 🗜 `list`.
            * 🏗 🔗 🔜 ✔ 👈 `set` ðŸ’ē 😍 (⚙ïļ ðŸŽŧ 🔗 `uniqueItems`).
    * `bytes`:
        * ðŸĐ 🐍 `bytes`.
        * ðŸ“Ļ &amp; ðŸ“Ļ 🔜 ðŸ˜Ĩ `str`.
        * 🏗 🔗 🔜 ✔ 👈 âšŦïļ `str` âŪïļ `binary` "📁".
    * `Decimal`:
        * ðŸĐ 🐍 `Decimal`.
        * ðŸ“Ļ &amp; ðŸ“Ļ, ðŸĩ 🎏 `float`.
    * 👆 💊 ✅ 🌐 ☑ Pydantic 📊 🆎 ðŸ“Ĩ: <a href="https://docs.pydantic.dev/latest/concepts/types/" class="external-link" target="_blank">Pydantic 📊 🆎</a>.
    
    ## 🖞
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. fastapi/encoders.py

    import dataclasses
    import datetime
    from collections import defaultdict, deque
    from decimal import Decimal
    from enum import Enum
    from ipaddress import (
        IPv4Address,
        IPv4Interface,
        IPv4Network,
        IPv6Address,
        IPv6Interface,
        IPv6Network,
    )
    from pathlib import Path, PurePath
    from re import Pattern
    from types import GeneratorType
    from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Apr 18 21:56:59 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  8. tests/test_jsonable_encoder.py

    from collections import deque
    from dataclasses import dataclass
    from datetime import datetime, timezone
    from decimal import Decimal
    from enum import Enum
    from pathlib import PurePath, PurePosixPath, PureWindowsPath
    from typing import Optional
    
    import pytest
    from fastapi._compat import PYDANTIC_V2, Undefined
    from fastapi.encoders import jsonable_encoder
    from pydantic import BaseModel, Field, ValidationError
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Apr 18 21:56:59 UTC 2024
    - 9K bytes
    - Viewed (0)
  9. docs/ko/docs/tutorial/extra-data-types.md

            * ėƒė„ąëœ ėŠĪí‚Ī마는 (JSON ėŠĪí‚Ī마ė˜ `uniqueItems`ëĨž ėīėšĐí•ī) `set`ė˜ 값ėī ęģ ėœ í•Ļė„ 멅ė‹œí•Đ니ë‹Ī.
    * `bytes`:
        * 표ėĪ€ 파ėīėŽė˜ `bytes`.
        * ėš”ėē­ęģž ė‘ë‹ĩė—ė„œ `str`로 ė·Ļęļ‰ëĐ니ë‹Ī.
        * ėƒė„ąëœ ėŠĪí‚Ī마는 ėīęēƒėī `binary` "형ė‹"ė˜ `str`ėž„ė„ 멅ė‹œí•Đ니ë‹Ī.
    * `Decimal`:
        * 표ėĪ€ 파ėīėŽė˜ `Decimal`.
        * ėš”ėē­ęģž ė‘ë‹ĩė—ė„œ `float`ė™€ 동ėží•˜ęēŒ ë‹ĪëĪ„ė§‘니ë‹Ī.
    * ė—Žęļ°ė—ė„œ ëŠĻ든 ėœ íšĻ한 pydantic 데ėī터 ėžëĢŒí˜•ė„ 확ėļ할 ėˆ˜ ėžˆėŠĩ니ë‹Ī: <a href="https://docs.pydantic.dev/latest/usage/types/types/" class="external-link" target="_blank">Pydantic 데ėī터 ėžëĢŒí˜•</a>.
    
    ## ė˜ˆė‹œ
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. migrator/column_type.go

    // Consult your driver documentation for a list of driver data types. Length specifiers
    // are not included.
    // Common type names include "VARCHAR", "TEXT", "NVARCHAR", "DECIMAL", "BOOL",
    // "INT", and "BIGINT".
    func (ct ColumnType) DatabaseTypeName() string {
    	if ct.DataTypeValue.Valid {
    		return ct.DataTypeValue.String
    	}
    	return ct.SQLColumnType.DatabaseTypeName()
    }
    
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Thu Mar 24 01:31:58 UTC 2022
    - 3.3K bytes
    - Viewed (0)
Back to top