- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for dc_list (0.05 sec)
-
src/main/java/org/codelibs/fess/util/DocList.java
/** Total processing time for all documents in this list */ private long processingTime = 0; /** * Default constructor for DocList. * Creates a new empty document list with zero content size and processing time. */ public DocList() { super(); } /** * Clears all documents from the list and resets metrics.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/DocListTest.java
docList.addContentSize(100); assertEquals(100, docList.getContentSize()); docList.addContentSize(-30); assertEquals(70, docList.getContentSize()); docList.addContentSize(-100); assertEquals(-30, docList.getContentSize()); } public void test_addProcessingTime_negative() { DocList docList = new DocList();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 6.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/documents/ApiAdminDocumentsAction.java
final CrawlingInfoHelper crawlingInfoHelper = ComponentUtil.getCrawlingInfoHelper(); final LanguageHelper languageHelper = ComponentUtil.getLanguageHelper(); final List<Map<String, Object>> docList = body.documents.stream().map(doc -> { if (!doc.containsKey(indexFieldContentLength)) { long contentLength = 0; if (doc.get(indexFieldTitle) instanceof final String title) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.3K bytes - Viewed (0) -
tensorflow/c/c_api_internal.h
}; struct TF_Function { tensorflow::FunctionRecord* record; }; struct TF_ApiDefMap { explicit TF_ApiDefMap(const tensorflow::OpList& op_list) : #if !defined(IS_MOBILE_PLATFORM) && !defined(IS_SLIM_BUILD) api_def_map(op_list), #endif // !defined(IS_MOBILE_PLATFORM) && !defined(IS_SLIM_BUILD) update_docs_called(false) { }
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Sat May 13 00:49:12 UTC 2023 - 7.6K bytes - Viewed (0) -
docs/em/docs/tutorial/body-nested-models.md
* ๐ฅ ๐ ๐ โฌ ๐ ๐ 3๏ธโฃ.9๏ธโฃ, ๐ ๐ซ ๐ โฌ โช๏ธโก๏ธ `typing` ๐น * ๐ถโโ๏ธ ๐ ๐(โ) "๐ ๐ข" โ๏ธ โฌ ๐: `[` & `]` ๐ 3๏ธโฃ.9๏ธโฃ โซ๏ธ ๐: ```Python my_list: list[str] ``` โฌ ๐ โญ 3๏ธโฃ.9๏ธโฃ, โซ๏ธ ๐: ```Python from typing import List my_list: List[str] ``` ๐ ๐ ๐ฉ ๐ โ ๐ ๐. โ๏ธ ๐ ๐ ๐ฉ โ ๐ท ๐ข โฎ๏ธ ๐ ๐. , ๐ ๐ผ, ๐ฅ ๐ช โ `tags` ๐ฏ "๐ ๐ป":
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/de/docs/tutorial/body-nested-models.md
* รberreichen Sie den/die inneren Typ(en) von eckigen Klammern umschlossen, `[` und `]`, als โTyp-Parameterโ In Python 3.9 wรคre das: ```Python my_list: list[str] ``` Und in Python-Versionen vor 3.9: ```Python from typing import List my_list: List[str] ``` Das ist alles Standard-Python-Syntax fรผr Typdeklarationen. Verwenden Sie dieselbe Standardsyntax fรผr Modellattribute mit inneren Typen.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.8K bytes - Viewed (0) -
docs/en/docs/tutorial/body-nested-models.md
* Pass the internal type(s) as "type parameters" using square brackets: `[` and `]` In Python 3.9 it would be: ```Python my_list: list[str] ``` In versions of Python before 3.9, it would be: ```Python from typing import List my_list: List[str] ``` That's all standard Python syntax for type declarations. Use that same standard syntax for model attributes with internal types.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.3K bytes - Viewed (0) -
docs/es/docs/tutorial/body-nested-models.md
* Pasa el/los tipo(s) interno(s) como "parรกmetros de tipo" usando corchetes: `[` y `]` En Python 3.9 serรญa: ```Python my_list: list[str] ``` En versiones de Python anteriores a 3.9, serรญa: ```Python from typing import List my_list: List[str] ``` Eso es toda la sintaxis estรกndar de Python para declaraciones de tipo.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 7.5K bytes - Viewed (0) -
docs/pt/docs/tutorial/body-nested-models.md
* Importe os do modulo `typing` * Passe o(s) tipo(s) interno(s) como "parรขmetros de tipo" usando colchetes: `[` e `]` ```Python from typing import List my_list: List[str] ``` Essa รฉ a sintaxe padrรฃo do Python para declaraรงรตes de tipo. Use a mesma sintaxe padrรฃo para atributos de modelo com tipos internos.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-nested-models.md
### ํ์ ๋งค๊ฐ๋ณ์๋ก `List` ์ ์ธ `list`, `dict`, `tuple`๊ณผ ๊ฐ์ ํ์ ๋งค๊ฐ๋ณ์(๋ด๋ถ ํ์ )๋ฅผ ๊ฐ๋ ํ์ ์ ์ ์ธํ๋ ค๋ฉด: * `typing` ๋ชจ๋์์ ์ํฌํธ * ๋๊ดํธ๋ฅผ ์ฌ์ฉํ์ฌ "ํ์ ๋งค๊ฐ๋ณ์"๋ก ๋ด๋ถ ํ์ ์ ๋ฌ: `[` ๋ฐ `]` ```Python from typing import List my_list: List[str] ``` ์ด ๋ชจ๋ ๊ฒ์ ํ์ ์ ์ธ์ ์ํ ํ์ค ํ์ด์ฌ ๋ฌธ๋ฒ์ ๋๋ค. ๋ด๋ถ ํ์ ์ ๊ฐ๋ ๋ชจ๋ธ ์ดํธ๋ฆฌ๋ทฐํธ์ ๋ํด ๋์ผํ ํ์ค ๋ฌธ๋ฒ์ ์ฌ์ฉํ์ธ์. ๋ง์ฐฌ๊ฐ์ง๋ก ์์ ์์ `tags`๋ฅผ ๊ตฌ์ฒด์ ์ผ๋ก "๋ฌธ์์ด์ ๋ฆฌ์คํธ"๋ก ๋ง๋ค ์ ์์ต๋๋ค: {* ../../docs_src/body_nested_models/tutorial002.py hl[14] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.3K bytes - Viewed (0)