- Sort Score
- Result 10 results
- Languages All
Results 641 - 650 of 810 for item (0.11 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
breakCursor = true; } } }); }; } /** * Get the backup items. * @return The backup items. */ public static List<Map<String, String>> getBackupItems() { final FessConfig fessConfig = ComponentUtil.getFessConfig();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 29.8K bytes - Viewed (0) -
doc/asm.html
<br> (For <code>DATA</code> and <code>GLOBL</code> items.) Put this data in a read-only section. </li> <li> <code>NOPTR</code> = 16 <br> (For <code>DATA</code> and <code>GLOBL</code> items.) This data contains no pointers and therefore does not need to be scanned by the garbage collector. </li> <li> <code>WRAPPER</code> = 32 <br> (For <code>TEXT</code> items.)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
docs/en/docs/deployment/docker.md
## Check it { #check-it } You should be able to check it in your Docker container's URL, for example: <a href="http://192.168.99.100/items/5?q=somequery" class="external-link" target="_blank">http://192.168.99.100/items/5?q=somequery</a> or <a href="http://127.0.0.1/items/5?q=somequery" class="external-link" target="_blank">http://127.0.0.1/items/5?q=somequery</a> (or equivalent, using your Docker host). You will see something like: ```JSON
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 29.5K bytes - Viewed (1) -
tensorflow/c/c_api_experimental_test.cc
CHECK_EQ(TF_OK, TF_GetCode(status_)) << TF_Message(status_); CHECK_EQ(output_shapes->num_items, 1); int num_dims = output_shapes->items[0].num_dims; int64_t* dims = output_shapes->items[0].dims; if (!expected_shape.has_value()) { EXPECT_EQ(num_dims, -1); EXPECT_EQ(dims, nullptr); return; }
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Jan 17 22:27:52 UTC 2023 - 13.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/role/admin_role.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 4.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/group/admin_group.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 4.5K bytes - Viewed (0) -
docs/es/docs/tutorial/dependencies/sub-dependencies.md
/// ```mermaid graph TB query_extractor(["query_extractor"]) query_or_cookie_extractor(["query_or_cookie_extractor"]) read_query["/items/"] query_extractor --> query_or_cookie_extractor --> read_query ``` ## Usando la misma dependencia mΓΊltiples veces
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/keymatch/admin_keymatch_details.jsp
<th><la:message key="labels.key_match_urls"/></th> <td><c:forEach var="doc" varStatus="s" items="${docs}"> ${f:h(doc.url)}<br/> </c:forEach></td> </tr> <tr>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.2K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/sub-dependencies.md
/// ```mermaid graph TB query_extractor(["query_extractor"]) query_or_cookie_extractor(["query_or_cookie_extractor"]) read_query["/items/"] query_extractor --> query_or_cookie_extractor --> read_query ``` ## βοΈ π π π π° π₯ 1οΈβ£ π π π£ π π° π *β‘ π οΈ*, πΌ, π π βοΈ β π§-π, **FastAPI** π π π€ π π§-π π΄ π π π¨.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.7K bytes - Viewed (0) -
docs/ko/docs/tutorial/query-param-models.md
λ§μ½ ν΄λΌμ΄μΈνΈκ° 쿼리 λ§€κ°λ³μλ‘ **μΆκ°μ μΈ** λ°μ΄ν°λ₯Ό 보λ΄λ €κ³ νλ©΄, ν΄λΌμ΄μΈνΈλ **μλ¬** μλ΅μ λ°κ² λ©λλ€. μλ₯Ό λ€μ΄, μλμ κ°μ΄ λ§μ½ ν΄λΌμ΄μΈνΈκ° `tool` 쿼리 λ§€κ°λ³μμ `plumbus` λΌλ κ°μ μΆκ°ν΄μ 보λ΄λ €κ³ νλ©΄, ```http https://example.com/items/?limit=10&tool=plumbus ``` ν΄λΌμ΄μΈνΈλ 쿼리 λ§€κ°λ³μ `tool` μ΄ νμ©λμ§ μλλ€λ **μλ¬** μλ΅μ λ°κ² λ©λλ€. ```json { "detail": [ { "type": "extra_forbidden", "loc": ["query", "tool"],
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Nov 20 19:24:08 UTC 2024 - 2.3K bytes - Viewed (0)