- Sort Score
- Result 10 results
- Languages All
Results 391 - 400 of 480 for Floats (0.08 sec)
-
guava-tests/test/com/google/common/util/concurrent/AtomicDoubleArrayTest.java
-0.0, +0.0, Double.MIN_VALUE, 1.0, Math.PI, (double) Integer.MAX_VALUE, (double) Long.MAX_VALUE, Double.MAX_VALUE, Double.POSITIVE_INFINITY, Double.NaN, Float.MAX_VALUE, }; /** The notion of equality used by AtomicDoubleArray */ static boolean bitEquals(double x, double y) { return Double.doubleToRawLongBits(x) == Double.doubleToRawLongBits(y); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 14.6K bytes - Viewed (0) -
docs/zh-hant/docs/features.md
### 驗證 所有的驗證都由完善且強大的 **Pydantic** 處理。 * 驗證大部分(甚至所有?)的 Python **資料型別**,包括: * JSON 物件 (`dict`)。 * JSON 陣列 (`list`) 定義項目型別。 * 字串 (`str`) 欄位,定義最小或最大長度。 * 數字 (`int`, `float`) 與其最大值和最小值等。 * 驗證外來的型別,比如: * URL * Email * UUID ### 安全性及身份驗證 FastAPI 已經整合了安全性和身份驗證的功能,但不會強制與特定的資料庫或資料模型進行綁定。 OpenAPI 中定義的安全模式,包括: * HTTP 基本認證。
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 10 10:48:41 UTC 2024 - 9.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/PopulatedCachesTest.java
} /* ---------------- Local utilities -------------- */ /** Most of the tests in this class run against every one of these caches. */ private Iterable<LoadingCache<Object, Object>> caches() { // lots of different ways to configure a LoadingCache CacheBuilderFactory factory = cacheFactory(); return Iterables.transform( factory.buildAllPermutations(),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 15.1K bytes - Viewed (0) -
src/main/webapp/css/bootstrap.min.css.map
ign-bottom {\n vertical-align: bottom !important;\n}\n\n.align-text-bottom {\n vertical-align: text-bottom !important;\n}\n\n.align-text-top {\n vertical-align: text-top !important;\n}\n\n.float-start {\n float: left !important;\n}\n\n.float-end {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n.object-fit-contain {\n -o-object-fit: contain !important;\n object-fit: contain !important;\n}\n\n.object-fit-cover {\n -o-object-fit: cover !important;\n object-fit:...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 575.5K bytes - Viewed (0) -
src/main/resources/fess_message.properties
errors.property_required={0} is required. errors.property_type_integer={0} must be an integer. errors.property_type_long={0} must be a long. errors.property_type_float={0} must be a float. errors.property_type_double={0} must be a double. errors.property_type_date={0} must be a date. errors.storage_file_upload_failure=Failed to upload {0}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
errors.property_required={0} is required. errors.property_type_integer={0} must be an integer. errors.property_type_long={0} must be a long. errors.property_type_float={0} must be a float. errors.property_type_double={0} must be a double. errors.property_type_date={0} must be a date. errors.storage_file_upload_failure=Failed to upload {0}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/misc/AssertionUtil.java
* @throws EmptyArgumentException * If the argument is <code>null</code> or an empty array. */ public static void assertArgumentNotEmpty(final String argName, final float[] argValue) { if (ArrayUtil.isEmpty(argValue)) { throw new EmptyArgumentException(argName, "ECL0011", asArray(argName)); } } /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/ndr/NdrBuffer.java
*/ public long dec_ndr_hyper() { align(8); final long val = Encdec.dec_uint64le(this.buf, this.index); advance(8); return val; } /* float */ /* double */ /** * Encodes a string in NDR format. * * @param s the string to encode */ public void enc_ndr_string(final String s) { align(4);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.7K bytes - Viewed (0) -
docs/tr/docs/features.md
* JSON objeleri (`dict`). * JSON array (`list`) item type'ı belirtirken. * String (`str`) parametresi, minimum ve maksimum uzunluk gibi sınırlandırmalar yaparken. * Numaralar (`int`, `float`) maksimum ve minimum gibi sınırlandırmalar yaparken. * Bunlar gibi en egzotik typelarla bile doğrulama yapabiliyorsunuz.: * URL. * Email. * UUID. * ...ve diğerleri.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.1K bytes - Viewed (0) -
docs/fr/docs/tutorial/path-params.md
} ] } ``` car le paramètre de chemin `item_id` possède comme valeur `"foo"`, qui ne peut pas être convertie en entier (`int`). La même erreur se produira si vous passez un nombre flottant (`float`) et non un entier, comme ici <a href="http://127.0.0.1:8000/items/4.2" class="external-link" target="_blank">http://127.0.0.1:8000/items/4.2</a>. /// check | vérifier
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 9.8K bytes - Viewed (0)