- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 494 for config_url (0.07 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/RestTestUtil.java
import org.gradle.api.tasks.SourceSet; import org.gradle.api.tasks.TaskProvider; import org.gradle.api.tasks.bundling.AbstractArchiveTask; import org.gradle.api.tasks.bundling.Zip; /** * Utility class to configure the necessary tasks and dependencies. */ public class RestTestUtil { private RestTestUtil() { } /** * Creates a {@link RestIntegTestTask} task with the source set of the same name */Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 03 16:26:11 GMT 2021 - 3.1K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt
apply { this.authenticator = authenticator } /** Configure this client to follow redirects. If unset, redirects will be followed. */ fun followRedirects(followRedirects: Boolean) = apply { this.followRedirects = followRedirects } /** * Configure this client to allow protocol redirects from HTTPS to HTTP and from HTTP to HTTPS.Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 51.5K bytes - Click Count (0) -
helm/minio/templates/deployment.yaml
value: "public" {{- end }} {{- if .Values.oidc.enabled }} - name: MINIO_IDENTITY_OPENID_CONFIG_URL value: {{ .Values.oidc.configUrl }} - name: MINIO_IDENTITY_OPENID_CLIENT_ID {{- if and .Values.oidc.existingClientSecretName .Values.oidc.existingClientIdKey }} valueFrom: secretKeyRef:
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Oct 10 15:48:31 GMT 2024 - 8.6K bytes - Click Count (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/crypto/DefaultSettingsDecrypter.java
problems.add(new DefaultSettingsProblem( "Pre-Maven 4 legacy encrypted password detected for server " + server.getId() + " - configure password encryption with the help of mvnenc to be compatible with Maven 4.", Severity.WARNING, "server: " + server.getId(), -1,
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Nov 16 13:55:43 GMT 2024 - 6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ProcessHelper.java
* Uses default buffer size and no output callback. * * @param sessionId unique identifier for the process session * @param cmdList list of command and arguments to execute * @param pbCall callback to configure the ProcessBuilder * @return JobProcess representing the started process */ public JobProcess startProcess(final String sessionId, final List<String> cmdList, final Consumer<ProcessBuilder> pbCall) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 06:54:47 GMT 2025 - 10.9K bytes - Click Count (0) -
src/main/resources/CLMessages.properties
ECL0051=Can not parse of ({0}) ECL0053=Bad parser configuration, because {0} ECL0054=SAXException occurred, because {0} ECL0055=Resource({0}) not found ECL0057=Method({1}) of class({0}) not found ECL0059=Can not configure property({1}) of {0}, because {2} ECL0061=SystemException occurred, because {0} ECL0063=RollbackException occurred, because {0} ECL0064=Constructor({1}) of class({0}) not found ECL0065=Property({1}) of class({0}) not found
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Mar 07 01:58:02 GMT 2024 - 3.1K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/config/CredentialsConfig.java
package org.codelibs.fess.crawler.client.http.config; /** * POJO configuration for credentials that can be converted to * either HC4 Credentials or HC5 Credentials. * * <p>This class provides a library-independent way to configure * authentication credentials that work with both Apache HttpComponents 4.x * and 5.x clients.</p> * * <p>Example usage:</p> * <pre>{@code * CredentialsConfig config = new CredentialsConfig();
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Jan 08 14:22:26 GMT 2026 - 3.6K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/config/CookieConfig.java
import java.util.Date; /** * POJO configuration for HTTP cookies that can be converted to * either HC4 Cookie or HC5 Cookie. * * <p>This class provides a library-independent way to configure * cookies that work with both Apache HttpComponents 4.x * and 5.x clients.</p> * * <p>Example usage:</p> * <pre>{@code * CookieConfig config = new CookieConfig(); * config.setName("sessionId");
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Jan 08 14:22:26 GMT 2026 - 3.8K bytes - Click Count (0) -
helm/minio/README.md
- PV provisioner support in the underlying infrastructure. (We recommend using <https://github.com/minio/direct-csi>) - Use Kubernetes version v1.19 and later for best experience. ## Configure MinIO Helm repo ```bash helm repo add minio https://charts.min.io/ ``` ### Installing the Chart Install this chart using: ```bash
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 10.9K bytes - Click Count (0) -
.idea/inspectionProfiles/Gradle.xml
<searchConfiguration name="Method is annotated with @Provides but uses wrong naming" description="A service-providing method is annotated with `@Provides`, but its name does not start with 'create' or 'decorate', or is not 'configure'" suppressId="annotated_not_service_providing" problemDescriptor="Method is annotated with @Provides, but its name does not start with 'create' or 'decorate'" text="class $Class$ implements $Base$ { @$Annotation$ @Modifier("Instance")...
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jun 26 21:49:47 GMT 2024 - 15.4K bytes - Click Count (0)