- Sort Score
- Result 10 results
- Languages All
Results 1291 - 1300 of 2,375 for requis (0.09 sec)
-
docs/em/docs/tutorial/path-params.md
```JSON {"item_id":3} ``` /// check ๐ ๐ ๐ฒ ๐ ๐ข ๐จ (& ๐จ) `3`, ๐ `int`, ๐ซ ๐ป `"3"`. , โฎ๏ธ ๐ ๐ ๐, **FastAPI** ๐ค ๐ ๐ง ๐จ <abbr title="converting the string that comes from an HTTP request into Python data">"โ"</abbr>. /// ## ๐ฝ ๐ฌ โ๏ธ ๐ฅ ๐ ๐ถ ๐ฅ <a href="http://127.0.0.1:8000/items/foo" class="external-link" target="_blank">http://127.0.0.1:8000/items/foo</a>, ๐ ๐ ๐ ๐ ๐บ๐ธ๐ โ: ```JSONRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/group/SearchBody.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.group; import org.codelibs.fess.app.web.api.admin.BaseSearchBody; /** * Search request body for group administration API. */ public class SearchBody extends BaseSearchBody { /** * Default constructor. */ public SearchBody() { super(); }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 982 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/joblog/SearchBody.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.joblog; import org.codelibs.fess.app.web.api.admin.BaseSearchBody; /** * Search request body for job log administration API. */ public class SearchBody extends BaseSearchBody { /** * Default constructor. */ public SearchBody() { super(); }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 988 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/role/SearchBody.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.role; import org.codelibs.fess.app.web.api.admin.BaseSearchBody; /** * Search request body for role administration API. */ public class SearchBody extends BaseSearchBody { /** * Default constructor. */ public SearchBody() { super(); } /** Role ID */Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 979 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/webauth/SearchBody.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.webauth; import org.codelibs.fess.app.web.api.admin.BaseSearchBody; /** * Search request body for web authentication administration API. */ public class SearchBody extends BaseSearchBody { /** * Default constructor. */ public SearchBody() { super(); }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/JobHelperTest.java
@Override public void insertOrUpdate(JobLog entity) { // Mock implementation that doesn't require client entity.setLastUpdated(System.currentTimeMillis()); } @Override public void insert(JobLog entity) { // Mock implementation that doesn't require client entity.setLastUpdated(System.currentTimeMillis()); } @OverrideRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 6.2K bytes - Viewed (0) -
docs/ko/docs/advanced/templates.md
* ๋์ค์ ์ฌ์ฌ์ฉํ ์ ์๋ `templates` ๊ฐ์ฒด๋ฅผ ์์ฑํฉ๋๋ค. * ํ ํ๋ฆฟ์ ๋ฐํํ ๊ฒฝ๋ก ์์ ์ `Request` ๋งค๊ฐ๋ณ์๋ฅผ ์ ์ธํฉ๋๋ค. * ์์ฑํ `templates`๋ฅผ ์ฌ์ฉํ์ฌ `TemplateResponse`๋ฅผ ๋ ๋๋งํ๊ณ ๋ฐํํฉ๋๋ค. ํ ํ๋ฆฟ์ ์ด๋ฆ, ์์ฒญ ๊ฐ์ฒด ๋ฐ Jinja2 ํ ํ๋ฆฟ ๋ด์์ ์ฌ์ฉ๋ ํค-๊ฐ ์์ด ํฌํจ๋ "์ปจํ ์คํธ" ๋์ ๋๋ฆฌ๋ ์ ๋ฌํฉ๋๋ค. ```Python hl_lines="4 11 15-18" {!../../docs_src/templates/tutorial001.py!} ``` /// note | ์ฐธ๊ณ FastAPI 0.108.0 ์ด์ ๊ณผ Starlette 0.29.0์์๋ `name`์ด ์ฒซ ๋ฒ์งธ ๋งค๊ฐ๋ณ์์์ต๋๋ค. ๋ํ ์ด์ ๋ฒ์ ์์๋ `request` ๊ฐ์ฒด๊ฐ Jinja2์ ์ปจํ ์คํธ์์ ํค-๊ฐ ์์ ์ผ๋ถ๋ก ์ ๋ฌ๋์์ต๋๋ค. ///Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 13:07:23 UTC 2024 - 3.7K bytes - Viewed (0) -
cmd/bucket-replication-metrics_gen.go
if err != nil { err = msgp.WrapError(err, "Max") return } return } // MarshalMsg implements msgp.Marshaler func (z ActiveWorkerStat) MarshalMsg(b []byte) (o []byte, err error) { o = msgp.Require(b, z.Msgsize()) // map header, size 3 // string "Curr" o = append(o, 0x83, 0xa4, 0x43, 0x75, 0x72, 0x72) o = msgp.AppendInt(o, z.Curr) // string "Avg" o = append(o, 0xa3, 0x41, 0x76, 0x67)Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Mar 21 17:21:35 UTC 2024 - 33.3K bytes - Viewed (0) -
cmd/erasure-server-pool-decom_gen.go
err = msgp.WrapError(err, "BytesFailed") return } return } // MarshalMsg implements msgp.Marshaler func (z *PoolDecommissionInfo) MarshalMsg(b []byte) (o []byte, err error) { o = msgp.Require(b, z.Msgsize()) // map header, size 16 // string "st" o = append(o, 0xde, 0x0, 0x10, 0xa2, 0x73, 0x74) o = msgp.AppendTime(o, z.StartTime) // string "ss" o = append(o, 0xa2, 0x73, 0x73)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Jul 04 21:02:54 UTC 2022 - 26.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/mapping/ApiAdminDictMappingAction.java
.result()); } /** * Create a new character mapping entry for the specified dictionary. * * @param dictId identifier of the dictionary * @param body create request payload * @return JSON response containing creation result and new entry ID */ // POST /api/admin/dict/mapping/setting/{dictId} @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.5K bytes - Viewed (0)