- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 44 for reading8 (0.31 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/ru/docs/_llm-test.md
Единственное жёсткое правило для заголовков — LLM должна оставить часть хеша в фигурных скобках без изменений, чтобы ссылки не ломались. См. раздел `### Headings` в общем промпте в `scripts/translate.py`. Для некоторых языковых инструкций см., например, раздел `### Headings` в `docs/de/llm-prompt.md`. //// ## Термины, используемые в документации { #terms-used-in-the-docs } //// tab | Тест * вы * вашCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 17.2K bytes - Click Count (0) -
android/guava/src/com/google/common/io/ByteStreams.java
// streams. Buffers are retained in a deque so that there's no copying between buffers while // reading and so all of the bytes in each new allocated buffer are available for reading from // the stream. for (int bufSize = initialBufferSize; totalLen < MAX_ARRAY_LEN; bufSize = IntMath.saturatedMultiply(bufSize, bufSize < 4096 ? 4 : 2)) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 31.1K bytes - Click Count (0) -
docs/de/docs/_llm-test.md
Siehe Abschnitt `### Headings` im allgemeinen Prompt in `scripts/translate.py`. Für einige sprachsspezifische Anweisungen, siehe z. B. den Abschnitt `### Headings` in `docs/de/llm-prompt.md`. //// ## In der Dokumentation verwendete Begriffe { #terms-used-in-the-docs } //// tab | Test * SieCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 12.3K bytes - Click Count (0) -
docs/zh/docs/_llm-test.md
Hello again. //// //// tab | 信息 关于标题的唯一硬性规则是:LLM 必须保持花括号内的哈希部分不变,以确保链接不会失效。 参见 `scripts/translate.py` 中通用提示的 `### Headings` 部分。 语言特定的说明可参见例如 `docs/de/llm-prompt.md` 中的 `### Headings` 部分。 //// ## 文档中使用的术语 { #terms-used-in-the-docs } //// tab | 测试 * you * your * e.g. * etc. * `foo` as an `int` * `bar` as a `str` * `baz` as a `list`Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 10.7K bytes - Click Count (0) -
docs/uk/docs/_llm-test.md
Єдине жорстке правило для заголовків - LLM має залишати хеш-частину в фігурних дужках незмінною, щоб посилання не ламалися. Див. розділ `### Headings` у загальній підсказці в `scripts/translate.py`. Для деяких мовно-специфічних інструкцій див., наприклад, розділ `### Headings` у `docs/de/llm-prompt.md`. //// ## Терміни, що використовуються в документації { #terms-used-in-the-docs } //// tab | Тест * виCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 17K bytes - Click Count (0) -
docs/tr/docs/_llm-test.md
Başlıklarla ilgili tek katı kural, LLM'nin süslü parantezler içindeki hash kısmını değiştirmemesidir; böylece link'ler bozulmaz. `scripts/translate.py` içindeki genel prompt'ta `### Headings` bölümüne bakın. Dile özel bazı talimatlar için örneğin `docs/de/llm-prompt.md` içindeki `### Headings` bölümüne bakın. //// ## Dokümanlarda kullanılan terimler { #terms-used-in-the-docs } //// tab | Test * siz * sizin * örn.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.1K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.jobStatus=Status labels.labelTypeIds=Labels labels.lang=Language labels.outputs=Outputs labels.pos=Part-of-speech labels.purgeJobLogDay=Delete old job logs labels.purgeUserInfoDay=Delete old user logs labels.reading=Reading labels.roleTypeIds=Role IDs labels.scriptData=Script labels.scriptResult=Result labels.scriptType=Execution Method labels.segmentation=Segmentation labels.startTime=Start Time labels.target=Target
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
docs/es/docs/_llm-test.md
Consulta la sección `### Headings` en el prompt general en `scripts/translate.py`. Para instrucciones específicas del idioma, mira p. ej. la sección `### Headings` en `docs/de/llm-prompt.md`. //// ## Términos usados en la documentación { #terms-used-in-the-docs } //// tab | Prueba * túCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 12.2K bytes - Click Count (0) -
docs/fr/docs/_llm-test.md
Voir la section `### Headings` dans l’invite générale dans `scripts/translate.py`. Pour certaines consignes spécifiques à la langue, voir par exemple la section `### Headings` dans `docs/de/llm-prompt.md`. //// ## Termes utilisés dans les documents { #terms-used-in-the-docs } //// tab | TestCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.8K bytes - Click Count (0) -
src/main/java/org/codelibs/curl/io/ContentCache.java
* If the content is cached in a file, the file contents are read. * * @return the content as a byte array * @throws IOException if an I/O error occurs while reading the file */ public byte[] getContentAsBytes() throws IOException { if (data != null) { return data.clone(); } return Files.readAllBytes(file.toPath()); }Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 09:11:12 GMT 2026 - 4.8K bytes - Click Count (0)