- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 1,012 for Updates (0.16 sec)
-
src/main/java/org/codelibs/curl/Curl.java
* Enumeration representing HTTP methods. * <ul> * <li>GET - Requests data from a specified resource.</li> * <li>POST - Submits data to be processed to a specified resource.</li> * <li>PUT - Updates a current resource with new data.</li> * <li>DELETE - Deletes the specified resource.</li> * <li>HEAD - Same as GET but returns only HTTP headers and no document body.</li>
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Sat Jul 05 01:38:18 UTC 2025 - 5.5K bytes - Viewed (0) -
cmd/admin-handlers-idp-config.go
ctx := r.Context() addOrUpdateIDPHandler(ctx, w, r, false) } // UpdateIdentityProviderCfg: updates an existing IDP config for openid/ldap. // // POST <admin-prefix>/idp-cfg/openid/dex1 -> update named config `dex1` // // POST <admin-prefix>/idp-cfg/openid/_ -> update (default) named config `_` func (a adminAPIHandlers) UpdateIdentityProviderCfg(w http.ResponseWriter, r *http.Request) { ctx := r.Context()
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Feb 18 16:25:55 UTC 2025 - 12.7K bytes - Viewed (0) -
cmd/data-usage-cache.go
// should skip healing the disk SkipHealing bool // Active lifecycle, if any on the bucket lifeCycle *lifecycle.Lifecycle `msg:"-"` // optional updates channel. // If set updates will be sent regularly to this channel. // Will not be closed when returned. updates chan<- dataUsageEntry `msg:"-"` replication replicationConfig `msg:"-"` } func (e *dataUsageEntry) addSizes(summary sizeSummary) {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 34.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/relatedcontent/AdminRelatedcontentAction.java
}); return redirect(getClass()); } /** * Updates an existing related content item. * * @param form the edit form containing the updated item data * @return HTML response redirecting to the list page after update */ @Execute @Secured({ ROLE }) public HtmlResponse update(final EditForm form) { verifyCrudMode(form.crudMode, CrudMode.EDIT);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsItemTest.java
} public void test_toLineString() { // Test toLineString method with non-updated item ProtwordsItem item = new ProtwordsItem(1, "word"); assertEquals("word", item.toLineString()); // Test with updated item item.setNewInput("updatedword"); assertEquals("updatedword", item.toLineString());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stopwords/ApiAdminDictStopwordsAction.java
} /** * Updates an existing stopwords dictionary item. * * @param dictId the dictionary ID * @param body the request body containing updated stopwords item information * @return JSON response with result status */ // PUT /api/admin/dict/stopwords/setting/{dictId}
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dataconfig/ApiAdminDataconfigAction.java
}); return asJson(new ApiUpdateResponse().id(dataConfig.getId()).created(true).status(Status.OK).result()); } /** * Updates an existing data config setting. * * @param body the request body containing updated data config information * @return JSON response with result status */ // PUT /api/admin/dataconfig/setting @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8.5K bytes - Viewed (0) -
api/maven-api-di/src/main/java/org/apache/maven/di/tool/DiIndexProcessor.java
className.insert(0, ".").insert(0, packageElement.getQualifiedName()); } return className.toString(); } /** * Updates the index file if its content has changed. * The file is created at {@code META-INF/maven/org.apache.maven.api.di.Inject} and contains * the fully qualified names of classes with the {@link Named} annotation. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 7.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/PreauthIntegrityServiceTest.java
assertArrayEquals(salt, context.getSalt()); assertTrue(context.isValid()); assertNotNull(context.getCurrentHash()); } @Test @DisplayName("Test preauth hash updates") public void testPreauthHashUpdates() throws CIFSException { String sessionId = "test-session-2"; byte[] salt = preauthService.generatePreauthSalt();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/synonym/ApiAdminDictSynonymAction.java
} /** * Updates an existing synonym dictionary item. * * @param dictId the dictionary ID * @param body the request body containing updated synonym item information * @return JSON response with result status */ // PUT /api/admin/dict/synonym/setting/{dictId} @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.3K bytes - Viewed (0)