- Sort Score
- Num 10 results
- Language All
Results 251 - 260 of 1,321 for Updated (0.04 seconds)
-
tests/associations_belongs_to_test.go
t.Fatalf("failed to create items, got error: %v", err) } // test replace if err := tx.Model(&item).Association("ItemParent").Unscoped().Replace(&ItemParent{ Logo: "updated logo", }); err != nil { t.Errorf("failed to replace item parent, got error: %v", err) } var parents []ItemParent if err := tx.Find(&parents).Error; err != nil {
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Mon Oct 30 09:15:49 GMT 2023 - 9.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/stemmeroverride/AdminDictStemmeroverrideAction.java
} /** * Update an existing stemmer override item. * Validates the form data and updates the item in the dictionary. * * @param form The edit form containing updated item data * @return HTML response redirecting to the list page on success */ @Execute @Secured({ ROLE }) public HtmlResponse update(final EditForm form) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 23.5K bytes - Click Count (0) -
src/main/resources/fess_message_it.properties
errors.login.failure = Accesso fallito. errors.app.illegal.transition = Transizione illegale. Riprova. errors.app.db.already.deleted = Potrebbe essere stato eliminato da un altro processo. Riprova l'operazione. errors.app.db.already.updated = Potrebbe essere stato aggiornato da un altro processo. Riprova l'operazione. errors.app.db.already.exists = I dati esistono già. Riprova l'operazione.
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 10 04:56:21 GMT 2025 - 12.3K bytes - Click Count (0) -
architecture/standards/0006-use-of-provider-apis-in-gradle.md
Note that when adding a lazy property to an existing class, you need to check if instances of the class are instantiated via ObjectFactory. Most classes are instantiated this way, but it's possible that a class without any lazy properties was never updated to use it. A tell-tale sign that an object is not instantiated via the ObjectFactory are direct calls to the constructor with new. ### Existing properties in existing classes
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Oct 15 20:00:57 GMT 2024 - 10K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/ResourceIncludeTest.java
Resource resource = project.getResources().get(0); // Add an include resource.addInclude("*.xml"); // Verify that the underlying SourceRoot collection was updated java.util.stream.Stream<org.apache.maven.api.SourceRoot> resourceSourceRoots = project.getEnabledSourceRoots(ProjectScope.MAIN, Language.RESOURCES);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Nov 07 13:11:07 GMT 2025 - 12.6K bytes - Click Count (0) -
cmd/iam-store.go
default: m = cache.iamUsersMap } err := store.loadUser(ctx, accessKey, userType, m) if err == errNoSuchUser { // User was deleted - we update the cache. delete(m, accessKey) // Since cache was updated, we update the timestamp. defer func() { cache.updatedAt = time.Now() }() // 1. Start with updating user-group memberships
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 87.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
}); return redirect(getClass()); } /** * Updates an existing elevate word entry. * * @param form edit form containing updated elevate word data * @return redirect response to the main elevate word page */ @Execute @Secured({ ROLE }) public HtmlResponse update(final EditForm form) { verifyCrudMode(form.crudMode, CrudMode.EDIT, this::asListHtml);Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 22.2K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/DomUtilsTest.java
Element updatedName = DomUtils.updateOrCreateChildElement(root, "name", "New Name"); assertNotNull(updatedName, "Should return updated element"); String xmlOutput = DomUtils.toXml(doc); assertTrue(xmlOutput.contains("<name>New Name</name>"), "Should contain updated name"); assertFalse(xmlOutput.contains("<name>Old Name</name>"), "Should not contain old name"); // Test creating new element
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 31.3K bytes - Click Count (0) -
src/main/resources/fess_message_hi.properties
errors.login.failure = लॉगिन विफल रहा। errors.app.illegal.transition = अवैध परिवर्तन। कृपया पुनः प्रयास करें। errors.app.db.already.deleted = इसे किसी अन्य प्रक्रिया द्वारा हटाया जा सकता है। कृपया पुनः प्रयास करें। errors.app.db.already.updated = इसे किसी अन्य प्रक्रिया द्वारा अपडेट किया जा सकता है। कृपया पुनः प्रयास करें। errors.app.db.already.exists = डेटा पहले से मौजूद है। कृपया पुनः प्रयास करें।
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 07 14:13:53 GMT 2025 - 18.6K bytes - Click Count (0) -
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/client/FesenClientTest.java
final Client result = fesenClient.filterWithHeader(headers); assertSame(fesenClient, result); // Should return this assertSame(mockNewClient, fesenClient.client); // Internal client should be updated verify(mockClient).filterWithHeader(headers); } /** * Test: deleteByQuery with new signature (without type parameter) * Verifies the improved scroll cleanup logic */Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Nov 20 08:44:44 GMT 2025 - 17K bytes - Click Count (0)