- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 465 for Keys (0.02 sec)
- 
				
				src/test/java/org/codelibs/fess/util/MemoryUtilTest.java} public void test_sizeOf_mapVariations() { // Empty map assertEquals(0L, MemoryUtil.sizeOf(new HashMap<>())); // Map with null keys and values Map<String, String> mapWithNulls = new HashMap<>(); mapWithNulls.put(null, null); assertEquals(0L, MemoryUtil.sizeOf(mapWithNulls)); // Map with mixed contentRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 11.8K bytes - Viewed (0)
- 
				
				docs/en/mkdocs.ymlmd_in_html: null tables: null toc: permalink: true pymdownx.betterem: null pymdownx.caret: null pymdownx.highlight: line_spans: __span pymdownx.inlinehilite: null pymdownx.keys: null pymdownx.mark: null pymdownx.superfences: custom_fences: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format '' pymdownx.tilde: nullRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 9.8K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/suggest/settings/SuggestSettings.javasb.append(line); } } return sb.toString().replaceAll(Pattern.quote("${fess.dictionary.path}"), dictionaryPath); } /** * Default keys for suggest settings. */ public static class DefaultKeys { /** Index key. */ public static final String INDEX = "index"; /** Supported fields key. */ Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 18.7K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/helper/RelatedContentHelperTest.javatestData.add(createRelatedContent("term2", "Content for default", "")); mockBhv.setTestData(testData); int count = relatedContentHelper.load(); assertEquals(3, count); // Three virtual host keys: "host1", "host2", "" } public void test_getHostKey_emptyVirtualHost() { RelatedContent entity = createRelatedContent("term", "content", ""); String key = relatedContentHelper.getHostKey(entity); Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 14.3K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/collect/ForwardingMap.java* invoke methods, they invoke methods on the {@code ForwardingMap}. * * <p>Each of the {@code standard} methods, where appropriate, use {@link Objects#equals} to test * equality for both keys and values. This may not be the desired behavior for map implementations * that use non-standard notions of key equality, such as a {@code SortedMap} whose comparator is * not consistent with {@code equals}. *Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 06 17:32:30 UTC 2025 - 9.8K bytes - Viewed (0)
- 
				
				.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.ktmodel, stage, performanceTestCoverage, description = descriptionWithMaybeBucketIndex, performanceSubProject = "performance", testProjects = tests.keys.toList(), bucketIndex = bucketIndex, extraParameters = "-PincludePerformanceTestScenarios=true", ) { tests.forEach { (testProject, scenarios) ->Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 10 02:18:03 UTC 2025 - 16.6K bytes - Viewed (0)
- 
				
				src/main/webapp/js/admin/popper.min.js.map},\n bottom: {\n width: boundaries.width,\n height: boundaries.bottom - refRect.bottom,\n },\n left: {\n width: refRect.left - boundaries.left,\n height: boundaries.height,\n },\n };\n\n const sortedAreas = Object.keys(rects)\n .map(key => ({\n key,\n ...rects[key],\n area: getArea(rects[key]),\n }))\n .sort((a, b) => b.area - a.area);\n\n const filteredAreas = sortedAreas.filter(\n ({ width, height }) =>\n width >= popper.clientWidth...Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 120.9K bytes - Viewed (0)
- 
				
				cmd/admin-handlers-users.goreturn } // Permission checks: // // 1. Any type of account (i.e. access keys (previously/still called service // accounts), STS accounts, internal IDP accounts, etc) with the // policy.UpdateServiceAccountAdminAction permission can update any service // account. // // 2. We would like to let a user update their own access keys, however it // is currently blocked pending a re-design. Users are still able to delete Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 90.6K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/util/SecureCredentialStorageTest.java// Create new storage with different salt SecureCredentialStorage storage2 = new SecureCredentialStorage(masterPassword.clone()); try { // Should fail because keys are different assertThrows(GeneralSecurityException.class, () -> { storage2.decryptCredentials(encrypted); }, "Should throw GeneralSecurityException when decrypting with wrong salt");Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12.7K bytes - Viewed (0)
- 
				
				src/archive/tar/writer.goisGlobal := hdr.Typeflag == TypeXGlobalHeader if len(paxHdrs) > 0 || isGlobal { // Write each record to a buffer. var buf strings.Builder // Sort keys for deterministic ordering. for _, k := range slices.Sorted(maps.Keys(paxHdrs)) { rec, err := formatPAXRecord(k, paxHdrs[k]) if err != nil { return err } buf.WriteString(rec) } // Write the extended header file. Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Feb 03 16:38:43 UTC 2025 - 19.7K bytes - Viewed (0)