- Sort Score
- Result 10 results
- Languages All
Results 861 - 870 of 1,873 for Mmap (0.03 sec)
- 
				
				android/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java} @Generates static <K, V> LinkedHashMap<K, V> generateLinkedHashMap(@Nullable K key, @Nullable V value) { LinkedHashMap<K, V> map = new LinkedHashMap<>(); map.put(key, value); return map; } @Generates static <K, V> ImmutableMap<K, V> generateImmutableMap(K key, V value) { return ImmutableMap.of(key, value); } @Empty Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 28.1K bytes - Viewed (0)
- 
				
				cmd/object-api-options.goargumentValue = tag valid = false return } } return } func parseObjectAttributes(h http.Header) (attributes map[string]struct{}) { attributes = make(map[string]struct{}) for _, headerVal := range h.Values(xhttp.AmzObjectAttributes) { for v := range strings.SplitSeq(strings.TrimSpace(headerVal), ",") { if v != "" { attributes[v] = struct{}{} Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:34:38 UTC 2025 - 14.2K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsUser.java// Source // ====== @Override public Map<String, Object> toSource() { Map<String, Object> sourceMap = new HashMap<>(); if (businessCategory != null) { addFieldToSource(sourceMap, "businessCategory", businessCategory); }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 22.9K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/helper/NotificationHelperTest.javareturn "mock-display"; } @Override public java.util.Map<String, java.util.Map<String, Object>> getOfficeManagedLoggingMap() { return java.util.Collections.emptyMap(); } @Override public java.util.Map<String, Object> getPushedLoggingMap() { return java.util.Collections.emptyMap(); }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 19.6K bytes - Viewed (0)
- 
				
				cmd/iam-object-store.goreturn p, nil } func (iamOS *IAMObjectStore) loadPolicyDoc(ctx context.Context, policy string, m map[string]PolicyDoc) error { p, err := iamOS.loadPolicy(ctx, policy) if err != nil { return err } m[policy] = p return nil } func (iamOS *IAMObjectStore) loadPolicyDocs(ctx context.Context, m map[string]PolicyDoc) error { ctx, cancel := context.WithCancel(ctx) defer cancel() Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 26.6K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb/SmbOperationException.javareturn this; } /** * Add multiple context values * * @param contextMap the context map to add * @return this exception for chaining */ public SmbOperationException withContext(Map<String, Object> contextMap) { if (contextMap != null) { this.context.putAll(contextMap); } return this; }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.5K bytes - Viewed (0)
- 
				
				api/maven-api-core/src/main/java/org/apache/maven/api/Plugin.java* specific language governing permissions and limitations * under the License. */ package org.apache.maven.api; import java.util.Collection; import java.util.List; import java.util.Map; import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Nonnull; import org.apache.maven.api.plugin.descriptor.PluginDescriptor; Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Feb 28 23:54:53 UTC 2024 - 1.7K bytes - Viewed (0)
- 
				
				compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactResolver.javaimport javax.inject.Singleton; import java.io.File; import java.util.ArrayList; import java.util.Collections; import java.util.LinkedHashMap; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.CountDownLatch; import java.util.concurrent.Executor; import java.util.concurrent.ExecutorService; import java.util.concurrent.LinkedBlockingQueue; Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 25K bytes - Viewed (0)
- 
				
				cmd/peer-s3-client.goif err != nil { return err } nodeBuckets[idx] = localBuckets return nil }, idx) } errs := g.Wait() // The list of buckets in a map to avoid duplication resultMap := make(map[string]BucketInfo) for poolIdx := 0; poolIdx < sys.poolsCount; poolIdx++ { perPoolErrs := make([]error, 0, len(sys.peerClients)) for i, client := range sys.peerClients {Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 15.6K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/collect/ForwardingConcurrentMap.javaimport java.util.concurrent.ConcurrentMap; import org.jspecify.annotations.Nullable; /** * A concurrent map which forwards all its method calls to another concurrent map. Subclasses should * override one or more methods to modify the behavior of the backing map as desired per the <a * href="http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern</a>. * Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Feb 18 16:58:16 UTC 2025 - 2.6K bytes - Viewed (0)