- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 492 for ITEM (0.02 sec)
-
docs/em/docs/index.md
return {"item_id": item_id, "q": q} @app.put("/items/{item_id}") def update_item(item_id: int, item: Item): return {"item_name": item.name, "item_id": item_id} ``` ๐ฝ ๐ ๐ ๐ (โฉ๏ธ ๐ ๐ฎ `--reload` `uvicorn` ๐ ๐). ### ๐ ๐ ๏ธ ๐ฉบ โป ๐ ๐ถ <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.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
return {"item_id": item_id, "q": q} @app.put("/items/{item_id}") def update_item(item_id: int, item: Item): return {"item_name": item.name, "item_id": item_id} ``` ืืฉืจืช ืืืื ืืืชืืชืื ืืืืืืืืช (ืืืืจ ืืืืกืคืชื <code dir="ltr">--reload</code> ืืคืงืืืช `uvicorn` ืฉืืืขืื). ### ืฉืืจืื ืืชืืขืื ืืืื ืืจืงืืืืRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.2K bytes - Viewed (0) -
cmd/iam-etcd-store.go
} func getIAMConfig(item any, data []byte, itemPath string) error { data, err := decryptData(data, itemPath) if err != nil { return err } json := jsoniter.ConfigCompatibleWithStandardLibrary return json.Unmarshal(data, item) } func (ies *IAMEtcdStore) loadIAMConfig(ctx context.Context, item any, path string) error { data, err := readKeyEtcd(ctx, ies.client, path)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 13.9K bytes - Viewed (0) -
internal/lru/lru.go
// Add adds a value to the cache. Returns true if an eviction occurred. // Returns false if there was no eviction: the item was already in the cache, // or the size was not exceeded. func (c *LRU[K, V]) Add(key K, value V) (evicted bool) { c.mu.Lock() defer c.mu.Unlock() now := time.Now() // Check for existing item if ent, ok := c.items[key]; ok { c.evictList.MoveToFront(ent)
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Fri Apr 25 08:22:26 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_details.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)}">Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 7.6K bytes - Viewed (0) -
docs/ja/docs/advanced/additional-status-codes.md
ใใใฏใใใใฉใซใใฎในใใผใฟในใณใผใใใ *path operation* ใงใปใใใใใใฎใๅฉ็จใใพใใ ## ่ฟฝๅ ใฎในใใผใฟในใณใผใ ใกใคใณใฎในใใผใฟในใณใผใใจใฏๅฅใซใไปใฎในใใผใฟในใณใผใใ่ฟใใใๅ ดๅใฏใ`Response` (`JSONResponse` ใชใฉ) ใซ่ฟฝๅ ใฎในใใผใฟในใณใผใใ่จญๅฎใใฆ็ดๆฅ่ฟใใพใใ ไพใใฐใitemใๆดๆฐใใๆๅใใๅ ดๅใฏ200 "OK"ใฎHTTPในใใผใฟในใณใผใใ่ฟใ *path operation* ใไฝใใใใจใใพใใ ใใใใๆฐใใitemใ่จฑๅฏใใใใงใใitemใๅญๅจใใชใๅ ดๅใฏใใใใใไฝๆใใฆ201 "Created"ใ่ฟใใพใใ ใใใ้ๆใใใซใฏใ `JSONResponse` ใใคใณใใผใใใ `status_code` ใ่จญๅฎใใฆ็ดๆฅๅ ๅฎนใ่ฟใใพใใ {* ../../docs_src/additional_status_codes/tutorial001.py hl[4,25] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.2K bytes - Viewed (0) -
docs/em/docs/advanced/templates.md
**FastAPI** ๐ ๐ `starlette.templating` `fastapi.templating` ๐ช ๐, ๐ฉโ๐ป. โ๏ธ ๐ ๐ช ๐จ ๐ ๐ โช๏ธโก๏ธ ๐. ๐ โฎ๏ธ `Request` & `StaticFiles`. /// ## โ ๐ โคด๏ธ ๐ ๐ช โ ๐ `templates/item.html` โฎ๏ธ: ```jinja hl_lines="7" {!../../docs_src/templates/templates/item.html!} ``` โซ๏ธ ๐ ๐ฆ `id` โ โช๏ธโก๏ธ "๐" `dict` ๐ ๐ถโโ๏ธ: ```Python {"request": request, "id": id} ``` ## ๐ & ๐ป ๐Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.1K bytes - Viewed (0) -
cmd/iam-object-store_test.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Oct 10 23:40:37 UTC 2024 - 2K bytes - Viewed (0) -
docs/en/docs/tutorial/query-params.md
} ] } ``` As `needy` is a required parameter, you would need to set it in the URL: ``` http://127.0.0.1:8000/items/foo-item?needy=sooooneedy ``` ...this would work: ```JSON { "item_id": "foo-item", "needy": "sooooneedy" } ``` And of course, you can define some parameters as required, some as having a default value, and some entirely optional:Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 4.5K bytes - Viewed (0) -
docs/ko/docs/index.md
return {"item_id": item_id, "q": q} @app.put("/items/{item_id}") def update_item(item_id: int, item: Item): return {"item_name": item.name, "item_id": item_id} ``` ์๋ฒ๊ฐ ์๋์ผ๋ก ๋ฆฌ๋ก๋ฉ ํ ์ ์์ด์ผ ํฉ๋๋ค (์์์ `uvicorn` ๋ช ๋ น์ `--reload`์ ์ถ๊ฐ ํ๊ธฐ ๋๋ฌธ์ ๋๋ค). ### ๋ํํ API ๋ฌธ์ ์ ๊ทธ๋ ์ด๋ ์ด์ <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>๋ก ์ด๋ํฉ๋๋ค.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 19.7K bytes - Viewed (0)