Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for mappingOf (0.05 sec)

  1. android/guava/src/com/google/common/collect/Multimaps.java

       * entry returned by the iterator), the results of the iteration are undefined.
       *
       * <p>The multimap supports mapping removal, which removes the corresponding mapping from the map.
       * It does not support any operations which might add mappings, such as {@code put}, {@code
       * putAll} or {@code replaceValues}.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.6K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Multimaps.java

       * entry returned by the iterator), the results of the iteration are undefined.
       *
       * <p>The multimap supports mapping removal, which removes the corresponding mapping from the map.
       * It does not support any operations which might add mappings, such as {@code put}, {@code
       * putAll} or {@code replaceValues}.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.9K bytes
    - Viewed (0)
  3. pom.xml

    						</mapping>
    						<!-- temp (empty) -->
    						<mapping>
    							<directory>${packaging.fess.temp.dir}</directory>
    						</mapping>
    						<!-- dictionary (empty) -->
    						<mapping>
    							<directory>${packaging.fess.dictionary.dir}</directory>
    							<filemode>755</filemode>
    							<username>opensearch</username>
    							<groupname>opensearch</groupname>
    						</mapping>
    						<!-- es/modules -->
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Sep 04 05:22:58 UTC 2025
    - 49.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/helper/ViewHelper.java

        /** Cache for page paths */
        protected final Map<String, String> pageCacheMap = new ConcurrentHashMap<>();
    
        /** Initial facet parameter mappings */
        protected final Map<String, String> initFacetParamMap = new HashMap<>();
    
        /** Initial geographic parameter mappings */
        protected final Map<String, String> initGeoParamMap = new HashMap<>();
    
        /** List of facet query views */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
  5. kotlin-js-store/yarn.lock

      integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
    
    "@jridgewell/gen-mapping@^0.3.0":
      version "0.3.1"
      resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"
      integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==
      dependencies:
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
  6. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

            "filter" : ["lowercase", "content_length_filter", "limit_token_count_filter"]
          }
        },
        "char_filter" : {
          "mapping_char" : {
            "type" : "mapping",
            "mappings" : ["ガ=>ガ", "ギ=>ギ", "グ=>グ", "ゲ=>ゲ", "ゴ=>ゴ", "ザ=>ザ", "ジ=>ジ", "ズ=>ズ", "ゼ=>ゼ", "ゾ=>ゾ", "ダ=>ダ", "ヂ=>ヂ", "ヅ=>ヅ",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
  7. src/main/resources/fess_config.properties

    online.help.name.dict.stopwords=stopwords
    # Online help key for stemmer override dictionary.
    online.help.name.dict.stemmeroverride=stemmeroverride
    # Online help key for mapping dictionary.
    online.help.name.dict.mapping=mapping
    # Online help key for web config.
    online.help.name.webconfig=webconfig
    # Online help key for search list.
    online.help.name.searchlist=searchlist
    # Online help key for log.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

            final Map<String, String> mapping = getQueryLanguageMappingMap();
            return stream(langs).get(stream -> stream.map(s -> {
                if (StringUtil.isBlank(s)) {
                    return null;
                }
                final String lang1 = mapping.get(s);
                if (lang1 != null) {
                    return lang1;
                }
                return mapping.get(s.split("[\\-_]")[0]);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 86.5K bytes
    - Viewed (0)
  9. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

            "filter" : ["lowercase", "content_length_filter", "limit_token_count_filter"]
          }
        },
        "char_filter" : {
          "mapping_char" : {
            "type" : "mapping",
            "mappings" : ["ガ=>ガ", "ギ=>ギ", "グ=>グ", "ゲ=>ゲ", "ゴ=>ゴ", "ザ=>ザ", "ジ=>ジ", "ズ=>ズ", "ゼ=>ゼ", "ゾ=>ゾ", "ダ=>ダ", "ヂ=>ヂ", "ヅ=>ヅ",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  10. src/main/resources/suggest_indices/suggest_analyzer.json

            "filter" : ["lowercase", "content_length_filter", "limit_token_count_filter"]
          }
        },
        "char_filter" : {
          "mapping_char" : {
            "type" : "mapping",
            "mappings" : ["ガ=>ガ", "ギ=>ギ", "グ=>グ", "ゲ=>ゲ", "ゴ=>ゴ", "ザ=>ザ", "ジ=>ジ", "ズ=>ズ", "ゼ=>ゼ", "ゾ=>ゾ", "ダ=>ダ", "ヂ=>ヂ", "ヅ=>ヅ",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
Back to top