- Sort Score
- Num 10 results
- Language All
Results 1101 - 1110 of 1,305 for configurator (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/pt/docs/deployment/concepts.md
Outra opção é que você poderia usar um **serviço de nuvem** que faz mais do trabalho, incluindo a configuração de HTTPS. Ele pode ter algumas restrições ou cobrar mais, etc. Mas, nesse caso, você não teria que configurar um Proxy de terminação TLS sozinho. Mostrarei alguns exemplos concretos nos próximos capítulos. ---
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 20.3K bytes - Click Count (0) -
okhttp-tls/README.md
.build(); HeldCertificate serverCertificate = new HeldCertificate.Builder() .addSubjectAlternativeName("localhost") .signedBy(intermediateCertificate) .build(); ``` To serve this configuration the server needs to provide its clients with a chain of certificates starting with its own and including everything up-to but not including the root. We don't need to include root certificates because the client already has them.
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:01:42 GMT 2026 - 9.1K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalBwcGitPlugin.java
findRemote.dependsOn(createCloneTaskProvider); // TODO Gradle should provide property based configuration here findRemote.setWorkingDir(gitExtension.getCheckoutDir().get()); findRemote.setCommandLine(asList("git", "remote", "-v")); ByteArrayOutputStream output = new ByteArrayOutputStream();
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 9.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PurgeDocJobTest.java
assertEquals("expires-field.with@special#chars", rangeQuery.fieldName()); // Assert result is empty when successful assertEquals("", result); } // Test configuration class extending FessConfig.SimpleImpl private static class TestFessConfig extends FessConfig.SimpleImpl { private static final long serialVersionUID = 1L; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16.4K bytes - Click Count (0) -
src/main/java/jcifs/util/AuthenticationRateLimiter.java
*/ public class AuthenticationRateLimiter implements AutoCloseable { private static final Logger log = LoggerFactory.getLogger(AuthenticationRateLimiter.class); // Rate limiting configuration private final int maxAttemptsPerAccount; private final int maxAttemptsPerIp; private final int maxGlobalAttemptsPerMinute; private final Duration lockoutDuration; private final Duration cleanupInterval;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 15.1K bytes - Click Count (0) -
src/main/java/jcifs/util/ResourceManager.java
private final ScheduledExecutorService cleanupExecutor; private ScheduledFuture<?> cleanupTask; private volatile boolean shutdownInProgress = false; // Configuration private long maxResourceAge = TimeUnit.HOURS.toMillis(1); // 1 hour default private long cleanupInterval = TimeUnit.MINUTES.toMillis(5); // 5 minutes default private boolean leakDetectionEnabled = true;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 16.2K bytes - Click Count (0) -
docs/fr/docs/tutorial/schema-extra-example.md
Vous pouvez utiliser l'attribut `model_config` qui accepte un `dict` comme décrit dans [Documentation de Pydantic : Configuration](https://docs.pydantic.dev/latest/api/config/).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 10.2K bytes - Click Count (0) -
docs/pt/docs/tutorial/schema-extra-example.md
Você pode usar o atributo `model_config`, que recebe um `dict`, conforme descrito na [documentação do Pydantic: Configuration](https://docs.pydantic.dev/latest/api/config/). Você pode definir `"json_schema_extra"` com um `dict` contendo quaisquer dados adicionais que você queira que apareçam no JSON Schema gerado, incluindo `examples`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 9.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/LabelTypeHelperTest.java
labelTypeHelper.load(); Set<String> result = labelTypeHelper.getMatchedLabelValueSet("/test/path"); assertNotNull(result); // Result depends on test data configuration } // Helper method to create test data private List<LabelType> createTestLabelTypeList() { List<LabelType> labelTypeList = new ArrayList<>();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 12.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerActionTest.java
/** * Tests for the scheduler start API endpoint contract. * Verifies that {@code PUT /api/admin/scheduler/{id}/start} returns the correct * {@code jobLogId} based on the job's logging configuration. */ public class ApiAdminSchedulerActionTest extends UnitFessTestCase { @Override protected boolean isUseOneTimeContainer() { return true; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 13K bytes - Click Count (0)