- Sort Score
- Result 10 results
- Languages All
Results 391 - 400 of 1,425 for type1 (0.02 sec)
-
docs/em/docs/features.md
 ### ๐ ๐ โซ๏ธ ๐ โ๏ธ ๐ ๐ฉ **๐ 3๏ธโฃ.6๏ธโฃ ๐** ๐ (๐ Pydantic). ๐ โโ ๐ โ ๐ก. ๐ฉ ๐ ๐. ๐ฅ ๐ ๐ช 2๏ธโฃ โฒ โ๏ธ โ โ๏ธ ๐ ๐ (๐ฅ ๐ ๐ซ โ๏ธ FastAPI), โ ๐ ๐ฐ: [๐ ๐](python-types.md){.internal-link target=_blank}. ๐ โ ๐ฉ ๐ โฎ๏ธ ๐: ```Python from datetime import date from pydantic import BaseModel # Declare a variable as a str # and get editor support inside the function
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 8K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/ImmutableValueGraph.java
* href="https://github.com/google/guava/wiki/GraphsExplained#immutable-implementations">discussion * of the {@code Immutable*} types</a> for more information on the properties and guarantees * provided by this class. * * @author James Sexton * @author Jens Nyman * @param <N> Node parameter type * @param <V> Value parameter type * @since 20.0 */ @Beta @Immutable(containerOf = {"N", "V"})
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 7.9K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableList.java
// needed to deal with GWT integer overflow } return hashCode; } /* * Serializes ImmutableLists as their logical contents. This ensures that * implementation types do not leak into the serialized representation. */ @J2ktIncompatible // serialization static final class SerializedForm implements Serializable { final Object[] elements;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 27.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
pageSize, offset); } /** * Converts an object value to a float for score calculations. * Handles Float and String types, returning 0.0f for unsupported types. * * @param value the object to convert to float * @return float representation of the value, or 0.0f if conversion fails */ protected float toFloat(final Object value) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.8K bytes - Viewed (0) -
cmd/metrics-resource.go
updateResourceMetrics(driveSubsystem, totalInodes, float64(di.FreeInodes+di.UsedInodes), labels, false) } } } func collectLocalResourceMetrics() { types := madmin.MetricsDisk | madmin.MetricNet | madmin.MetricsMem | madmin.MetricsCPU m := collectLocalMetrics(types, collectMetricsOpts{}) for _, hm := range m.ByHost { if hm.Net != nil && len(hm.Net.NetStats.Name) > 0 { stats := hm.Net.NetStats
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Mar 30 00:56:02 UTC 2025 - 17.2K bytes - Viewed (0) -
docs/en/docs/tutorial/body-updates.md
* Convert the copied model to something that can be stored in your DB (for example, using the `jsonable_encoder`). * This is comparable to using the model's `.model_dump()` method again, but it makes sure (and converts) the values to data types that can be converted to JSON, for example, `datetime` to `str`. * Save the data to your DB. * Return the updated model. {* ../../docs_src/body_updates/tutorial002_py310.py hl[28:35] *} /// tip
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 4.7K bytes - Viewed (0) -
docs/fr/docs/tutorial/body-multiple-params.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 11:10:17 UTC 2024 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java
}); } /** * Checks if the response data contains an image MIME type that can be processed * for thumbnail generation. * * @param responseData the response data containing MIME type information * @return true if the MIME type represents a supported image format, false otherwise */ protected boolean isImageMimeType(final ResponseData responseData) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
"type": "stemmer", "name": "english" }, "english_override": { "type": "stemmer_override", "rules_path": "${fess.dictionary.path}en/stemmer_override.txt" }, "possessive_stemmer_en_filter": { "type": "stemmer", "name": "possessive_english" }, "stopword_en_filter": { "type": "stop",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
api/go1.16.txt
pkg io/fs, method (FileMode) Type() FileMode pkg io/fs, type DirEntry interface { Info, IsDir, Name, Type } pkg io/fs, type DirEntry interface, Info() (FileInfo, error) pkg io/fs, type DirEntry interface, IsDir() bool pkg io/fs, type DirEntry interface, Name() string pkg io/fs, type DirEntry interface, Type() FileMode pkg io/fs, type FS interface { Open } pkg io/fs, type FS interface, Open(string) (File, error)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0)