- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 548 for profiles (0.03 sec)
-
src/main/resources/fess_label_es.properties
labels.logout_button=Cerrar sesión labels.profile=Cambiar contraseña labels.administration=Administración labels.profile_button=Configuración labels.profile.title= Configuración labels.profile.update= Actualizar labels.profile.back= Volver labels.profile.placeholder_old_password= Contraseña actual labels.profile.placeholder_new_password= Nueva contraseña labels.profile.placeholder_confirm_new_password= Confirmar nueva contraseña
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.logout=로그아웃 labels.do_you_want_to_logout=로그아웃하시겠습니까? labels.logout_button=로그아웃 labels.profile=비밀번호 변경 labels.administration=관리 labels.profile_button=설정 labels.profile.title=설정 labels.profile.update=갱신 labels.profile.back=뒤로 labels.profile.placeholder_old_password=현재 비밀번호 labels.profile.placeholder_new_password=새 비밀번호 labels.profile.placeholder_confirm_new_password=새 비밀번호 확인 labels.top.search=검색 labels.index_title=Fess
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/CrawlingAccessException.java
package org.codelibs.fess.crawler.exception; /** * CrawlingAccessException is an exception class that represents an issue encountered while accessing a resource during the crawling process. * It extends CrawlerSystemException and provides functionality to set and check the log level for the exception. * * <p> * This exception can be thrown when there are problems accessing URLs, files, or any other resources needed for crawling.
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.8K bytes - Viewed (0) -
cmd/s3-zip-handlers.go
i := strings.Index(objName[len(prefix):], delimiter) if i >= 0 { commonPrefix := objName[:len(prefix)+i+1] if len(listObjectsInfo.Prefixes) == 0 || commonPrefix != listObjectsInfo.Prefixes[len(listObjectsInfo.Prefixes)-1] { listObjectsInfo.Prefixes = append(listObjectsInfo.Prefixes, commonPrefix) count++ } goto next } } listObjectsInfo.Objects = append(listObjectsInfo.Objects, ObjectInfo{
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.logout=注销 labels.do_you_want_to_logout=您要注销吗? labels.logout_button=注销 labels.profile=更改密码 labels.administration=管理 labels.profile_button=设置 labels.profile.title= 设置 labels.profile.update= 更新 labels.profile.back= 返回 labels.profile.placeholder_old_password= 当前密码 labels.profile.placeholder_new_password= 新密码 labels.profile.placeholder_confirm_new_password= 确认新密码 labels.top.search=搜索 labels.index_title=Fess
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.5K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.logout_button=Déconnexion labels.profile=Changer le mot de passe labels.administration=Administration labels.profile_button=Paramètres labels.profile.title=Paramètres labels.profile.update=Mettre à jour labels.profile.back=Retour labels.profile.placeholder_old_password=Mot de passe actuel labels.profile.placeholder_new_password=Nouveau mot de passe
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/MemoryDataHelper.java
/** * The {@code MemoryDataHelper} class provides a helper for managing crawler data in memory. * It stores URL queues, access results, and URL patterns for inclusion and exclusion. * This class is designed to be used in a single-threaded environment or with external synchronization. * * <p>It uses {@code Map} and {@code Queue} data structures to hold the data. The class provides
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 8.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/util/FieldConfigs.java
import org.codelibs.core.stream.StreamUtil; import org.codelibs.fess.Constants; import org.dbflute.optional.OptionalThing; /** * Utility class for managing field configurations with parameter mappings. * This class provides functionality to retrieve and manage field-specific configurations * from a parameter map. */ public class FieldConfigs { /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/FessApiAction.java
import jakarta.annotation.Resource; import jakarta.servlet.http.HttpServletRequest; /** * Abstract base class for Fess API actions that provides common functionality * for API endpoints including authentication, message handling, and access control. * * This class extends FessBaseAction and provides specialized behavior for API requests, * including token-based authentication and JSON response handling. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.8K bytes - Viewed (0) -
guava/src/com/google/common/reflect/Types.java
import org.jspecify.annotations.Nullable; /** * Utilities for working with {@link Type}. * * @author Ben Yu */ final class Types { /** Class#toString without the "class " and "interface " prefixes */ private static final Joiner COMMA_JOINER = Joiner.on(", ").useForNull("null"); /** Returns the array type of {@code componentType}. */ static Type newArrayType(Type componentType) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 23.5K bytes - Viewed (0)