- Sort Score
- Num 10 results
- Language All
Results 351 - 360 of 875 for line4 (0.02 seconds)
-
docs/zh-hant/docs/advanced/stream-data.md
# 串流資料 { #stream-data } 如果你要串流可用 JSON 結構化的資料,應該[串流 JSON Lines](../tutorial/stream-json-lines.md)。 但如果你想串流純二進位資料或字串,以下是做法。 /// info 已在 FastAPI 0.134.0 新增。 /// ## 使用情境 { #use-cases } 當你想串流純字串時可以用這個機制,例如直接轉發來自 AI LLM 服務的輸出。 你也可以用它來串流大型二進位檔案,邊讀邊將每個區塊(chunk)串流出去,而不必一次把整個檔案載入記憶體。 你也可以用同樣方式串流視訊或音訊,甚至可以在處理的同時即時產生並傳送。 ## 使用 `yield` 的 `StreamingResponse` { #a-streamingresponse-with-yield }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:33:04 GMT 2026 - 4.9K bytes - Click Count (0) -
docs/uk/docs/advanced/stream-data.md
# Потокова передача даних { #stream-data } Якщо ви хочете передавати потоком дані, які можна структурувати як JSON, див. [Потокова передача JSON Lines](../tutorial/stream-json-lines.md). Але якщо ви хочете передавати потоком чисті бінарні дані або строки, ось як це зробити. /// info | Інформація Додано у FastAPI 0.134.0. /// ## Варіанти використання { #use-cases }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:25:54 GMT 2026 - 8.5K bytes - Click Count (0) -
dbflute_fess/dfprop/lastafluteMap.dfprop
# ; freeGenList = list:{ [env or config or label or message or html] } # ; propertiesHtmlList = list:{ [env or config or label or message] } # } # } # } # # *The line that starts with '#' means comment-out. # map:{ # your service name, camel case, initial uncapitalised ; serviceName = fess # package for your domain name, e.g. com.exampleCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun May 20 08:20:11 GMT 2018 - 2.2K bytes - Click Count (0) -
dbflute_fess/dfprop/commonColumnMap.dfprop
# } # ; beforeUpdateMap = map:{ # ; UPDATE_DATETIME = $$AccessContext$$.getAccessLocalDateTimeOnThread() # ; UPDATE_USER = $$AccessContext$$.getAccessUserOnThread() # } # } # # *The line that starts with '#' means comment-out. # map:{ #; commonColumnMap = map:{ # ; REGISTER_DATETIME=TIMESTAMP ; REGISTER_USER=VARCHAR # ; UPDATE_DATETIME=TIMESTAMP ; UPDATE_USER=VARCHAR #}Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jul 04 22:46:31 GMT 2015 - 1.9K bytes - Click Count (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/Options.java
* This interface defines methods to access various configuration options * that can be set through command-line arguments or configuration files. * * @since 4.0.0 */ @Experimental public interface Options { /** Constant indicating that the options source is the command-line interface. */ String SOURCE_CLI = "CLI"; /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Jan 13 16:14:35 GMT 2025 - 6.5K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc_expected.md
## Включения кода с диапазонами строк { #code-includes-with-line-ranges } {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[19:21] *} {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] *} ## Включения кода с диапазонами строк и подсветкой { #code-includes-with-line-ranges-and-highlighting } {* ../../docs_src/dependencies/tutorial013_an_py310.py ln[30:38] hl[31:33] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 10.9K bytes - Click Count (0) -
docs/ru/docs/advanced/custom-response.md
Если вы передаёте JSON Lines потоком, следуйте руководству [Поток JSON Lines](../tutorial/stream-json-lines.md). /// ### `FileResponse` { #fileresponse } Асинхронно отправляет файл как ответ.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 17.6K bytes - Click Count (0) -
docs/uk/docs/advanced/custom-response.md
Якщо ви транслюєте JSON Lines, дотримуйтесь навчального посібника [Потоки JSON Lines](../tutorial/stream-json-lines.md). /// ### `FileResponse` { #fileresponse } Асинхронно транслює файл як відповідь.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 17K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/PruneChangelogsTask.java
return findPreviousVersion(gitWrapper, version) .flatMap(earlierVersion -> gitWrapper.listFiles("v" + earlierVersion, "docs/changelog")) .map(line -> Path.of(line).getFileName().toString()) .collect(Collectors.toSet()); } /** * Find the releases prior to the supplied version. If the supplied version is the very first in a new
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 24 10:57:02 GMT 2021 - 6.6K bytes - Click Count (0) -
guava/src/com/google/common/base/StandardSystemProperty.java
/** File separator ("/" on UNIX). */ FILE_SEPARATOR("file.separator"), /** Path separator (":" on UNIX). */ PATH_SEPARATOR("path.separator"), /** Line separator ("\n" on UNIX). */ LINE_SEPARATOR("line.separator"), /** User's account name. */ USER_NAME("user.name"), /** User's home directory. */ USER_HOME("user.home"), /** User's current working directory. */
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 06 10:03:30 GMT 2025 - 4.9K bytes - Click Count (0)