- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 380 for Mapping (0.15 sec)
-
guava/src/com/google/common/hash/Striped64.java
* The table size is capped because, when there are more threads * than CPUs, supposing that each thread were bound to a CPU, * there would exist a perfect hash function mapping threads to * slots that eliminates collisions. When we reach capacity, we * search for this mapping by randomly varying the hash codes of * colliding threads. Because search is random, and collisions * only become known via CAS failures, convergence can be slow,
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Jun 14 17:55:55 UTC 2024 - 11.5K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.log_level = Niveau de journalisation labels.csv_file_encoding = Encodage pour CSV labels.notification_to = E-mail de notification labels.pathmap_configuration = Mapping du chemin labels.pathmap_title_details = Mapping du chemin labels.disabled = Désactivé labels.pathmap_pt_crawling = Exploration labels.pathmap_pt_displaying = Affichage labels.pathmap_pt_both = Explorer/afficher
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_config.properties
online.help.name.dict=dict online.help.name.dict.kuromoji=kuromoji online.help.name.dict.protwords=protwords online.help.name.dict.stopwords=stopwords online.help.name.dict.stemmeroverride=stemmeroverride online.help.name.dict.mapping=mapping online.help.name.webconfig=webconfig online.help.name.searchlist=searchlist online.help.name.log=log online.help.name.general=general online.help.name.role=role online.help.name.joblog=joblog
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.dict_synonym_target=Ziel labels.dict_synonym_button_download=Herunterladen labels.dict_synonym_button_upload=Hochladen labels.dict_synonym_file=Synonym-Datei labels.dict_mapping_configuration=Mapping-Liste labels.dict_mapping_title=Mapping-Liste labels.dict_mapping_list_link=Liste labels.dict_mapping_link_create=Neu erstellen labels.dict_mapping_link_edit=Bearbeiten labels.dict_mapping_link_delete=Löschen
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
} // groupId -> (artifactId -> (version -> project))) private Map<String, Map<String, Map<String, MavenProject>>> getAllProjects() { // compute the projects mapping if (allProjects == null) { List<MavenProject> allProjects = session.getAllProjects(); if (allProjects != null) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/AbstractTableReadTest.java
protected Table<String, Integer, C> table; /** * Creates a table with the specified data. * * @param data the table data, repeating the sequence row key, column key, value once per mapping * @throws IllegalArgumentException if the size of {@code data} isn't a multiple of 3 * @throws ClassCastException if a data element has the wrong type */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 15 17:36:06 UTC 2024 - 6.6K bytes - Viewed (0) -
cmd/handler-utils.go
"X-Minio-Replication-Server-Side-Encryption-Iv", "X-Minio-Replication-Encrypted-Multipart", "X-Minio-Replication-Actual-Object-Size", ReplicationSsecChecksumHeader, // Add more supported headers here. } // mapping of internal headers to allowed replication headers var validSSEReplicationHeaders = map[string]string{ "X-Minio-Internal-Server-Side-Encryption-Sealed-Key": "X-Minio-Replication-Server-Side-Encryption-Sealed-Key",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 15:31:51 UTC 2024 - 15.5K bytes - Viewed (0) -
guava/src/com/google/common/collect/LinkedListMultimap.java
* happens subsequently. As long as the corresponding key-value mapping is not removed from the * multimap, {@link Entry#getValue} returns the value from the multimap, which may change over * time, and {@link Entry#setValue} modifies that value. Removing the mapping from the multimap * does not alter the value returned by {@code getValue()}, though a subsequent {@code setValue()}
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 13 14:11:58 UTC 2023 - 27.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbException.java
* the user may receive a different error from a legacy server than that of * a newer variant such as Windows NT and above. If you should encounter * such a case, please report it to jcifs at samba dot org and we will * change the mapping. */ public class SmbException extends CIFSException implements NtStatus, DosError, WinError { /** * */ private static final long serialVersionUID = 484863569441792249L;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 05 07:16:55 UTC 2018 - 5.9K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/BiMap.java
/** * An alternate form of {@code put} that silently removes any existing entry with the value {@code * value} before proceeding with the {@link #put} operation. If the bimap previously contained the * provided key-value mapping, this method has no effect. * * <p>Note that a successful call to this method could cause the size of the bimap to increase by * one, stay the same, or even decrease by one. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Jun 17 14:40:53 UTC 2023 - 4.3K bytes - Viewed (0)