- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 1,206 for Config (0.03 sec)
- 
				
				src/main/java/jcifs/smb1/smb1/SmbConstants.java/** Local address to bind to */ InetAddress LADDR = Config.getLocalHost(); /** Local port to bind to */ int LPORT = Config.getInt("jcifs.smb1.smb.client.lport", 0); /** Maximum multiplex count */ int MAX_MPX_COUNT = Config.getInt("jcifs.smb1.smb.client.maxMpxCount", DEFAULT_MAX_MPX_COUNT); /** Send buffer size in bytes */ int SND_BUF_SIZE = Config.getInt("jcifs.smb1.smb.client.snd_buf_size", DEFAULT_SND_BUF_SIZE);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.3K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/internal/smb1/com/SmbComTreeDisconnectTest.javapublic void testToStringRequiresValidConfig() { // Constructor with null config throws exception, so we can't test toString with null config // Instead, test that toString works with a valid config // Given smbComTreeDisconnect = new SmbComTreeDisconnect(config); // When String result = smbComTreeDisconnect.toString(); // Then Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.5K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/util/ParameterUtilTest.javaassertEquals("//div[@class='content']", result.get(ConfigName.XPATH).get("complex")); // Test with special characters in keys and values configParameters = "config.key-with-dashes=value\nfield.config.key_with_underscores=value@#$%"; result = ParameterUtil.createConfigParameterMap(configParameters); assertEquals("value", result.get(ConfigName.CONFIG).get("key-with-dashes")); Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 22.6K bytes - Viewed (0)
- 
				
				cmd/server-main_test.gofor _, testcase := range []struct { config string expectedErr bool hash string }{ { config: "testdata/config/1.yaml", expectedErr: false, hash: "hash:02bf70285dc71f76", }, { config: "testdata/config/2.yaml", expectedErr: false, hash: "hash:676d2da00f71f205", }, { config: "testdata/config/invalid.yaml", expectedErr: true, }, Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 3.1K bytes - Viewed (0)
- 
				
				cmd/bucket-notification-handlers.gofor i, queue := range config.QueueList { // Remove ARN not found queues, because we previously allowed // adding unexpected entries into the config. // // With newer config disallowing changing / turning off // notification targets without removing ARN in notification // configuration we won't see this problem anymore. if reflect.DeepEqual(queue.ARN, arnErr.ARN) && i < len(config.QueueList) {Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 5.1K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/config/MultiChannelConfigurationTest.javaPropertyConfiguration config = new PropertyConfiguration(props); assertTrue(config.isUseMultiChannel()); assertEquals(6, config.getMaxChannels()); assertEquals(2, config.getChannelBindingPolicy()); assertEquals("least_loaded", config.getLoadBalancingStrategy()); assertEquals(15, config.getChannelHealthCheckInterval()); } @TestRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 8.3K bytes - Viewed (0)
- 
				
				src/main/webapp/js/admin/bootstrap.min.js.map{\n config.delay = {\n show: config.delay,\n hide: config.delay\n }\n }\n\n if (typeof config.title === 'number') {\n config.title = config.title.toString()\n }\n\n if (typeof config.content === 'number') {\n config.content = config.content.toString()\n }\n\n Util.typeCheckConfig(\n NAME,\n config,\n this.constructor.DefaultType\n )\n\n if (config.sanitize) {\n config.template = sanitizeHtml(config.template, config.whiteList,...Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 180.9K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb/DirFileEntryEnumIterator2Test.java@Mock private Configuration config; @Mock private CIFSContext cifsContext; @BeforeEach void setup() { // Tree handle lifecycle and config lenient().when(tree.acquire()).thenReturn(tree); lenient().when(tree.isConnected()).thenReturn(true); // CIFS context returns same config to build responses during initResponseRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.7K bytes - Viewed (0)
- 
				
				src/main/resources/esflute_config.xml<component name="dataConfigBhv" class="org.codelibs.fess.opensearch.config.exbhv.DataConfigBhv"/> <component name="duplicateHostBhv" class="org.codelibs.fess.opensearch.config.exbhv.DuplicateHostBhv"/> <component name="elevateWordToLabelBhv" class="org.codelibs.fess.opensearch.config.exbhv.ElevateWordToLabelBhv"/> <component name="elevateWordBhv" class="org.codelibs.fess.opensearch.config.exbhv.ElevateWordBhv"/> Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 2.9K bytes - Viewed (0)
- 
				
				cmd/common-main.gologger.Fatal(config.ErrMissingEnvCredentialRootUser(nil), "Unable to start MinIO") } else if env.IsSet(config.EnvRootUser) && !env.IsSet(config.EnvRootPassword) { logger.Fatal(config.ErrMissingEnvCredentialRootPassword(nil), "Unable to start MinIO") } else if !env.IsSet(config.EnvRootUser) && !env.IsSet(config.EnvRootPassword) { if !env.IsSet(config.EnvAccessKey) && env.IsSet(config.EnvSecretKey) { Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 32.5K bytes - Viewed (3)