- Sort Score
- Num 10 results
- Language All
Results 4411 - 4420 of 4,435 for TRUE (0.03 seconds)
-
src/main/resources/fess_message_id.properties
errors.suffix = </li> # ---------------------------------------------------------- # Javax Validator # --------------- constraints.AssertFalse.message = {item} harus bernilai false. constraints.AssertTrue.message = {item} harus bernilai true. constraints.DecimalMax.message = {item} harus kurang dari {value}. constraints.DecimalMin.message = {item} harus lebih dari {value}. constraints.Digits.message = {item} harus berupa angka. (expected: <number>.<number>)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.7K bytes - Click Count (0) -
docs/ja/docs/tutorial/response-model.md
```JSON { "name": "Foo", "price": 50.2 } ``` /// info | 情報 以下も使用できます: * `response_model_exclude_defaults=True` * `response_model_exclude_none=True` `exclude_defaults` と `exclude_none` については、[Pydanticのドキュメント](https://docs.pydantic.dev/1.10/usage/exporting_models/#modeldict)で説明されている通りです。 /// #### デフォルト値を持つフィールドに値があるデータ { #data-with-values-for-fields-with-defaults }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 19.6K bytes - Click Count (0) -
docs/changelogs/changelog_3x.md
simultaneously. This can be used to implement interactive conversations within a single HTTP call. Create duplex calls by overriding the new `RequestBody.isDuplex()` method to return true. This simple option dramatically changes the behavior of the request body and of the entire call. The `RequestBody.writeTo()` method may now retain a reference to the provided sink andCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Feb 06 14:55:54 GMT 2022 - 50.8K bytes - Click Count (0) -
docs/uk/docs/tutorial/query-params-str-validations.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 25.9K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/base/FunctionsTest.java
} } public void testComposeOfFunctionsIsAssociative() { Map<Float, String> m = ImmutableMap.of(4.0f, "A", 3.0f, "B", 2.0f, "C", 1.0f, "D"); Function<? super Integer, Boolean> h = Functions.constant(Boolean.TRUE); Function<? super String, Integer> g = new HashCodeFunction(); Function<Float, String> f = Functions.forMap(m, "F"); Function<Float, Boolean> c1 = Functions.compose(Functions.compose(h, g), f);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 16.2K bytes - Click Count (0) -
src/main/webapp/css/bootstrap.min.css.map
responsive) or $infix == \"\") {\n @include generate-utility($utility, $infix, true);\n }\n }\n }\n }\n}\n\n\n// Print utilities\n@media print {\n @each $key, $utility in $utilities {\n // The utility can be disabled with `false`, thus check if the utility is a map first\n // Then check if the utility needs print styles\n @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n @include generate-utility($utility, \"-print\");\n }\n }\n}\n"]}...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 575.5K bytes - Click Count (0) -
docs/ru/docs/tutorial/query-params-str-validations.md
Его нужно оставить на какое‑то время, так как клиенты его используют, но вы хотите, чтобы в документации он явно отображался как <dfn title="устаревший, не рекомендуется использовать">устаревший</dfn>. Тогда передайте параметр `deprecated=True` в `Query`: {* ../../docs_src/query_params_str_validations/tutorial010_an_py310.py hl[19] *} В документации это будет показано так: <img src="/img/tutorial/query-params-str-validations/image01.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 25.1K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/query-params-str-validations.md
## 棄用參數 { #deprecating-parameters } 現在假設你不再喜歡這個參數了。 你必須暫時保留它,因為還有用戶端在用,但你希望文件能清楚標示它是<dfn title="過時,不建議使用">已棄用</dfn>。 接著把參數 `deprecated=True` 傳給 `Query`: {* ../../docs_src/query_params_str_validations/tutorial010_an_py310.py hl[19] *} 文件會這樣顯示: <img src="/img/tutorial/query-params-str-validations/image01.png">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 14.8K bytes - Click Count (0) -
docs/tr/docs/tutorial/query-params-str-validations.md
Bazı client’lar hâlâ kullandığı için bir süre tutmanız gerekiyor, ama dokümanların bunu açıkça <dfn title="kullanımdan kalkmış, kullanmamanız önerilir">deprecated</dfn> olarak göstermesini istiyorsunuz. O zaman `Query`’ye `deprecated=True` parametresini geçin: {* ../../docs_src/query_params_str_validations/tutorial010_an_py310.py hl[19] *} Dokümanlarda şöyle görünür: <img src="/img/tutorial/query-params-str-validations/image01.png">
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 17.3K bytes - Click Count (0) -
docs/de/docs/tutorial/query-params-str-validations.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 18.7K bytes - Click Count (0)