- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 1,294 for Messages (0.04 sec)
-
src/main/resources/fess_message_es.properties
constraints.Range.message = {item} debe estar entre {min} y {max}. constraints.SafeHtml.message = {item} contiene contenido HTML peligroso. constraints.ScriptAssert.message = La expresión de script "{script}" no es verdadera. constraints.URL.message = {item} no es una URL válida. constraints.Required.message = {item} es obligatorio. constraints.TypeInteger.message = {item} debe ser un número. constraints.TypeLong.message = {item} debe ser un número.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/DcerpcError.java
DCERPC_FAULT_CONTEXT_MISMATCH, DCERPC_FAULT_OP_RNG_ERROR, DCERPC_FAULT_UNK_IF, DCERPC_FAULT_PROTO_ERROR }; /** * Array of human-readable messages for DCE/RPC fault codes */ String[] DCERPC_FAULT_MESSAGES = { "DCERPC_FAULT_OTHER", "DCERPC_FAULT_ACCESS_DENIED", "DCERPC_FAULT_CANT_PERFORM", "DCERPC_FAULT_NDR",
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/ServletRuntimeExceptionTest.java
// Verify messages in the chain assertTrue(runtimeException.getMessage().contains(ServletException.class.getName())); assertTrue(runtimeException.getMessage().contains(servletErrorMessage)); } public void test_constructor_withServletExceptionNoMessage() { // Create a ServletException without a message ServletException servletException = new ServletException();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 5.8K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/testers/AbstractListIndexOfTester.java
/** Override to call {@code indexOf()} or {@code lastIndexOf()}. */ protected abstract int find(@Nullable Object o); /** Override to return "indexOf" or "lastIndexOf()" for use in failure messages. */ protected abstract String getMethodName(); @CollectionSize.Require(absent = ZERO) public void testFind_yes() { assertEquals(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 3.4K bytes - Viewed (0) -
src/main/resources/fess_message_zh_TW.properties
constraints.Range.message = {item} 必須在 {min} 到 {max} 之間。 constraints.SafeHtml.message = {item} 包含危險的 HTML 內容。 constraints.ScriptAssert.message = 腳本表達式 "{script}" 不為 true。 constraints.URL.message = {item} 不是有效的URL。 constraints.Required.message = {item} 是必需的。 constraints.TypeInteger.message = {item} 必須是數字。 constraints.TypeLong.message = {item} 必須是數字。 constraints.TypeFloat.message = {item} 必須是數字。 constraints.TypeDouble.message = {item} 必須是數字。
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java
* @return ActionResponse containing the thumbnail image or 404 if not found */ @Execute public ActionResponse index(final ThumbnailForm form) { validate(form, messages -> {}, () -> asHtml(virtualHost(path_Error_ErrorJsp))); if (isLoginRequired()) { return redirectToLogin(); } final Map<String, Object> doc =
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.4K bytes - Viewed (0) -
logger/logger.go
} } // Warn print warn messages func (l *logger) Warn(ctx context.Context, msg string, data ...interface{}) { if l.LogLevel >= Warn { l.Printf(l.warnStr+msg, append([]interface{}{utils.FileWithLineNum()}, data...)...) } } // Error print error messages func (l *logger) Error(ctx context.Context, msg string, data ...interface{}) { if l.LogLevel >= Error {
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Sun Jan 12 10:19:28 UTC 2025 - 6.3K bytes - Viewed (0) -
docs/metrics/v3.md
| `minio_audit_failed_messages` | Total number of messages that failed to send since start. <br><br>Type: counter | `target_id`, `server` | | `minio_audit_target_queue_length` | Number of unsent messages in queue for target. <br><br>Type: gauge | `target_id`, `server` | | `minio_audit_total_messages` | Total number of messages sent since start. <br><br>Type: counter | `target_id`, `server` |
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/java/jcifs/util/transport/Request.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.util.transport; /** * Interface for transport request messages. * This interface represents requests sent to network transports. */ public interface Request extends Message { /** * Gets the number of credits this request requires. * * @return number of credits this request requires */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbException.java
* server. Rather than represent each with it's own <code>Exception</code> * class, this class represents all of them. For many of the popular * error codes, constants and text messages like "The device is not ready" * are provided. * <p> * The jCIFS client maps DOS error codes to NTSTATUS codes. This means that * the user may recieve a different error from a legacy server than that of
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6K bytes - Viewed (0)