- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for _config (0.05 sec)
-
CHANGELOG/CHANGELOG-1.19.md
- Kubeadm: Allow manually upgraded component configs to be supplied in a YAML file via the --config option during upgrade plan & apply. The old behavior of --config in which kubeadm configuration and component configs that overwrite...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
RELEASE.md
* The following APIs are not longer experimental: `tf.config.list_logical_devices`, `tf.config.list_physical_devices`, `tf.config.get_visible_devices`, `tf.config.set_visible_devices`, `tf.config.get_logical_device_configuration`, `tf.config.set_logical_device_configuration`. * `tf.config.experimentalVirtualDeviceConfiguration` has been renamed to `tf.config.LogicalDeviceConfiguration`.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String PAGE_DATA_CONFIG_MAX_FETCH_SIZE = "page.data.config.max.fetch.size"; /** The key of the configuration. e.g. 100 */ String PAGE_WEB_CONFIG_MAX_FETCH_SIZE = "page.web.config.max.fetch.size"; /** The key of the configuration. e.g. 100 */ String PAGE_FILE_CONFIG_MAX_FETCH_SIZE = "page.file.config.max.fetch.size"; /** The key of the configuration. e.g. 1000 */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2) -
docs/en/docs/release-notes.md
* You can read more about it in the docs for [Declare Request Example Data](https://fastapi.tiangolo.com/tutorial/schema-extra-example/). * The attribute `schema_extra` for the internal class `Config` has been replaced by the key `json_schema_extra` in the new `model_config` dict.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
mathrand "math/rand" "reflect" "testing" "testing/quick" ) func (v Element) String() string { return hex.EncodeToString(v.Bytes()) } // quickCheckConfig returns a quick.Config that scales the max count by the // given factor if the -short flag is not set. func quickCheckConfig(slowScale int) *quick.Config { cfg := new(quick.Config) if !testing.Short() { cfg.MaxCountScale = float64(slowScale) } return cfg } func generateFieldElement(rand *mathrand.Rand) Element { const maskLow52Bits = (1 << 52) - 1...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)