- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 810 for item (0.02 sec)
-
docs/em/docs/index.md
### โ โซ๏ธ ๐ ๐ ๐ฅ <a href="http://127.0.0.1:8000/items/5?q=somequery" class="external-link" target="_blank">http://127.0.0.1:8000/items/5?q=somequery</a>. ๐ ๐ ๐ ๐ป ๐จ: ```JSON {"item_id": 5, "q": "somequery"} ``` ๐ โช โ ๐ ๏ธ ๐: * ๐จ ๐บ๐ธ๐ ๐จ _โก_ `/` & `/items/{item_id}`. * ๐ฏโโ๏ธ _โก_ โ `GET` ๐ ๏ธ (๐ญ ๐บ๐ธ๐ _๐ฉโ๐ฌ_). * _โก_ `/items/{item_id}` โ๏ธ _โก ๐ข_ `item_id` ๐ ๐ `int`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 17.1K bytes - Viewed (0) -
docs/he/docs/index.md
ืืชื ืื ืฆืจืืืื ืืืืื ืชืืืืจ ืืืฉ, ืืชืืืืช ืื ืืืืงืืช ืฉื ืกืคืจืืื ืกืคืืฆืืคืืช, ืืื' ืจืง **ืคืืืชืื 3.6+** ืกืื ืืจืื. ืืืืืื, ื - `int`: ```Python item_id: int ``` ืื ืืืืื `Item` ืืืจืื ืืืชืจ: ```Python item: Item ``` ...ืืขื ืืืจืืช ืืืืคืืก ืืืืช ืืื ืืชื ืืงืืืื: - ืชืืืืช ืขืืจื, ืืืื: - ืืฉืืืืช. - ืืืืงืช ืืืคืืกืื. - ืืืืืช ืืืืข:Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_upload.jsp
<ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><la:link href="/admin/dict"> <la:message key="labels.dict_list_link"/> </la:link></li> <li class="breadcrumb-item"><la:link href="../list/1/?dictId=${f:u(dictId)}"> <la:message key="labels.dict_protwords_list_link"/>Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 6.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_upload.jsp
<ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><la:link href="/admin/dict"> <la:message key="labels.dict_list_link"/> </la:link></li> <li class="breadcrumb-item"><la:link href="../list/1/?dictId=${f:u(dictId)}"> <la:message key="labels.dict_synonym_list_link"/>Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 6.2K bytes - Viewed (0) -
docs/ko/docs/advanced/templates.md
/// ## ํ ํ๋ฆฟ ์์ฑํ๊ธฐ ๊ทธ๋ฐ ๋ค์ `templates/item.html`์ ํ ํ๋ฆฟ์ ์์ฑํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค๋ฉด: ```jinja hl_lines="7" {!../../docs_src/templates/templates/item.html!} ``` ### ํ ํ๋ฆฟ ์ปจํ ์คํธ ๊ฐ ๋ค์๊ณผ ๊ฐ์ HTML์์: {% raw %} ```jinja Item ID: {{ id }} ``` {% endraw %} ...์ด๋ ์ ๋ฌํ "์ปจํ ์คํธ" `dict`์์ ๊ฐ์ ธ์จ `id`๋ฅผ ํ์ํฉ๋๋ค: ```Python {"id": id} ```Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 13:07:23 UTC 2024 - 3.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/StopwordsService.java
.orElse(OptionalEntity.empty()); } /** * Retrieves a specific stopword item by its ID. * * @param dictId The ID of the dictionary. * @param id The ID of the stopword item. * @return An optional entity containing the stopword item, or empty if not found. */ public OptionalEntity<StopwordsItem> getStopwordsItem(final String dictId, final long id) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/SynonymService.java
.orElse(OptionalEntity.empty()); } /** * Retrieves a specific synonym item by its ID. * * @param dictId The ID of the dictionary. * @param id The ID of the synonym item. * @return An optional entity containing the synonym item, or empty if not found. */ public OptionalEntity<SynonymItem> getSynonymItem(final String dictId, final long id) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.5K bytes - Viewed (0) -
docs/en/docs/tutorial/handling-errors.md
```JSON { "item": "The Foo Wrestlers" } ``` But if the client requests `http://example.com/items/bar` (a non-existent `item_id` `"bar"`), that client will receive an HTTP status code of 404 (the "not found" error), and a JSON response of: ```JSON { "detail": "Item not found" } ``` /// tip When raising an `HTTPException`, you can pass any value that can be converted to JSON as the parameter `detail`, not only `str`.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 9.4K bytes - Viewed (0)