- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 2,063 for casse (0.02 sec)
-
src/main/java/org/codelibs/fess/exception/SsoLoginException.java
/** * Constructs a new SsoLoginException with the specified detail message and cause. * * @param message The detail message explaining the SSO login failure * @param cause The underlying exception that caused this SSO login failure */ public SsoLoginException(final String message, final Throwable cause) { super(message, cause); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 19 08:04:23 UTC 2025 - 1.7K bytes - Viewed (0) -
cmd/background-newdisks-heal-ops_gen.go
err = msgp.WrapError(err) return } switch msgp.UnsafeString(field) { case "ID": z.ID, err = dc.ReadString() if err != nil { err = msgp.WrapError(err, "ID") return } case "PoolIndex": z.PoolIndex, err = dc.ReadInt() if err != nil { err = msgp.WrapError(err, "PoolIndex") return } case "SetIndex": z.SetIndex, err = dc.ReadInt() if err != nil {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 24.6K bytes - Viewed (0) -
docs/features/events.md
is resilient and can automatically recover from some connectivity failures. In this case, the `connectFailed()` event is not terminal and not followed by `callFailed()`. Event listeners will receive multiple events of the same type when retries are attempted. A single HTTP call may require follow-up requests to be made to handle authentication challenges, redirects, and HTTP-layer timeouts. In such cases multiple connections, requests, and responses may be attempted. Follow-ups are another...
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 7.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ToolchainFactoryException.java
public ToolchainFactoryException(String message) { super(message); } public ToolchainFactoryException(String message, Throwable cause) { super(message, cause); } public ToolchainFactoryException(Throwable cause) { super(cause); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 11 12:33:57 UTC 2025 - 1.3K bytes - Viewed (0) -
cmd/bucket-replication.go
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 118.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTree.java
case ServerMessageBlock.SMB_COM_TRANSACTION2: switch (((SmbComTransaction) request).subCommand & 0xFF) { case SmbComTransaction.NET_SHARE_ENUM: case SmbComTransaction.NET_SERVER_ENUM2: case SmbComTransaction.NET_SERVER_ENUM3: case SmbComTransaction.TRANS_PEEK_NAMED_PIPE:Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 8.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/graph/GraphEquivalenceTest.java
switch (edgeType) { case UNDIRECTED: return GraphBuilder.undirected().allowsSelfLoops(true).build(); case DIRECTED: return GraphBuilder.directed().allowsSelfLoops(true).build(); } throw new IllegalStateException("Unexpected edge type: " + edgeType); } private static EdgeType oppositeType(EdgeType edgeType) { switch (edgeType) { case UNDIRECTED: return EdgeType.DIRECTED;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 4.6K bytes - Viewed (0) -
cmd/metacache_gen.go
} case "u": z.lastUpdate, err = dc.ReadTime() if err != nil { err = msgp.WrapError(err, "lastUpdate") return } case "b": z.bucket, err = dc.ReadString() if err != nil { err = msgp.WrapError(err, "bucket") return } case "flt": z.filter, err = dc.ReadString() if err != nil { err = msgp.WrapError(err, "filter") return } case "id":
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 10K bytes - Viewed (0) -
cmd/metacache_test.go
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Sep 08 18:06:45 UTC 2021 - 6.8K bytes - Viewed (0) -
cmd/batch-job-common-types_gen.go
zb0001-- field, err = dc.ReadMapKeyPtr() if err != nil { err = msgp.WrapError(err) return } switch msgp.UnsafeString(field) { case "Key": z.Key, err = dc.ReadString() if err != nil { err = msgp.WrapError(err, "Key") return } case "Value": z.Value, err = dc.ReadString() if err != nil { err = msgp.WrapError(err, "Value") return } default: err = dc.Skip()
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 21.9K bytes - Viewed (0)