- Sort Score
- Result 10 results
- Languages All
Results 931 - 940 of 1,180 for round (0.02 sec)
-
docs/em/docs/tutorial/handling-errors.md
{ "item": "The Foo Wrestlers" } ``` โ๏ธ ๐ฅ ๐ฉโ๐ป ๐จ `http://example.com/items/bar` (๐ซ-๐ซ `item_id` `"bar"`), ๐ ๐ฉโ๐ป ๐ ๐จ ๐บ๐ธ๐ ๐ ๐ 4๏ธโฃ0๏ธโฃ4๏ธโฃ ("๐ซ ๐" โ), & ๐ป ๐จ: ```JSON { "detail": "Item not found" } ``` /// tip ๐โ ๐โโ `HTTPException`, ๐ ๐ช ๐ถโโ๏ธ ๐ ๐ฒ ๐ ๐ช ๐ ๐ป ๐ข `detail`, ๐ซ ๐ด `str`. ๐ ๐ช ๐ถโโ๏ธ `dict`, `list`, โ๏ธ. ๐ซ ๐ต ๐ **FastAPI** & ๐ ๐ป. /// ## ๐ฎ ๐ ๐
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
* * @param paramMap the parameter map to search * @param key the parameter key to look up * @param defaultValue the default value to return if key is not found * @return the parameter value as a string, or the default value if not found */ protected String getParamValue(final DataStoreParams paramMap, final String key, final String defaultValue) { return paramMap.getAsString(key, defaultValue);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 28.9K bytes - Viewed (0) -
guava-tests/test/com/google/common/hash/HashTestUtils.java
* unequivocally demonstrate that funneling cannot be occurring. This is done bit-by-bit. For each * input bit(i) and output bit(j), two pairs of keys must be found with all bits identical except * bit(i). One pair must differ in output bit(j), and one pair must not. This proves that input * bit(i) can alter output bit(j). */ static void checkNoFunnels(HashFunction function) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 25.6K bytes - Viewed (0) -
docs/ja/docs/tutorial/response-status-code.md
* **`300`** ไปฅไธใฏใใชใใคใฌใฏใใใฎใใใฎใใฎใงใใใใใใฎในใใผใฟในใณใผใใๆใคใฌในใใณในใฏ`304`๏ผNot Modified๏ผใ้คใใใใใฃใๆใคใใจใๆใใชใใใจใใงใใพใใ * **`400`** ไปฅไธใฏใใฏใฉใคใขใณใใจใฉใผใใฎใฌในใใณในใฎใใใฎใใฎใงใใใใใใฏใใใใใๆใๅค็จใใใงใใใ๏ผ็ช็ฎใฎใฟใคใใงใใ * ไพใใฐใ`404`ใฏใNot Foundใใฌในใใณในใงใใ * ใฏใฉใคใขใณใใใใฎไธ่ฌ็ใชใจใฉใผใซใคใใฆใฏใ`400`ใไฝฟ็จใใใใจใใงใใพใใ * `500`ไปฅไธใฏใตใผใใผใจใฉใผใฎใใใฎใใฎใงใใใใใใ็ดๆฅไฝฟใใใจใฏใปใจใใฉใใใพใใใใขใใชใฑใผใทใงใณใณใผใใใตใผใใผใฎใฉใใใงไฝใๅ้กใ็บ็ใใๅ ดๅใใใใใฎในใใผใฟในใณใผใใฎใใใใใ่ชๅ็ใซ่ฟใใใพใใ /// tip | ่ฑ็ฅ่ญ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.5K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
* * <p>All of the fields in this class are encoded in various portions of the IPv6 address as part * of the protocol. More protocols details can be found at: <a target="_parent" * href="http://en.wikipedia.org/wiki/Teredo_tunneling">http://en.wikipedia. * org/wiki/Teredo_tunneling</a>. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
okhttp-logging-interceptor/src/test/java/okhttp3/logging/HttpLoggingInterceptorTest.kt
fun assertLogEqual(expected: String) = apply { assertThat(index, "No more messages found") .isLessThan(logs.size) assertThat(logs[index++]).isEqualTo(expected) return this } fun assertLogMatch(regex: Regex) = apply { assertThat(index, "No more messages found") .isLessThan(logs.size) assertThat(logs[index++])
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Aug 21 14:27:04 UTC 2025 - 37.5K bytes - Viewed (0) -
cmd/bucket-handlers.go
dObjects, errs := deleteObjectsFn(ctx, bucket, deleteList, ObjectOptions{ PrefixEnabledFn: vc.PrefixEnabled, VersionSuspended: vc.Suspended(), }) // Are all objects saying bucket not found? if isAllBucketsNotFound(errs) { writeErrorResponse(ctx, w, toAPIError(ctx, errs[0]), r.URL) return } for i := range errs { // DeleteMarkerVersionID is not used specifically to avoid
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 63.9K bytes - Viewed (0) -
README.md
return ClassUtil.newInstance(className); // Wraps checked exceptions automatically } catch (ClassNotFoundRuntimeException e) { // Handle the wrapped exception logger.error("Class not found: " + className, e); } ``` ## ๐๏ธ Architecture & Design Patterns ### Core Design Principles CoreLib follows a **utility-class pattern** where most functionality is exposed through static methods:
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sun Aug 31 02:56:02 UTC 2025 - 12.7K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/primitives/BytesTest.java
assertThat(newArray).isEqualTo(new byte[] {(byte) 0, (byte) 1, (byte) 2}); newArray[1] = (byte) 5; assertThat((byte) list.get(1)).isEqualTo((byte) 1); } // This test stems from a real bug found by andrewk public void testAsList_subList_toArray_roundTrip() { byte[] array = {(byte) 0, (byte) 1, (byte) 2, (byte) 3}; List<Byte> list = Bytes.asList(array);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 17.5K bytes - Viewed (0) -
src/archive/tar/strconv_test.go
// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package tar import ( "math" "strings" "testing" "time" ) func TestFitsInBase256(t *testing.T) { vectors := []struct { in int64 width int ok bool }{ {+1, 8, true}, {0, 8, true}, {-1, 8, true}, {1 << 56, 8, false},
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Sep 08 17:08:20 UTC 2025 - 15K bytes - Viewed (0)