- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 1,458 for mesiace (0.11 sec)
-
common-protos/k8s.io/api/apps/v1beta2/generated.proto
// The reason for the condition's last transition. // +optional optional string reason = 4; // A human readable message indicating details about the transition. // +optional optional string message = 5; } // DaemonSetList is a collection of daemon sets. message DaemonSetList { // Standard list metadata.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 36.4K bytes - Viewed (0) -
common-protos/k8s.io/api/autoscaling/v2/generated.proto
// +optional optional string reason = 4; // message is a human-readable explanation containing details about // the transition // +optional optional string message = 5; } // HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects. message HorizontalPodAutoscalerList { // metadata is the standard list metadata. // +optional
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 21.3K bytes - Viewed (0) -
src/main/java/org/codelibs/curl/CurlException.java
public class CurlException extends RuntimeException { private static final long serialVersionUID = 1L; public CurlException(final String message, final Throwable cause) { super(message, cause); } public CurlException(final String message) { super(message); }
Registered: Thu Oct 31 02:32:13 UTC 2024 - Last Modified: Mon Nov 14 21:05:19 UTC 2022 - 950 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/CommandExecutionException.java
private static final long serialVersionUID = 1L; public CommandExecutionException(final String message) { super(message); } public CommandExecutionException(final String message, final Throwable e) { super(message, e); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 991 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/PluginException.java
public class PluginException extends FessSystemException { private static final long serialVersionUID = 1L; public PluginException(final String message, final Throwable cause) { super(message, cause); } public PluginException(final String message) { super(message); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 969 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/ThemeException.java
public class ThemeException extends FessSystemException { private static final long serialVersionUID = 1L; public ThemeException(final String message, final Throwable cause) { super(message, cause); } public ThemeException(final String message) { super(message); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 966 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/ThumbnailGenerationException.java
private static final long serialVersionUID = 1L; public ThumbnailGenerationException(final String message, final Exception cause) { super(message, cause); } public ThumbnailGenerationException(final String message) { super(message, false, false); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1021 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/LdapOperationException.java
private static final long serialVersionUID = 1L; public LdapOperationException(final String message, final Throwable cause) { super(message, cause); } public LdapOperationException(final String message) { super(message); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 990 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/ScriptEngineException.java
private static final long serialVersionUID = 1L; public ScriptEngineException(final String message) { super(message); } public ScriptEngineException(final String message, final Throwable cause) { super(message, cause); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 986 bytes - Viewed (0) -
common-protos/k8s.io/api/extensions/v1beta1/generated.proto
// The reason for the condition's last transition. // +optional optional string reason = 4; // A human readable message indicating details about the transition. // +optional optional string message = 5; } // DaemonSetList is a collection of daemon sets. message DaemonSetList { // Standard list metadata.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 45.6K bytes - Viewed (0)