- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 898 for errored (0.06 sec)
-
src/main/java/org/codelibs/fess/exception/SsoMessageException.java
* * This exception is used to indicate errors that occur during SSO authentication * and authorization processes. It carries both a message code for internationalization * and localization purposes, as well as detailed error information. The message code * can be used by the UI layer to display appropriate error messages to users. */ public class SsoMessageException extends FessSystemException {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.7K bytes - Viewed (0) -
guava/src/com/google/common/math/PairedStats.java
* data, and vertical if there is variance in the {@code y} data but not the {@code x} data. * * <p>This fit minimizes the root-mean-square error in {@code y} as a function of {@code x}. This * error is defined as the square root of the mean of the squares of the differences between the * actual {@code y} values of the data and the values predicted by the fit for the {@code x}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/DcerpcError.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.smb1.dcerpc; /** * DCE/RPC error codes and fault constants for SMB1 compatibility */ public interface DcerpcError { /** * Generic fault code for other errors */ int DCERPC_FAULT_OTHER = 0x00000001; /** * Access denied fault code */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.6K bytes - Viewed (0) -
guava/src/com/google/common/math/PairedStatsAccumulator.java
* data, and vertical if there is variance in the {@code y} data but not the {@code x} data. * * <p>This fit minimizes the root-mean-square error in {@code y} as a function of {@code x}. This * error is defined as the square root of the mean of the squares of the differences between the * actual {@code y} values of the data and the values predicted by the fit for the {@code x}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Apr 14 16:36:11 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/jcifs/SmbResourceException.java
/** * Exception for resource-related SMB errors * * This exception is thrown when resource issues occur such as: * - File handle leaks * - Connection pool exhaustion * - Memory allocation failures * - Quota exceeded */ public class SmbResourceException extends SmbException { private static final long serialVersionUID = 1L; /** * Resource type that caused the error */ public enum ResourceType {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtException.java
public static final int ERR_SSN_SRVC = 0x02; // name service error codes /** Format error in the name service */ public static final int FMT_ERR = 0x1; /** Server error in the name service */ public static final int SRV_ERR = 0x2; /** Implementation error in the name service */ public static final int IMP_ERR = 0x4; /** Refused error in the name service */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
/** * Adds an error message to the error queue for later processing. * This method is thread-safe and can be called from multiple crawler threads. * * @param msg the error message to add; ignored if null or blank */ public static void addError(final String msg) { if (StringUtil.isNotBlank(msg)) { errors.offer(msg); } } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 31K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.defaultLabelValue=Etiqueta por defecto labels.designFileName=Nombre de archivo labels.incrementalCrawling=Comprobar fecha de última modificación labels.errorCount=Número de errores labels.errorLog=Registro de errores labels.errorName=Nombre del error labels.expiredTime=Fecha de caducidad labels.expires=Caduca labels.failureCountThreshold=Umbral de fallos labels.fileConfigName=Nombre de configuración de rastreo de archivos
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_message_pl.properties
errors.could_not_delete_logged_in_user=Nie można usunąć zalogowanego użytkownika. errors.unauthorized_request=Nieautoryzowane żądanie. errors.failed_to_print_thread_dump=Nie można wydrukować zrzutu wątków. errors.file_is_not_supported={0} nie jest obsługiwany. errors.plugin_file_is_not_found={0} nie znaleziono. errors.failed_to_install_plugin=Nie można zainstalować {0}. errors.failed_to_find_plugins=Nie znaleziono dostępnych wtyczek.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.csvFileEncoding=Codifica CSV labels.defaultLabelValue=Etichetta predefinita labels.designFileName=Nome file labels.incrementalCrawling=Verifica ultima modifica labels.errorCount=Numero di errori labels.errorLog=Log errori labels.errorName=Nome errore labels.expiredTime=Data di scadenza labels.expires=Scade labels.failureCountThreshold=Soglia di fallimento labels.fileConfigName=Nome configurazione scansione file labels.fileName=Nome file
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0)