- Sort Score
- Result 10 results
- Languages All
Results 221 - 230 of 356 for Mappings (0.04 sec)
-
src/main/resources/fess_message_de.properties
errors.failed_to_upload_badword_file = Fehler beim Hochladen einer Bad-Word-Datei. errors.failed_to_download_mapping_file = Fehler beim Herunterladen einer Mapping-Datei. errors.failed_to_upload_mapping_file = Fehler beim Hochladen einer Mapping-Datei. errors.invalid_kuromoji_token={0} ist als Token ungültig. errors.invalid_kuromoji_segmentation=Die Anzahl der Segmentierungen für {0} und {1} ist unterschiedlich.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/mapping/LifecycleMapping.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.lifecycle.mapping; import java.util.List; import java.util.Map; /** * LifecycleMapping */ public interface LifecycleMapping { @Deprecated String ROLE = LifecycleMapping.class.getName();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
// Mapping Type Constants // ============================================================ /** Mapping type for array fields. */ public static final String MAPPING_TYPE_ARRAY = "array"; /** Mapping type for string fields. */ public static final String MAPPING_TYPE_STRING = "string"; /** Mapping type for long fields. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactResolverResult.java
* @return The {@link Path} to the artifact, or {@code null} if unavailable. */ @Nullable Path getPath(@Nonnull Artifact artifact); /** * Returns a mapping of artifact coordinates to their corresponding resolution results. * * @return A {@link Map} where keys are {@link ArtifactCoordinates} and values are {@link ResultItem} instances. */ @NonnullRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/resources/fess_message_hi.properties
errors.failed_to_download_badword_file = bad word फ़ाइल डाउनलोड करने में विफल। errors.failed_to_upload_badword_file = bad word फ़ाइल अपलोड करने में विफल। errors.failed_to_download_mapping_file = mapping फ़ाइल डाउनलोड करने में विफल। errors.failed_to_upload_mapping_file = mapping फ़ाइल अपलोड करने में विफल। errors.invalid_kuromoji_token={0} एक token के रूप में अमान्य है। errors.invalid_kuromoji_segmentation={0} और {1} के लिए segmentation की संख्या भिन्न है।Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:13:53 UTC 2025 - 18.6K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/mapping/LifecycleMojo.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.lifecycle.mapping; import java.util.List; import org.apache.maven.api.xml.XmlNode; import org.apache.maven.model.Dependency; /** * Mojo (plugin goal) binding to a lifecycle phase. * * @see LifecyclePhase */
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.7K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/providers/AbstractLifecycleProvider.java
import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.LinkedHashMap; import org.apache.maven.lifecycle.Lifecycle; import org.apache.maven.lifecycle.mapping.LifecyclePhase; /** * Base lifecycle provider. */ public abstract class AbstractLifecycleProvider implements Provider<Lifecycle> { private final Lifecycle lifecycle;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.2K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/mapping/LifecyclePhaseTest.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.lifecycle.mapping; import java.util.Arrays; import java.util.List; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.3K bytes - Viewed (0) -
src/main/resources/esclient.xml
--> "indices.breaker.total.limit":"100%", "action.auto_create_index":"-*"} </property> <!-- Dictionaries --> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"mapping.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg> <arg>"synonym.txt"</arg> </postConstruct> <postConstruct name="addConfigFile"> <arg>"fess"</arg>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 16K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/mapping/Lifecycle.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.lifecycle.mapping; import java.util.Collections; import java.util.LinkedHashMap; import java.util.Map; /** * Lifecycle definition for a packaging (multiple packagings share the same lifecycle id = usually "default"). */
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.6K bytes - Viewed (0)