- Sort Score
- Num 10 results
- Language All
Results 281 - 290 of 307 for quit (0.06 seconds)
-
cmd/bucket-handlers.go
deleteResult.delInfo.VersionID = "" } deletedObjects = append(deletedObjects, deleteResult.delInfo) } } response := generateMultiDeleteResponse(deleteObjectsReq.Quiet, deletedObjects, deleteErrors) encodedSuccessResponse := encodeResponse(response) // Write success response. writeSuccessResponseXML(w, encodedSuccessResponse) for _, dobj := range deletedObjects {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 63.9K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
// * They don't use percent escaping at all. // * They use punycode for internationalization. // * URI is much more strict than HttpUrl or URL on what's accepted. // // HttpUrl is quite lenient with what characters it accepts. In particular, characters like '{' // and '"' are permitted but unlikely to occur in real-world URLs. Unfortunately we can't just
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Mon Aug 04 07:38:48 GMT 2025 - 69.9K bytes - Click Count (0) -
docs/changelogs/changelog_3x.md
* New: Automatic module name of `okhttp3` for use with the Java Platform Module System. * New: Log gzipped bodies when `HttpLoggingInterceptor` is used as a network interceptor. * New: `Protocol.QUIC` constant. This protocol is not supported but this constant is included for completeness. * New: Upgrade to Okio 1.14.0. ```xml <dependency> <groupId>com.squareup.okio</groupId>Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Feb 06 14:55:54 GMT 2022 - 50.8K bytes - Click Count (0) -
okhttp/api/android/okhttp.api
public static final field HTTP_1_1 Lokhttp3/Protocol; public static final field HTTP_2 Lokhttp3/Protocol; public static final field HTTP_3 Lokhttp3/Protocol; public static final field QUIC Lokhttp3/Protocol; public static final field SPDY_3 Lokhttp3/Protocol; public static final fun get (Ljava/lang/String;)Lokhttp3/Protocol; public static fun getEntries ()Lkotlin/enums/EnumEntries;
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Nov 05 18:28:35 GMT 2025 - 70.3K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.14.md
* sync time. * The goal is for administrators to be able to alert on proxies that, for * whatever reason, are quite stale. * Fix a string comparison bug in IPVS graceful termination where UDP real servers are not deleted. ([#78999](https://github.com/kubernetes/kubernetes/pull/78999), [@andrewsykim](https://github.com/andrewsykim))Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Mon Jun 14 22:06:39 GMT 2021 - 271.5K bytes - Click Count (0) -
api/go1.1.txt
pkg syscall (darwin-386), const VLNEXT ideal-int pkg syscall (darwin-386), const VMIN = 16 pkg syscall (darwin-386), const VMIN ideal-int pkg syscall (darwin-386), const VQUIT = 9 pkg syscall (darwin-386), const VQUIT ideal-int pkg syscall (darwin-386), const VREPRINT = 6 pkg syscall (darwin-386), const VREPRINT ideal-int pkg syscall (darwin-386), const VSTART = 12 pkg syscall (darwin-386), const VSTART ideal-int
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0) -
api/go1.txt
pkg net/smtp, method (*Client) Data() (io.WriteCloser, error) pkg net/smtp, method (*Client) Extension(string) (bool, string) pkg net/smtp, method (*Client) Mail(string) error pkg net/smtp, method (*Client) Quit() error pkg net/smtp, method (*Client) Rcpt(string) error pkg net/smtp, method (*Client) Reset() error pkg net/smtp, method (*Client) StartTLS(*tls.Config) error pkg net/smtp, method (*Client) Verify(string) error
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), const VKILL ideal-int pkg syscall (freebsd-386-cgo), const VLNEXT ideal-int pkg syscall (freebsd-386-cgo), const VMIN ideal-int pkg syscall (freebsd-386-cgo), const VQUIT ideal-int pkg syscall (freebsd-386-cgo), const VREPRINT ideal-int pkg syscall (freebsd-386-cgo), const VSTART ideal-int pkg syscall (freebsd-386-cgo), const VSTATUS ideal-int
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1) -
cmd/server_test.go
c.Assert(err, nil) // assert the http response status code. c.Assert(response.StatusCode, http.StatusOK) objectName := "prefix/myobject" delObjReq := DeleteObjectsRequest{ Quiet: false, } for i := range 10 { // Obtain http request to upload object. // object Name contains a prefix. objName := fmt.Sprintf("%d/%s", i, objectName)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 118.1K bytes - Click Count (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const VLNEXT ideal-int pkg syscall (netbsd-arm64-cgo), const VMIN = 16 pkg syscall (netbsd-arm64-cgo), const VMIN ideal-int pkg syscall (netbsd-arm64-cgo), const VQUIT = 9 pkg syscall (netbsd-arm64-cgo), const VQUIT ideal-int pkg syscall (netbsd-arm64-cgo), const VREPRINT = 6 pkg syscall (netbsd-arm64-cgo), const VREPRINT ideal-int pkg syscall (netbsd-arm64-cgo), const VSTART = 12
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0)