- Sort Score
- Result 10 results
- Languages All
Results 841 - 850 of 1,195 for Config (1.52 sec)
-
api/go1.7.txt
pkg crypto/tls, const RenegotiateNever RenegotiationSupport pkg crypto/tls, const RenegotiateOnceAsClient = 1 pkg crypto/tls, const RenegotiateOnceAsClient RenegotiationSupport pkg crypto/tls, type Config struct, DynamicRecordSizingDisabled bool pkg crypto/tls, type Config struct, Renegotiation RenegotiationSupport pkg crypto/tls, type RenegotiationSupport int pkg crypto/x509, func SystemCertPool() (*CertPool, error)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jun 28 15:08:11 UTC 2016 - 13.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelManager.java
return t; }); this.loadBalancer = new ChannelLoadBalancer(this); this.failover = new ChannelFailover(this); Configuration config = context.getConfig(); this.maxChannels = getMaxChannelsFromConfig(config); this.channelCounter = new AtomicInteger(0); this.multiChannelEnabled = false; // Schedule periodic health checks
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 20K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
- '`kube-apiserver`: adds `--authentication-config` flag for reading `AuthenticationConfiguration` files. `--authentication-config` flag is mutually exclusive with the existing `--oidc-*` flags.' ([#119142](https://github.com/kubernetes/kubernetes/pull/119142), [@aramase](https://github.com/aramase)) - '`kube-scheduler` component config (`KubeSchedulerConfiguration`) `kubescheduler.config.k8s.io/v1beta3`
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Mar 12 00:36:01 UTC 2025 - 429.6K bytes - Viewed (1) -
buildscripts/multipart-quorum-test.sh
#!/bin/bash if [ -n "$TEST_DEBUG" ]; then set -x fi WORK_DIR="$PWD/.verify-$RANDOM" MINIO_CONFIG_DIR="$WORK_DIR/.minio" MINIO=("$PWD/minio" --config-dir "$MINIO_CONFIG_DIR" server) if [ ! -x "$PWD/minio" ]; then echo "minio executable binary not found in current directory" exit 1 fi if [ ! -x "$PWD/minio" ]; then echo "minio executable binary not found in current directory" exit 1 fi trap 'catch $LINENO' ERR
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Sep 06 10:51:23 UTC 2024 - 2.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2Test.java
private int bytesRead = 0; private boolean throwOnRead = false; public TestServerMessageBlock2(Configuration config) { super(config); } public TestServerMessageBlock2(Configuration config, int command) { super(config, command); } @Override protected int writeBytesWireFormat(byte[] dst, int dstIndex) { return bytesWritten;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 39.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlerLogHelper.java
import org.codelibs.fess.exception.ContainerNotAvailableException; import org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction; import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig; import org.codelibs.fess.opensearch.config.exentity.FailureUrl; import org.codelibs.fess.util.ComponentUtil; /** * Helper class for crawler logging operations.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaIntegrationTest.java
props.setProperty("jcifs.smb.client.useRDMA", "true"); props.setProperty("jcifs.smb.client.rdmaProvider", "auto"); PropertyConfiguration config = new PropertyConfiguration(props); testContext = new BaseContext(config); } // ============================================ // UNIT TESTS - Always run, no external deps // ============================================ @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 13.8K bytes - Viewed (0) -
buildscripts/upgrade-tests/compose.yml
volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro ports: - "9000:9000" - "9001:9001" depends_on: - minio1 - minio2 - minio3 - minio4 ## By default this config uses default local driver, ## For custom volumes replace with volume driver configuration. volumes: data1-1: data1-2: data1-3: data2-1: data2-2: data2-3: data3-1: data3-2: data3-3:
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Jun 13 05:08:11 UTC 2024 - 1.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/DataConfig.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.exentity; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.6K bytes - Viewed (0) -
docs/smb3-features/02-persistent-handles-design.md
} // ... rest of normal connection logic ... } private void requestDurableHandle() { Configuration config = context.getConfig(); // Determine handle type based on configuration and server capabilities if (tree.getSession().supports(SMB3_0) && config.isUsePersistentHandles()) { handleType = HandleType.PERSISTENT; } else if (tree.getSession().supports(SMB3_0)) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 31.6K bytes - Viewed (0)