- Sort Score
- Num 10 results
- Language All
Results 131 - 140 of 162 for conversation (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/uk/docs/tutorial/path-params.md
Це дасть вам підтримку редактора всередині функції з перевірками помилок, автодоповненням тощо. /// ## <dfn title="також відомо як: серіалізація, парсинг, маршалізація">Перетворення</dfn> даних { #data-conversion } Якщо ви запустите цей приклад і відкриєте у браузері [http://127.0.0.1:8000/items/3](http://127.0.0.1:8000/items/3), то побачите відповідь: ```JSON {"item_id":3} ``` /// check | ПеревіртеCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 14K bytes - Click Count (0) -
docs/en/docs/advanced/settings.md
That means that any value read in Python from an environment variable will be a `str`, and any conversion to a different type or any validation has to be done in code. ## Pydantic `Settings` { #pydantic-settings }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 10.9K bytes - Click Count (0) -
docs/fr/docs/alternatives.md
### [Marshmallow](https://marshmallow.readthedocs.io/en/stable/) { #marshmallow } L'une des principales fonctionnalités nécessaires aux systèmes API est la « <dfn title="aussi appelé : marshalling, conversion">sérialisation</dfn> » des données, qui consiste à prendre les données du code (Python) et à les convertir en quelque chose qui peut être envoyé sur le réseau. Par exemple, convertir un objet contenant desCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 26.6K bytes - Click Count (0) -
docs/en/docs/index.md
* <dfn title="also known as: serialization, parsing, marshalling">Conversion</dfn> of input data: coming from the network to Python data and types. Reading from: * JSON. * Path parameters. * Query parameters. * Cookies. * Headers. * Forms. * Files.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 21.4K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Functions.java
* can use {@link com.google.common.collect.Maps#asConverter Maps.asConverter} instead to get a * function that also supports reverse conversion. * * <p>If you are okay with {@code null} being returned for an unrecognized key (instead of an * exception being thrown), you can use the method reference {@code map::get} instead. Note thatCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Aug 06 17:32:30 GMT 2025 - 15.4K bytes - Click Count (0) -
ci/devinfra/docker/windows2022/Dockerfile
ENV BAZEL_VS "C:\Program Files\Microsoft Visual Studio\2022\BuildTools" ENV BAZEL_VC "C:\Program Files\Microsoft Visual Studio\2022\Community\VC" # Environment variables to prevent auto-conversion of Linux-like paths to Windows paths. # This is necessary as some paths end up invalid/mangled. ENV MSYS_NO_PATHCONV 1 ENV MSYS2_ARG_CONV_EXCL *
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Mar 04 19:50:57 GMT 2026 - 10.4K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/RestTestsFromSnippetsTask.groovy
return new File(testRoot.get().asFile, '/rest-api-spec/test') } @OutputDirectory DirectoryProperty getTestRoot() { return testRoot } /** * Is this snippet a candidate for conversion to `// CONSOLE`? */ static isConsoleCandidate(Snippet snippet) { /* Snippets that are responses or already marked as `// CONSOLE` or * `// NOTCONSOLE` are not candidates. */
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 19.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java
} } /** * Stores a child URL in the crawling queue with duplicate host handling. * This method applies duplicate host conversion before storing the URL. * * @param childUrl the child URL to store * @param parentUrl the parent URL that referenced this child URL * @param weight the weight/priority of the child URLCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 11 09:47:03 GMT 2025 - 19.5K bytes - Click Count (0) -
compat/maven-model-builder/src/site/apt/index.apt
with its <<<DefaultReportConfigurationExpander>>> implementation ({{{./xref/org/apache/maven/model/plugin/DefaultReportConfigurationExpander.html}source}}) ** <(optional)> reports conversion to decoupled site plugin: <<<ReportingConverter>>> ({{{./apidocs/org/apache/maven/model/plugin/ReportingConverter.html}javadoc}}), with its <<<DefaultReportingConverter>>> implementation
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 03 08:42:52 GMT 2025 - 13.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
* 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) { if (value instanceof final Float f) { return f; } if (value instanceof final String s) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 25 02:13:14 GMT 2025 - 28K bytes - Click Count (0)