- Sort Score
- Result 10 results
- Languages All
Results 1001 - 1010 of 1,075 for depleted (0.05 sec)
-
internal/bucket/object/lock/lock.go
if _, ok := metadata[key]; !ok { return } if !copied { dst = make(map[string]string, len(metadata)) for k, v := range metadata { dst[k] = v } copied = true } delete(dst, key) } legalHold := GetObjectLegalHoldMeta(metadata) if !legalHold.Status.Valid() || filterLegalHold { delKey(AmzObjectLockLegalHold) } ret := GetObjectRetentionMeta(metadata)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Jun 29 01:20:27 UTC 2024 - 17.1K bytes - Viewed (0) -
okhttp/api/okhttp.api
public final fun cacheUrlOverride (Lokhttp3/HttpUrl;)Lokhttp3/Request$Builder; public final fun delete ()Lokhttp3/Request$Builder; public fun delete (Lokhttp3/RequestBody;)Lokhttp3/Request$Builder; public static synthetic fun delete$default (Lokhttp3/Request$Builder;Lokhttp3/RequestBody;ILjava/lang/Object;)Lokhttp3/Request$Builder; public fun get ()Lokhttp3/Request$Builder;
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Apr 15 13:41:01 UTC 2024 - 70.2K bytes - Viewed (0) -
tests/transaction_test.go
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Sat Sep 14 12:58:29 UTC 2024 - 12.9K bytes - Viewed (0) -
docs/em/docs/tutorial/response-model.md
๐ ๐ผ, ๐ ๐ช โ๏ธ *โก ๐ ๏ธ ๐จโ๐จ* ๐ข `response_model` โฉ๏ธ ๐จ ๐. ๐ ๐ช โ๏ธ `response_model` ๐ข ๐ *โก ๐ ๏ธ*: * `@app.get()` * `@app.post()` * `@app.put()` * `@app.delete()` * โ๏ธ. //// tab | ๐ 3๏ธโฃ.6๏ธโฃ & ๐ ```Python hl_lines="17 22 24-27" {!> ../../docs_src/response_model/tutorial001.py!} ``` //// //// tab | ๐ 3๏ธโฃ.9๏ธโฃ & ๐
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.8K bytes - Viewed (0) -
internal/logger/target/http/http.go
count, err = strconv.Atoi(v[0]) if err != nil { return err } } if err := h.send(context.Background(), eventData, count, h.payloadType, h.httpTimeout); err != nil { return err } // Delete the event from store. return h.store.Del(key) } // Send the log message 'entry' to the http target. // Messages are queued in the disk if the store is enabled // If Cancel has been called the message is ignored.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Sep 11 22:20:42 UTC 2024 - 15.6K bytes - Viewed (0) -
internal/config/notify/help.go
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 23:06:30 UTC 2024 - 19.2K bytes - Viewed (0) -
src/main/resources/fess_message_ja.properties
# five framework-embedded messages (don't change key names) # - - - - - - - - - -/ errors.login.failure = ใญใฐใคใณใซๅคฑๆใใพใใใ errors.app.illegal.transition = ไธๆญฃใช้ท็งปใฎใใใๅๅบฆๅฎ่กใใฆใใ ใใใ errors.app.db.already.deleted = ไปใฎๅฆ็ใงๅ้คใใใฆใใๅฏ่ฝๆงใใใใพใใๅๅบฆใๆไฝใใใ็ดใใฆใใ ใใใ errors.app.db.already.updated = ไปใฎๅฆ็ใงๆดๆฐใใใฆใใๅฏ่ฝๆงใใใใพใใๅๅบฆใๆไฝใใใ็ดใใฆใใ ใใใ errors.app.db.already.exists = ใใผใฟใใใงใซๅญๅจใใฆใใพใใๅๅบฆใๆไฝใใใ็ดใใฆใใ ใใใ
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Mar 18 03:05:44 UTC 2023 - 15.1K bytes - Viewed (0) -
api/go1.6.txt
pkg net, type DNSError struct, IsTemporary bool pkg net, type Dialer struct, Cancel <-chan struct pkg net/http, const MethodConnect = "CONNECT" pkg net/http, const MethodConnect ideal-string pkg net/http, const MethodDelete = "DELETE" pkg net/http, const MethodDelete ideal-string pkg net/http, const MethodGet = "GET" pkg net/http, const MethodGet ideal-string pkg net/http, const MethodHead = "HEAD" pkg net/http, const MethodHead ideal-string
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jan 13 23:40:13 UTC 2016 - 12.9K bytes - Viewed (0) -
fastapi/dependencies/utils.py
"pip install python-multipart\n" ) def ensure_multipart_is_installed() -> None: try: from python_multipart import __version__ # Import an attribute that can be mocked/deleted in testing assert __version__ > "0.0.12" except (ImportError, AssertionError): try: # __version__ is available in both multiparts, and can be mocked
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 21:46:26 UTC 2024 - 34.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/IndexingHelperTest.java
public void test_deleteDocument() { final Map<String, String> resultMap = new HashMap<>(); final SearchEngineClient client = new SearchEngineClient() { @Override public boolean delete(final String index, final String id) { resultMap.put("index", index); resultMap.put("id", id); return true; } };
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Jul 24 08:54:24 UTC 2024 - 23.4K bytes - Viewed (0)