- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 66 for decimalSI (0.06 sec)
-
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) -
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) -
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) -
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) -
manifests/addons/dashboards/istio-mesh-dashboard.gen.json
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 22.3K bytes - Viewed (0) -
docs/em/docs/tutorial/extra-data-types.md
* ðĻ, `set` ð ð `list`. * ð ð ð â ð `set` ðē ð (âïļ ðŧ ð `uniqueItems`). * `bytes`: * ðĐ ð `bytes`. * ðĻ & ðĻ ð ðĨ `str`. * ð ð ð â ð âŦïļ `str` âŪïļ `binary` "ð". * `Decimal`: * ðĐ ð `Decimal`. * ðĻ & ðĻ, ðĩ ð `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) -
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) -
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) -
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) -
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)