- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 1,291 for configs (0.09 sec)
-
src/main/java/jcifs/internal/smb2/lock/Smb2LeaseBreakAcknowledgment.java
private int leaseState; /** * Create a lease break acknowledgment * * @param config configuration * @param leaseKey lease key * @param leaseState acknowledged lease state */ public Smb2LeaseBreakAcknowledgment(Configuration config, Smb2LeaseKey leaseKey, int leaseState) { super(config, SMB2_OPLOCK_BREAK); this.leaseKey = leaseKey; this.leaseState = leaseState;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/JobLogDbm.java
return "org.codelibs.fess.opensearch.config.exentity.JobLog"; } @Override public String getConditionBeanTypeName() { return "org.codelibs.fess.opensearch.config.cbean.JobLogCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.opensearch.config.exbhv.JobLogBhv"; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/TransTransactNamedPipeResponse.java
/** * Constructs a response for a named pipe transaction. * * @param config the configuration to use * @param inB the input buffer to receive response data */ public TransTransactNamedPipeResponse(final Configuration config, final byte[] inB) { super(config); this.outputBuffer = inB; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.9K bytes - Viewed (0) -
cmd/data-scanner_test.go
` lc, err := lifecycle.ParseLifecycleConfig(strings.NewReader(lcXML)) if err != nil { t.Fatalf("Failed to unmarshal lifecycle config: %v", err) } vcfg := versioning.Versioning{ Status: "Enabled", } vcfgXML, err := xml.Marshal(vcfg) if err != nil { t.Fatalf("Failed to marshal versioning config: %v", err) } bucket := "bucket" now := time.Now() meta := BucketMetadata{ Name: bucket,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComSessionSetupAndXResponse.java
/** * Constructs a session setup AndX response. * * @param config the configuration to use * @param andx the next command in the AndX chain, or null */ public SmbComSessionSetupAndXResponse(final Configuration config, final ServerMessageBlock andx) { super(config, andx); } /** * Returns the native LAN Manager string reported by the server. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- kubelet: the `--image-credential-provider-config` file was loaded with strict deserialization, which failed if the config file contained duplicate or unknown fields. This protected against accidentally running with malformed config files, unindented files, or typos in field names, and it...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 14:49:49 UTC 2025 - 412.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/AccessTokenService.java
import org.codelibs.fess.exception.InvalidAccessTokenException; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.opensearch.config.cbean.AccessTokenCB; import org.codelibs.fess.opensearch.config.exbhv.AccessTokenBhv; import org.codelibs.fess.opensearch.config.exentity.AccessToken; import org.codelibs.fess.taglib.FessFunctions; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.cbean.result.PagingResultBean;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/RelatedQueryService.java
import org.codelibs.fess.app.pager.RelatedQueryPager; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.opensearch.config.cbean.RelatedQueryCB; import org.codelibs.fess.opensearch.config.exbhv.RelatedQueryBhv; import org.codelibs.fess.opensearch.config.exentity.RelatedQuery; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.cbean.result.PagingResultBean; import org.dbflute.optional.OptionalEntity;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.4K bytes - Viewed (0) -
src/main/assemblies/files/fess.in.sh
fi # External opensearch cluster #SEARCH_ENGINE_HTTP_URL=http://localhost:9200 #FESS_DICTIONARY_PATH=/var/lib/opensearch/config/ # SSL truststore for certificate validation over https #FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djavax.net.ssl.trustStore=/tech/elastic/config/truststore.jks" #FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djavax.net.ssl.trustStorePassword=changeit"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 4.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/net/NetServerEnum2Response.java
private String lastName; /** * Constructs a NetServerEnum2Response * @param config * the configuration to use */ public NetServerEnum2Response(final Configuration config) { super(config); } /** * Gets the last server name from the enumeration * @return the lastName */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6K bytes - Viewed (0)