- Sort Score
- Num 10 results
- Language All
Results 831 - 840 of 1,289 for configs (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/sts/tls.md
The MinIO TLS STS API can be configured via MinIO's standard configuration API (i.e. using `mc admin config set/get`). Further, it can be configured via the following environment variables: ``` mc admin config set myminio identity_tls --env KEY: identity_tls enable X.509 TLS certificate SSO support ARGS:
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 6K bytes - Click Count (1) -
CLAUDE.md
- **Builder**: `RequestDataBuilder`, `ExtractorBuilder` - fluent construction - **Template Method**: `AbstractCrawlerClient`, `AbstractExtractor` - common logic with overrides - **DI**: LastaFlute container with `@Resource` and XML config ### Core Principles **Thread Safety**: `AtomicLong` for counters, `volatile` for status flags, synchronized blocks, thread-local storage via `CrawlingParameterUtil`
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Mar 12 03:39:20 GMT 2026 - 8.1K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/info/GitInfo.java
} } else { // we are in detached HEAD state revision = ref; } return new GitInfo(revision, findOriginUrl(gitDir.resolve("config"))); } catch (final IOException e) { // for now, do not be lenient until we have better understanding of real-world scenarios where this happensCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 7.8K bytes - Click Count (0) -
src/packaging/common/env/fess
# Fess Path FESS_TEMP_PATH=${packaging.fess.temp.dir} FESS_LOG_PATH=${packaging.fess.log.dir} FESS_CONF_PATH=${packaging.fess.conf.dir} FESS_VAR_PATH=${packaging.fess.var.dir} FESS_DICTIONARY_PATH=/var/lib/opensearch/config/ # Port FESS_PORT=8080 # Heap Memory FESS_HEAP_SIZE=512m # Elasticsearch Path SEARCH_ENGINE_HOME=/usr/share/opensearch/ # Elasticsearch URLCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 15 06:32:15 GMT 2023 - 489 bytes - Click Count (0) -
build-tools-internal/src/main/resources/fips_java_oracle.security
security.provider.3=SUN security.provider.4=SunJGSS security.provider.5=SunRsaSign securerandom.source=file:/dev/urandom securerandom.strongAlgorithms=NativePRNGBlocking:SUN,DRBG:SUN securerandom.drbg.config= login.configuration.provider=sun.security.provider.ConfigFile policy.provider=sun.security.provider.PolicyFile policy.expandProperties=true policy.allowSystemProperty=true policy.ignoreIdentityScope=false
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 2.2K bytes - Click Count (0) -
api/go1.18.txt
pkg go/types, type ArgumentError struct pkg go/types, type ArgumentError struct, Err error pkg go/types, type ArgumentError struct, Index int pkg go/types, type Config struct, Context *Context pkg go/types, type Config struct, GoVersion string pkg go/types, type Context struct pkg go/types, type Info struct, Instances map[*ast.Ident]Instance pkg go/types, type Instance struct
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 13K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/BadWordService.java
import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.opensearch.client.SearchEngineClient; import org.codelibs.fess.opensearch.config.cbean.BadWordCB; import org.codelibs.fess.opensearch.config.exbhv.BadWordBhv; import org.codelibs.fess.opensearch.config.exentity.BadWord; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.bhv.readable.EntityRowHandler; import org.dbflute.cbean.result.PagingResultBean;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 8.6K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNTCreateAndX.java
* @param andx the next command in the chain */ public SmbComNTCreateAndX(final Configuration config, final String name, final int flags, final int access, final int shareAccess, final int extFileAttributes, final int createOptions, final ServerMessageBlock andx) { super(config, SMB_COM_NT_CREATE_ANDX, name, andx); this.desiredAccess = access;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 8.6K bytes - Click Count (0) -
cmd/logging.go
logger.LogIf(ctx, "config", err, errKind...) } func configLogOnceIf(ctx context.Context, err error, id string, errKind ...any) { logger.LogOnceIf(ctx, "config", err, id, errKind...) } func configLogOnceConsoleIf(ctx context.Context, err error, id string, errKind ...any) { logger.LogOnceConsoleIf(ctx, "config", err, id, errKind...) }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6.8K bytes - Click Count (0) -
docs_src/settings/app02_an_py310/test_main.py
from fastapi.testclient import TestClient from .config import Settings from .main import app, get_settings client = TestClient(app) def get_settings_override(): return Settings(admin_email="******@****.***") app.dependency_overrides[get_settings] = get_settings_override def test_app(): response = client.get("/info") data = response.json() assert data == { "app_name": "Awesome API",
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 515 bytes - Click Count (0)