- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 371 for mirrors (0.03 sec)
-
src/main/resources/fess_message_ja.properties
errors.property_type_integer={0}は数値です。 errors.property_type_long={0}は数値です。 errors.property_type_float={0}は数値です。 errors.property_type_double={0}は数値です。 errors.property_type_date={0}は日付です。 errors.storage_file_upload_failure={0} のアップロードに失敗しました。 errors.storage_file_not_found=対象のファイルはストレージ内にありません。 errors.storage_file_download_failure={0} のダウンロードに失敗しました。 errors.storage_access_error=ストレージアクセスエラー: {0}Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 15.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbOperationException.java
/** Network-related errors (connection, timeout, etc.) */ NETWORK, /** Authentication and authorization errors */ AUTHENTICATION, /** File system errors (not found, access denied, etc.) */ FILE_SYSTEM, /** Protocol errors (invalid message, unsupported operation, etc.) */ PROTOCOL, /** Resource errors (out of memory, disk space, etc.) */ RESOURCE,Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/SuggestIndexResponse.java
} /** * Checks if there are any errors. * @return True if there are errors, false otherwise. */ public boolean hasError() { return hasError; } /** * Returns the list of errors. * @return The list of errors. */ public List<Throwable> getErrors() { return errors; } /** * Returns the time taken for the operation.Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 3.1K bytes - Viewed (0) -
tests/gorm_test.go
t.Fatalf("errors happened on create: %v", results.Error) } else if results.RowsAffected != 1 { t.Fatalf("rows affected expects: %v, got %v", 1, results.RowsAffected) } else if u1.ID == 0 { t.Fatalf("ID expects : not equal 0, got %v", u1.ID) } got := user{} results := DB.First(&got, "id = ?", u1.ID) if results.Error != nil { t.Fatalf("errors happened on first: %v", results.Error)
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Thu Jun 01 07:22:21 UTC 2023 - 3.3K bytes - Viewed (0) -
tests/update_belongs_to_test.go
if err := DB.Create(&user).Error; err != nil { t.Fatalf("errors happened when create: %v", err) } user.Company = Company{Name: "company-belongs-to-association"} user.Manager = &User{Name: "manager-belongs-to-association"} if err := DB.Save(&user).Error; err != nil { t.Fatalf("errors happened when update: %v", err) } var user2 User
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Thu Jul 14 06:55:54 UTC 2022 - 1.6K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/plugin/internal/MavenPluginValidatorTest.java
descriptor.setArtifactId("maven-it-plugin"); descriptor.setVersion("0.1"); List<String> errors = new ArrayList<>(); mavenPluginValidator.validate(plugin, descriptor, errors); assertTrue( errors.isEmpty(), "Expected collection to be empty but had " + errors.size() + " elements: " + errors); } @Test void testInvalidGroupId() { Artifact plugin = new DefaultArtifact(
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 4.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/InvalidPluginDescriptorException.java
public InvalidPluginDescriptorException(String message, List<String> errors) { super(toMessage(message, errors)); } private static String toMessage(String message, List<String> errors) { StringBuilder buffer = new StringBuilder(256); buffer.append(message); for (String error : errors) { buffer.append(", ").append(error); } return buffer.toString();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.4K bytes - Viewed (0) -
tests/test_response_class_no_mediatype.py
}, "JsonApiError": { "title": "JsonApiError", "required": ["errors"], "type": "object", "properties": { "errors": { "title": "Errors", "type": "array", "items": {"$ref": "#/components/schemas/Error"},Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 3.3K bytes - Viewed (0) -
tests/test_response_code_no_body.py
}, "JsonApiError": { "title": "JsonApiError", "required": ["errors"], "type": "object", "properties": { "errors": { "title": "Errors", "type": "array", "items": {"$ref": "#/components/schemas/Error"},Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 3.2K bytes - Viewed (0) -
tests/test_additional_responses_custom_validationerror.py
}, "JsonApiError": { "title": "JsonApiError", "required": ["errors"], "type": "object", "properties": { "errors": { "title": "Errors", "type": "array", "items": {"$ref": "#/components/schemas/Error"},Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 2.9K bytes - Viewed (0)