Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 444 for Mapping (0.15 sec)

  1. okhttp/src/test/java/okhttp3/internal/idn/IdnStringprep.kt

     * [RFC 3491]: https://datatracker.ietf.org/doc/html/rfc3491
     */
    class Stringprep(
      /** Unassigned code points. */
      val unassigned: CodePointSet,
      /** Mappings. Note table B.3 is not used in RFC 3491. */
      val mapping: CodePointMapping,
      /** Prohibited code points. */
      val prohibitSet: CodePointSet,
      /** RandALCat code points; bidi category is "R" or "AL". */
      val randalcatSet: CodePointSet,
    Plain Text
    - Registered: Fri Mar 29 11:42:11 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 3.2K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_en.properties

    errors.failed_to_download_badword_file=Failed to download the Badword file.
    errors.failed_to_upload_badword_file=Failed to upload the Badword file.
    errors.failed_to_download_mapping_file=Failed to download the Mapping file.
    errors.failed_to_upload_mapping_file=Failed to upload the Mapping file.
    errors.invalid_kuromoji_token={0} is invalid.
    errors.invalid_kuromoji_segmentation=The number of segmentations {0} does not the match number of readings {1}.
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  3. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10TypeProvider.kt

                    val (typeParameterOwner, mapping) = queue.removeFirst()
                    for (superType in typeParameterOwner.typeConstructor.supertypes) {
                        val mappingForSupertype = superType.toTypeArgumentMapping(mapping) ?: continue
                        queue.addLast(mappingForSupertype)
                    }
    
                    for ((typeParameterDescriptor, boundTypeArgument) in mapping) {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Jan 29 09:37:59 GMT 2024
    - 23.3K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/it/admin/dict/MappingTests.java

        private static final String NAME_PREFIX = "mappingTest_";
        private static final String API_PATH = "/api/admin/dict/mapping";
        private static final String LIST_ENDPOINT_SUFFIX = "settings";
        private static final String ITEM_ENDPOINT_SUFFIX = "setting";
        private static final String DICT_TYPE = "mapping";
    
        private static final String KEY_PROPERTY = "inputs";
    
        @Override
        protected String getNamePrefix() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.4K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirDataFlowInfoProvider.kt

            }
    
            private val statements = statements.toHashSet()
    
            private val mapping = HashMap<FirElement, Optional<FirElement>>()
            private var unmappedCount = statements.size
    
            private val stack = ArrayDeque<FirElement>()
    
            operator fun get(fir: FirElement): FirElement? {
                return mapping[fir]?.getOrNull()
            }
    
            override fun visitElement(element: FirElement) {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue Apr 16 06:40:43 GMT 2024
    - 22.9K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    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
    labels.dict_mapping_link_details=Details
    labels.dict_mapping_link_download=Herunterladen
    labels.dict_mapping_link_upload=Hochladen
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ru.properties

    labels.dict_synonym_file=Synonym File
    labels.dict_mapping_configuration=Mapping List
    labels.dict_mapping_title=Mapping List
    labels.dict_mapping_list_link=List
    labels.dict_mapping_link_create=Создать новый
    labels.dict_mapping_link_edit=Изменить
    labels.dict_mapping_link_delete=Удалить
    labels.dict_mapping_link_details=Details
    labels.dict_mapping_link_download=Download
    labels.dict_mapping_link_upload=Upload
    labels.dict_mapping_source=Source
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_fr.properties

    errors.failed_to_upload_badword_file                 = Échec de l'envoi du fichier Badword.
    errors.failed_to_download_mapping_file               = Échec du téléchargement du fichier Mapping.
    errors.failed_to_upload_mapping_file                 = Échec de l'envoi du fichier Mapping.
    errors.invalid_kuromoji_token={0} n'est pas valide.
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Feb 06 22:59:17 GMT 2023
    - 14.2K bytes
    - Viewed (0)
  9. src/main/resources/fess_message.properties

    errors.failed_to_download_badword_file=Failed to download the Badword file.
    errors.failed_to_upload_badword_file=Failed to upload the Badword file.
    errors.failed_to_download_mapping_file=Failed to download the Mapping file.
    errors.failed_to_upload_mapping_file=Failed to upload the Mapping file.
    errors.invalid_kuromoji_token={0} is invalid.
    errors.invalid_kuromoji_segmentation=The number of segmentations {0} does not the match number of readings {1}.
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.5K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/util/concurrent/AtomicLongMap.java

              return oldValue;
            }
            // value changed
          }
        }
      }
    
      /**
       * Copies all of the mappings from the specified map to this map. The effect of this call is
       * equivalent to that of calling {@code put(k, v)} on this map once for each mapping from key
       * {@code k} to value {@code v} in the specified map. The behavior of this operation is undefined
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 14.1K bytes
    - Viewed (0)
Back to top