- Sort Score
- Num 10 results
- Language All
Results 751 - 760 of 1,093 for incluir (0.23 seconds)
-
src/main/java/org/codelibs/fess/app/service/FailureUrlService.java
setupListCondition(cb, failureUrlPager); }); // update pager BeanUtil.copyBeanToBean(failureUrlList, failureUrlPager, option -> option.include(Constants.PAGER_CONVERSION_RULE)); failureUrlPager.setPageNumberList(failureUrlList.pageRange(op -> { op.rangeSize(fessConfig.getPagingPageRangeSizeAsInteger()); }).createPageNumberList());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.2K bytes - Click Count (0) -
docs/ja/docs/how-to/custom-docs-ui-assets.md
最初の手順は自動ドキュメントを無効化することです。デフォルトではそれらは既定の CDN を使用します。 無効化するには、`FastAPI` アプリ作成時にそれらの URL を `None` に設定します: {* ../../docs_src/custom_docs_ui/tutorial001_py310.py hl[8] *} ### カスタムドキュメントの追加 { #include-the-custom-docs } これで、カスタムドキュメント用の *path operations* を作成できます。 FastAPI の内部関数を再利用してドキュメント用の HTML ページを生成し、必要な引数を渡せます: - `openapi_url`: ドキュメントの HTML ページが API の OpenAPI スキーマを取得する URL。ここでは属性 `app.openapi_url` を使用できます。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 9.5K bytes - Click Count (0) -
docs/en/docs/how-to/custom-request-and-route.md
/// danger This is an "advanced" feature. If you are just starting with **FastAPI** you might want to skip this section. /// ## Use cases { #use-cases } Some use cases include: * Converting non-JSON request bodies to JSON (e.g. [`msgpack`](https://msgpack.org/index.html)). * Decompressing gzip-compressed request bodies. * Automatically logging all request bodies.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 4.4K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/config/WebAuthenticationConfig.java
} /** * NTLM-specific parameters (e.g., jcifs.* properties). * Used when authSchemeType is NTLM to configure the JCIFS engine. * * <p>Supported parameters include:</p> * <ul> * <li>jcifs.smb.client.SO_SNDBUF - TCP send buffer size</li> * <li>jcifs.smb.client.SO_RCVBUF - TCP receive buffer size</li> * <li>jcifs.smb.client.domain - Default domain</li>Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Fri Jan 09 23:46:52 GMT 2026 - 6.9K bytes - Click Count (0) -
docs/pt/docs/tutorial/extra-models.md
Use vários modelos Pydantic e herde livremente para cada caso.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 7.1K bytes - Click Count (0) -
guava-testlib/src/com/google/common/testing/EqualsTester.java
* requireNonNull} or the like just to assert that. * * <p>{@code EqualsTester} will always check that every object it is given returns false from * {@code equals(null)}, so it is neither useful nor allowed to include a null value in any * equality group. */ @CanIgnoreReturnValue public EqualsTester addEqualityGroup(@Nullable Object @Nullable ... equalityGroup) { checkNotNull(equalityGroup);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 6.1K bytes - Click Count (0) -
docs/fr/docs/tutorial/cors.md
Pour y parvenir, le backend `:80` doit disposer d’une liste « d’origines autorisées ». Dans ce cas, la liste devrait inclure `http://localhost:8080` pour que le frontend `:8080` fonctionne correctement. ## Caractères génériques { #wildcards }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 6.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java
RenderDataUtil.register(data, "scheduledJobItems", scheduledJobService.getScheduledJobList(schedulerPager)); // page navi // restore from pager copyBeanToBean(schedulerPager, form, op -> op.include("id")); } // =================================================================================== // Edit Execute
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 21.8K bytes - Click Count (0) -
src/test/java/jcifs/smb/Kerb5AuthenticatorTest.java
assertEquals("cifs", cloned.getService()); assertEquals(123, cloned.getUserLifeTime()); assertEquals(456, cloned.getLifeTime()); // toString should include class marker and not throw assertTrue(cloned.toString().startsWith("Kerb5Authenticator[")); } @Test @DisplayName("equals/hashCode: subject semantics")
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 10.9K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/ErrorReportingTestListener.java
String line = lines.getLast(); if (line != null) { System.err.print('\n' + line); } } // include test failure exception stacktraces in test suite output log if (result.getExceptions().size() > 0) { String message = formatter.format(testDescriptor, result.getExceptions()).substring(4);
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 10.7K bytes - Click Count (0)