- Sort Score
 - Result 10 results
 - Languages All
 
Results 2271 - 2280 of 2,488 for toType (0.03 sec)
- 
				
				
cmd/global-heal.go
status.SCParity = make(map[string]int) status.SCParity[storageclass.STANDARD] = backendInfo.StandardSCParity status.SCParity[storageclass.RRS] = backendInfo.RRSCParity return status, true } type healEntryResult struct { bytes uint64 success bool skipped bool entryDone bool name string } // healErasureSet lists and heals all objects in a specific erasure set
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 04 13:49:12 UTC 2025 - 16.2K bytes - Viewed (0) - 
				
				
src/main/resources/fess_message_zh_TW.properties
# ---------------------------------------------------------- # Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} 不是有效的信用卡號。 constraints.EAN.message = {item} 不是有效的 {type} 條碼。 constraints.Email.message = {item} 不是有效的電子郵件地址。 constraints.Length.message = {item} 的長度必須在 {min} 到 {max} 之間。 constraints.LuhnCheck.message = {value} 的 Luhn Modulo 11 檢查碼不正確。Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
case "DHnC": // Durable Handle Reconnect Request/Response return new jcifs.internal.smb2.persistent.DurableHandleReconnectResponse(); default: // Unknown context type - log and return null if (log.isDebugEnabled()) { log.debug("Unknown create context: " + contextName); } return null; } } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 15.4K bytes - Viewed (0) - 
				
				
docs/ja/docs/tutorial/cors.md
* `allow_headers` - オリジン間リクエストでサポートするHTTPリクエストヘッダーのリスト。デフォルトは `[]` です。`['*']`を使用して、すべてのヘッダーを許可できます。CORSリクエストでは、 `Accept` 、 `Accept-Language` 、 `Content-Language` 、 `Content-Type` ヘッダーが常に許可されます。 * `allow_credentials` - オリジン間リクエストでCookieをサポートする必要があることを示します。デフォルトは `False` です。 * `expose_headers` - ブラウザからアクセスできるようにするレスポンスヘッダーを示します。デフォルトは `[]` です。 * `max_age` - ブラウザがCORSレスポンスをキャッシュする最大時間を秒単位で設定します。デフォルトは `600` です。
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.2K bytes - Viewed (0) - 
				
				
src/cmd/asm/internal/asm/testdata/arm.s
// var g obj.Addr // // g = nullgen; // g.Type = obj.TYPE_CONST; // g.Offset = int64($6); // outcode($1, $2, &$3, 0, &g); // } MOVM 0(R1), [R2,R5,R8,g] // MOVM (R1), [R2,R5,R8,g] MOVM (R1), [R2-R5] // MOVM (R1), [R2,R3,R4,R5] MOVM (R1), [R2] // LTYPE8 cond '[' reglist ']' ',' ioreg // { // var g obj.Addr // // g = nullgen; // g.Type = obj.TYPE_CONST; // g.Offset = int64($4);
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 15 20:51:01 UTC 2023 - 69K bytes - Viewed (0) - 
				
				
src/main/resources/fess_message_zh_CN.properties
# ---------------------------------------------------------- # Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} 不是有效的信用卡号。 constraints.EAN.message = {item} 不是有效的 {type} 条形码。 constraints.Email.message = {item} 不是有效的电子邮件地址。 constraints.Length.message = {item} 的长度必须在 {min} 到 {max} 之间。 constraints.LuhnCheck.message = {value} 的 Luhn Modulo 11 校验和不正确。Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) - 
				
				
docs/bucket/versioning/README.md
# Bucket Versioning Guide [](https://slack.min.io) [](https://hub.docker.com/r/minio/minio/)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 12K bytes - Viewed (0) - 
				
				
docs/pt/docs/tutorial/dependencies/index.md
{* ../../docs_src/dependencies/tutorial001_02_an_py310.py hl[12,16,21] *} /// tip | Dica Isso é apenas Python padrão, essa funcionalidade é chamada de "type alias", e na verdade não é específica ao **FastAPI**. Mas como o **FastAPI** se baseia em convenções do Python, incluindo `Annotated`, você pode incluir esse truque no seu código. 😎 ///Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.3K bytes - Viewed (0) - 
				
				
android/guava/src/com/google/common/hash/BloomFilter.java
* * <p>As of Guava 23.0, this class is thread-safe and lock-free. It internally uses atomics and * compare-and-swap to ensure correctness when multiple threads are used to access it. * * @param <T> the type of instances that the {@code BloomFilter} accepts * @author Dimitris Andreou * @author Kevin Bourrillion * @since 11.0 (thread-safe since 23.0) */ @BetaRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 31 13:15:26 UTC 2025 - 26.9K bytes - Viewed (0) - 
				
				
src/test/java/org/codelibs/fess/rank/fusion/SearchResultTest.java
assertEquals(2, result2.getDocumentList().size()); assertEquals(2L, result2.getAllRecordCount()); } public void test_emptyRelationType() { // Test with empty relation type string SearchResult result = SearchResult.create().allRecordCountRelation("").build(); assertEquals("", result.getAllRecordCountRelation()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.9K bytes - Viewed (0)