- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for Gridin (0.13 sec)
-
okhttp/src/test/java/okhttp3/CallTest.kt
server.useHttps(handshakeCertificates.sslSocketFactory()) server.enqueue( MockResponse(inTunnel = true), ) server.enqueue( MockResponse(body = "encrypted response from the origin server"), ) val hostnameVerifier = RecordingHostnameVerifier() client = client.newBuilder() .sslSocketFactory( handshakeCertificates.sslSocketFactory(),
Registered: 2024-11-01 11:42 - Last Modified: 2024-04-10 19:46 - 142.5K bytes - Viewed (0) -
src/main/webapp/js/admin/popper.min.js.map
gpuAcceleration: true,\n /**\n * @prop {string} [x='bottom']\n * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin.\n * Change this if your popper should grow in a direction different from `bottom`\n */\n x: 'bottom',\n /**\n * @prop {string} [x='left']\n * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin.\n * Change this if your popper should grow in a direction different from `right`\n */\n y: 'right',\n },\n\n /**\n ...
Registered: 2024-10-31 13:40 - Last Modified: 2024-10-26 01:49 - 120.9K bytes - Viewed (0) -
cmd/server_test.go
"Cache-Control", "Retry-After", "X-Amz-Bucket-Region", "Expires", "X-Amz*", "X-Amz*", "*", } expectedMap.Set("Vary", "Origin") req, _ := http.NewRequest(http.MethodOptions, s.endPoint, nil) req.Header.Set("Origin", "http://foobar.com") res, err := s.client.Do(req) if err != nil { c.Fatal(err) } for k := range expectedMap { if v, ok := res.Header[k]; !ok {
Registered: 2024-11-03 19:28 - Last Modified: 2024-07-15 16:28 - 116.3K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/URLConnectionTest.kt
server.useHttps(handshakeCertificates.sslSocketFactory()) server.enqueue(MockResponse(inTunnel = true)) server.enqueue(MockResponse(body = "encrypted response from the origin server")) client = client.newBuilder() .proxy(server.toProxyAddress()) .sslSocketFactory( handshakeCertificates.sslSocketFactory(),
Registered: 2024-11-01 11:42 - Last Modified: 2024-01-20 10:30 - 131.7K bytes - Viewed (0) -
doc/go1.17_spec.html
</p> <pre> type Point3D struct { x, y, z float64 } type Line struct { p, q Point3D } </pre> <p> one may write </p> <pre> origin := Point3D{} // zero value for Point3D line := Line{origin, Point3D{y: -4, z: 12.3}} // zero value for line.q.x </pre> <p> For array and slice literals the following rules apply: </p> <ul>
Registered: 2024-11-05 11:13 - Last Modified: 2024-10-10 18:25 - 211.6K bytes - Viewed (0) -
okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
co.cz // CDN77.com : http://www.cdn77.com // Submitted by Jan Krpes <******@****.***> c.cdn77.org cdn77-ssl.net r.cdn77.net rsc.cdn77.org ssl.origin.cdn77-secure.org // Cloud DNS Ltd : http://www.cloudns.net // Submitted by Aleksander Hristov <******@****.***> cloudns.asia cloudns.biz cloudns.club cloudns.cc cloudns.eu
Registered: 2024-11-01 11:42 - Last Modified: 2023-12-20 23:27 - 240.3K bytes - Viewed (0)