- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 960 for jquery (0.05 sec)
-
docs/em/docs/tutorial/header-params.md
# ๐ ๐ข ๐ ๐ช ๐ฌ ๐ ๐ข ๐ ๐ ๐ ๐ฌ `Query`, `Path` & `Cookie` ๐ข. ## ๐ `Header` ๐ฅ ๐ `Header`: {* ../../docs_src/header_params/tutorial001.py hl[3] *} ## ๐ฃ `Header` ๐ข โคด๏ธ ๐ฃ ๐ ๐ข โ๏ธ ๐ ๐ โฎ๏ธ `Path`, `Query` & `Cookie`. ๐ฅ ๐ฒ ๐ข ๐ฒ, ๐ ๐ช ๐ถโโ๏ธ ๐ โ ๐ฌ โ๏ธ โ ๐ข: {* ../../docs_src/header_params/tutorial001.py hl[9] *} /// note | ๐ก โน
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/pt/docs/tutorial/body-fields.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.1K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlJvmTest.kt
@Test fun toJavaNetUrl() { val httpUrl = "http://username:password@host/path?query#fragment".toHttpUrl() val javaNetUrl = httpUrl.toUrl() assertThat(javaNetUrl.toString()) .isEqualTo("http://username:password@host/path?query#fragment") } @Test fun toUri() { val httpUrl = "http://username:password@host/path?query#fragment".toHttpUrl() val uri = httpUrl.toUri() assertThat(uri.toString())
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/SearchResult.java
* * This class encapsulates all the information returned from a search query, * including the list of matching documents, total record count, query execution * time, facet information, and metadata about the search results. */ public class SearchResult { /** The list of documents returned by the search query. */ protected final List<Map<String, Object>> documentList;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.8K bytes - Viewed (0) -
cmd/signature-v4.go
xhttp.AmzSignature, ) // Add missing query parameters if any provided in the request URL for k, v := range req.Form { if !defaultSigParams.Contains(k) { query[k] = v } } // Get the encoded query. encodedQuery := query.Encode() // Verify if date query is same. if req.Form.Get(xhttp.AmzDate) != query.Get(xhttp.AmzDate) { return ErrSignatureDoesNotMatch }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Dec 13 22:19:12 UTC 2024 - 12.4K bytes - Viewed (0) -
docs/uk/docs/tutorial/body-fields.md
## ะะผะฟะพัั `Field` ะกะฟะพัะฐัะบั ะฒะฐะผ ะฟะพัััะฑะฝะพ ัะผะฟะพัััะฒะฐัะธ ัะต: {* ../../docs_src/body_fields/tutorial001_an_py310.py hl[4] *} /// warning ะะฒะตัะฝััั ัะฒะฐะณั, ัะพ `Field` ัะผะฟะพัััััััั ะฟััะผะพ ะท `pydantic`, ะฐ ะฝะต ะท `fastapi`, ัะบ ะฒัั ัะฝัั (`Query`, `Path`, `Body` ัะพัะพ). ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
* * @param query the search query string * @param params search request parameters including pagination and filters * @param userBean optional user information for personalized search * @return list of search result documents with fused ranking scores */ public List<Map<String, Object>> search(final String query, final SearchRequestParams params,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.8K bytes - Viewed (0) -
docs/em/docs/tutorial/body-multiple-params.md
# ๐ช - ๐ ๐ข ๐ ๐ ๐ฅ โ๏ธ ๐ โ โ๏ธ `Path` & `Query`, โก๏ธ ๐ ๐ ๐ง โ๏ธ ๐จ ๐ช ๐. ## ๐ `Path`, `Query` & ๐ช ๐ข ๐ฅ, โ๏ธ, ๐ ๐ช ๐ `Path`, `Query` & ๐จ ๐ช ๐ข ๐ โก & **FastAPI** ๐ ๐ญ โซ๏ธโ. & ๐ ๐ช ๐ฃ ๐ช ๐ข ๐ฆ, โ ๐ข `None`: {* ../../docs_src/body_multiple_params/tutorial001.py hl[19:21] *} /// note ๐ ๐, ๐ ๐ผ, `item` ๐ ๐ โ โช๏ธโก๏ธ ๐ช ๐ฆ. โซ๏ธ โ๏ธ `None` ๐ข ๐ฒ. /// ## ๐ ๐ช ๐ข
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionSearcherTest.java
String query = "test query"; SearchRequestParams params = createTestSearchRequestParams(); OptionalThing<FessUserBean> userBean = OptionalThing.empty(); SearchResult result = testSearcher.search(query, params, userBean); assertNotNull(result); assertEquals(query, testSearcher.lastQuery);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.3K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-fields.md
`Field`๋ `Query`, `Path`์ `Body`์ ๊ฐ์ ๋ฐฉ์์ผ๋ก ๋์ํ๋ฉฐ, ๋ชจ๋ ๊ฐ์ ๋งค๊ฐ๋ณ์๋ค ๋ฑ์ ๊ฐ์ง๋๋ค. /// note | ๊ธฐ์ ์ ์ธ๋ถ์ฌํญ ์ค์ ๋ก `Query`, `Path`๋ฑ, ์ฌ๋ฌ๋ถ์ด ์์ผ๋ก ๋ณผ ๋ค๋ฅธ ๊ฒ๋ค์ ๊ณตํต ํด๋์ค์ธ `Param` ํด๋์ค์ ์๋ธํด๋์ค ๊ฐ์ฒด๋ฅผ ๋ง๋๋๋ฐ, ๊ทธ ์์ฒด๋ก Pydantic์ `FieldInfo` ํด๋์ค์ ์๋ธํด๋์ค์ ๋๋ค. ๊ทธ๋ฆฌ๊ณ Pydantic์ `Field` ๋ํ `FieldInfo`์ ์ธ์คํด์ค๋ฅผ ๋ฐํํฉ๋๋ค. `Body` ๋ํ `FieldInfo`์ ์๋ธํด๋์ค ๊ฐ์ฒด๋ฅผ ์ง์ ์ ์ผ๋ก ๋ฐํํฉ๋๋ค. ๊ทธ๋ฆฌ๊ณ `Body` ํด๋์ค์ ์๋ธํด๋์ค์ธ ๊ฒ๋ค๋ ์ฌ๋ฌ๋ถ์ด ๋์ค์ ๋ณด๊ฒ๋ ๊ฒ์ ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.8K bytes - Viewed (0)