- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 275 for Remapping (0.05 sec)
-
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
*/ private transient Map<K, Collection<V>> map; private transient int totalSize; /** * Creates a new multimap that uses the provided map. * * @param map place to store the mapping from each key to its corresponding values * @throws IllegalArgumentException if {@code map} is not empty */ protected AbstractMapBasedMultimap(Map<K, Collection<V>> map) { checkArgument(map.isEmpty());
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 48.4K bytes - Viewed (0) -
internal/config/identity/openid/openid.go
Value: "", }, config.KV{ Key: UserIDClaim, Value: "", }, } ) var errSingleProvider = config.Errorf("Only one OpenID provider can be configured if not using role policy mapping") // DummyRoleARN is used to indicate that the user associated with it was // authenticated via policy-claim based OpenID provider. var DummyRoleARN = func() arn.ARN { v, err := arn.NewIAMRoleARN("dummy-internal", "")Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 17.3K bytes - Viewed (0) -
src/main/resources/suggest_indices/suggest_analyzer.json
"filter" : ["lowercase", "content_length_filter"] } }, "char_filter" : { "zero_width_spaces": { "type": "mapping", "mappings": [ "\\u200C=> "] }, "mapping_char" : { "type" : "mapping", "mappings" : ["ガ=>ガ", "ギ=>ギ", "グ=>グ", "ゲ=>ゲ", "ゴ=>ゴ", "ザ=>ザ", "ジ=>ジ", "ズ=>ズ", "ゼ=>ゼ", "ゾ=>ゾ", "ダ=>ダ", "ヂ=>ヂ", "ヅ=>ヅ",
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Thu Oct 03 02:51:59 UTC 2019 - 57.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt
* the offending characters. * * ### IDNA Mapping and Punycode encoding * * Hostnames have different requirements and use a different encoding scheme. It consists of IDNA * mapping and Punycode encoding. * * In order to avoid confusion and discourage phishing attacks, [IDNA Mapping][idna] transforms
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 63.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
if (putMappingResponse.isAcknowledged()) { logger.info("Created {}/{} mapping.", indexName, docType); } else { logger.warn("Failed to create {}/{} mapping.", indexName, docType); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java
private static final int HTTP_STATUS_NOT_FOUND = 404; /** HTTP status code for OK */ private static final int HTTP_STATUS_OK = 200; /** * Cache for client rules mapping client names to their corresponding URL patterns. * This cache improves performance by avoiding repeated parsing of client configuration rules.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 19.5K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.crawling_info_details=Crawling Info Details labels.data_config_details=Data Config Details labels.dict_kuromoji_details=Dict Kuromoji Details labels.dict_mapping_details=Dict Mapping Details labels.dict_protwords_details=Dict Protwords Details labels.dict_stemmeroverride_details=Dict Stemmeroverride Details labels.dict_stopwords_details=Dict Stopwords Details
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.9K bytes - Viewed (1) -
src/main/resources/fess_label_id.properties
labels.startTime=Waktu Mulai labels.target=Target labels.token=Token labels.synonymFile=Berkas Sinonim labels.stopwordsFile=Berkas Stopwords labels.stemmerOverrideFile=Berkas Stemmer Override labels.mappingFile=Berkas Mapping labels.protwordsFile=Berkas Protwords labels.kuromojiFile=Berkas Kuromoji labels.elevateWordFile=Berkas Elevate Word labels.badWordFile=Berkas Bad Word labels.urlExpr=Kondisi labels.boostExpr=Ekspresi Boost
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
android/guava/src/com/google/common/io/Files.java
* * <p>Files are mapped from offset 0 to its length. * * <p>This only works for files ≤ {@link Integer#MAX_VALUE} bytes. * * @param file the file to map * @param mode the mode to use when mapping {@code file} * @return a buffer reflecting {@code file} * @throws FileNotFoundException if the {@code file} does not exist * @throws IOException if an I/O error occurs * @see FileChannel#map(MapMode, long, long)Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 25 20:24:13 UTC 2025 - 32.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getOnlineHelpNameDictStemmeroverride(); /** * Get the value for the key 'online.help.name.dict.mapping'. <br> * The value is, e.g. mapping <br> * comment: Online help key for mapping dictionary. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getOnlineHelpNameDictMapping();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)