- Sort Score
- Num 10 results
- Language All
Results 221 - 230 of 358 for excluir (0.26 seconds)
-
docs/es/docs/tutorial/cors.md
Para lograr esto, el backend `:80` debe tener una lista de "orígenes permitidos". En este caso, la lista tendría que incluir `http://localhost:8080` para que el frontend `:8080` funcione correctamente. ## Comodines { #wildcards } También es posible declarar la lista como `"*"` (un "comodín") para decir que todos están permitidos.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 5.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/SearchRequestParamsTest.java
} @Test public void test_hasConditionQuery_withNegativeQuery() { // Test with negative query testParams.conditions.put(SearchRequestParams.AS_NQ, new String[] { "exclude this" }); assertTrue(searchRequestParams.hasConditionQuery()); } @Test public void test_hasConditionQuery_withTimestamp() { // Test with timestampCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 26.5K bytes - Click Count (0) -
.teamcity/performance-tests-ci.json
"groups" : [ { "testProject" : "excludeRuleMergingBuild", "coverage" : { "per_commit" : [ "linux" ] } } ] }, { "testId" : "org.gradle.performance.regression.corefeature.ExcludeRuleMergingPerformanceTest.merge exclude rules (parallel)", "groups" : [ {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 03 21:56:33 GMT 2026 - 32.5K bytes - Click Count (0) -
docs/tr/docs/tutorial/response-model.md
### `response_model_exclude_unset` parametresini kullanın { #use-the-response-model-exclude-unset-parameter } *Path operation decorator* parametresi olarak `response_model_exclude_unset=True` ayarlayabilirsiniz: {* ../../docs_src/response_model/tutorial004_py310.py hl[22] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 17K bytes - Click Count (0) -
docs/zh/docs/tutorial/body-updates.md
/// note | 注意 `PATCH` 没有 `PUT` 知名,也没那么常用。 很多团队甚至只用 `PUT` 实现部分更新。 你可以**随意**选择如何使用它们,**FastAPI** 不做任何限制。 但本指南会大致展示它们的预期用法。 /// ### 使用 Pydantic 的 `exclude_unset` 参数 { #using-pydantics-exclude-unset-parameter } 如果要接收部分更新,建议在 Pydantic 模型的 `.model_dump()` 中使用 `exclude_unset` 参数。 比如,`item.model_dump(exclude_unset=True)`。 这会生成一个 `dict`,只包含创建 `item` 模型时显式设置的数据,不包含默认值。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 3.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
protected static final String SPNEGO_INITIALIZED = "spnego.initialized"; /** Configuration key for directories to exclude from SPNEGO authentication. */ protected static final String SPNEGO_EXCLUDE_DIRS = "spnego.exclude.dirs"; /** Configuration key for enabling delegation in SPNEGO authentication. */ protected static final String SPNEGO_ALLOW_DELEGATION = "spnego.allow.delegation";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:18:23 GMT 2026 - 18.2K bytes - Click Count (3) -
src/main/java/org/codelibs/fess/app/web/api/admin/webconfig/ApiAdminWebconfigAction.java
*/ protected EditBody createEditBody(final WebConfig entity) { final EditBody body = new EditBody(); copyBeanToBean(entity, body, copyOp -> { copyOp.excludeNull(); copyOp.exclude(Constants.PERMISSIONS, Constants.VIRTUAL_HOSTS); }); final PermissionHelper permissionHelper = ComponentUtil.getPermissionHelper();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 8.8K bytes - Click Count (0) -
docs/ko/docs/advanced/path-operation-advanced-configuration.md
`app.openapi()`를 수동으로 호출한다면, 그 전에 `operationId`들을 업데이트해야 합니다. /// /// warning | 경고 이렇게 할 경우, 각 *경로 처리 함수*의 이름이 고유하도록 보장해야 합니다. 서로 다른 모듈(파이썬 파일)에 있어도 마찬가지입니다. /// ## OpenAPI에서 제외하기 { #exclude-from-openapi } 생성된 OpenAPI 스키마(따라서 자동 문서화 시스템)에서 특정 *경로 처리*를 제외하려면, `include_in_schema` 매개변수를 `False`로 설정하세요: {* ../../docs_src/path_operation_advanced_configuration/tutorial003_py310.py hl[6] *}
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 7.6K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/precommit/LicenseHeadersTask.java
standardReport.startReport(); for (FileCollection dirSet : getSourceFolders().get()) { for (File f : dirSet.getAsFileTree().matching(patternFilterable -> patternFilterable.exclude(getExcludes()))) { standardReport.report(new FileDocument(f)); } } standardReport.endReport(); writer.flush(); writer.close(); return stats;Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 09 18:53:35 GMT 2021 - 10.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setSystemProperty("spnego.allow.delegation", String.valueOf(isCheckboxEnabled(form.spnegoAllowDelegation))); fessConfig.setSystemProperty("spnego.exclude.dirs", form.spnegoExcludeDirs); // Entra ID if (form.entraidClientId != null && StringUtil.isNotBlank(form.entraidClientId.replace("*", " "))) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0)