- Sort Score
- Result 10 results
- Languages All
Results 891 - 900 of 1,015 for Updater (0.12 sec)
-
cmd/storage-datatypes.go
FilePath string `msg:"fp"` UpdateOpts UpdateMetadataOpts `msg:"uo"` FI FileInfo `msg:"fi"` } // UpdateMetadataOpts provides an optional input to indicate if xl.meta updates need to be fully synced to disk. type UpdateMetadataOpts struct { NoPersistence bool `msg:"np"` } // CheckPartsHandlerParams are parameters for CheckPartsHandler type CheckPartsHandlerParams struct {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 25 05:41:04 UTC 2025 - 17.4K bytes - Viewed (0) -
src/builtin/builtin.go
// it has sufficient capacity, the destination is resliced to accommodate the // new elements. If it does not, a new underlying array will be allocated. // Append returns the updated slice. It is therefore necessary to store the // result of append, often in the variable holding the slice itself: // // slice = append(slice, elem1, elem2) // slice = append(slice, anotherSlice...) //
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Dec 30 23:59:23 UTC 2024 - 12.8K bytes - Viewed (0) -
docs/de/docs/python-types.md
Im Moment mรผssen Sie nur wissen, dass `Annotated` existiert, und dass es Standard-Python ist. ๐ Spรคter werden Sie sehen, wie **mรคchtig** es sein kann. /// tip | Tipp
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 18.9K bytes - Viewed (1) -
cmd/iam-object-store.go
return err } if p.Version == 0 { // This means that policy was in the old version (without any // timestamp info). We fetch the mod time of the file and save // that as create and update date. p.CreateDate = objInfo.ModTime p.UpdateDate = objInfo.ModTime } m[policy] = p return nil } }Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 26.6K bytes - Viewed (0) -
src/test/java/jcifs/netbios/NodeStatusResponseTest.java
System.arraycopy(stats, 0, src, srcIndex + 25, 6); int result = response.readRDataWireFormat(src, srcIndex); assertEquals(31, result); // Verify queryAddress was updated assertTrue(mockQueryAddress.isDataFromNodeStatus); assertArrayEquals(testMac, mockQueryAddress.macAddress); } @Test void readRDataWireFormat_shouldParseNodeFlags() throws Exception {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.3K bytes - Viewed (0) -
docs/metrics/v3.md
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/resources/fess_message_ko.properties
# - - - - - - - - - -/ errors.login.failure = ๋ก๊ทธ์ธ์ ์คํจํ์ต๋๋ค. errors.app.illegal.transition = ์๋ชป๋ ์ ํ์ ๋๋ค. ๋ค์ ์๋ํ์ญ์์ค. errors.app.db.already.deleted = ๋ค๋ฅธ ํ๋ก์ธ์ค์ ์ํด ์ญ์ ๋์์ ์ ์์ต๋๋ค. ๋ค์ ์๋ํ์ญ์์ค. errors.app.db.already.updated = ๋ค๋ฅธ ํ๋ก์ธ์ค์ ์ํด ์ ๋ฐ์ดํธ๋์์ ์ ์์ต๋๋ค. ๋ค์ ์๋ํ์ญ์์ค. errors.app.db.already.exists = ๋ฐ์ดํฐ๊ฐ ์ด๋ฏธ ์กด์ฌํฉ๋๋ค. ๋ค์ ์๋ํ์ญ์์ค. errors.app.double.submit.request = ์ด ์์ฒญ ์ ์ ์ฒ๋ฆฌ๋์์ ์ ์์ต๋๋ค. ๋ค์ ์๋ํ์ญ์์ค.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 14.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/hash/BloomFilterTest.java
assertThat(read).isEqualTo(bf); assertThat(read.expectedFpp()).isGreaterThan(0); } /** * This test will fail whenever someone updates/reorders the BloomFilterStrategies constants. Only * appending a new constant is allowed. */ // This test ensures that our reliance on the ordering elsewhere is safe. @SuppressWarnings("EnumOrdinal")
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 22K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp
<la:message key="labels.crud_button_back"/> </la:link> <button type="submit" class="btn btn-success" name="update" value="<la:message key="labels.crud_button_update" />"> <em class="fa fa-pencil-alt">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 24.9K bytes - Viewed (0) -
docs/de/docs/deployment/https.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 13.6K bytes - Viewed (0)