- Sort Score
- Result 10 results
- Languages All
Results 4221 - 4230 of 4,402 for Spring (0.04 sec)
-
docs/lambda/README.md
Following example shows how you can use [`minio-go` PresignedGetObject](https://docs.min.io/community/minio-object-store/developers/go/API.html#presignedgetobject-ctx-context-context-bucketname-objectname-string-expiry-time-duration-reqparams-url-values-url-url-error) ```go package main import ( "context" "log" "net/url" "time" "fmt" "github.com/minio/minio-go/v7"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 7.7K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/dependencies-with-yield.md
```Python with open("./somefile.txt") as f: contents = f.read() print(contents) ``` đ, `open("./somefile.txt")` â đ đ đ¤ "đ đ¨âđź". đâ `with` đŤ đ, âŤď¸ â đ đ đ, đĽ đ¤ â . đâ đ â đ âŽď¸ `yield`, **FastAPI** đ đ đ âŤď¸ đ đ¨âđź, & đ âŤď¸ âŽď¸ đ đ đ§°.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.4K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/ConnectPlan.kt
user.connectStart(route) connectSocket() success = true return ConnectResult(plan = this) } catch (e: IOException) { // If we used the ProxySelector, and got a IOException during connect, report the failure. if (route.address.proxy == null && route.proxy.type() != Proxy.Type.DIRECT) { route.address.proxySelector.connectFailed( route.address.url.toUri(),
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 18.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateRequestTest.java
"false, true, SMB210, 0" // Neither (no encryption for SMB2) }) void testCapabilitiesBasedOnConfig(boolean dfsEnabled, boolean encryptionEnabled, String maxVersion, int expectedCapabilityCount) { // Given when(mockConfig.isDfsDisabled()).thenReturn(!dfsEnabled); when(mockConfig.isEncryptionEnabled()).thenReturn(encryptionEnabled);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.7K bytes - Viewed (0) -
docs/ko/docs/tutorial/path-params.md
### `Enum` í´ëě¤ ěěą `Enum`ě ěíŹí¸íęł `str`ęłź `Enum`ě ěěíë ěë¸ í´ëě¤ëĽź ë§ëëë¤. `str`ě ěěí¨ěźëĄě¨ API 돸ěë ę°ě´ `string` íě´ě´ěź íë ę˛ě ěę˛ ëęł ě´ë 돸ěě ě ëëĄ íěëŠëë¤. ę°ëĽí ę°ë¤ě í´ëšíë ęł ě ë ę°ě í´ëě¤ ě´í¸ëŚŹëˇ°í¸ë¤ě ë§ëëë¤: {* ../../docs_src/path_params/tutorial005.py hl[1,6:9] *} /// info | ě ëł´
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.6K bytes - Viewed (0) -
docs/zh-hant/docs/tutorial/first-steps.md
â â â°ââââââââââââââââââââââââââ⯠<font color="#3465A4">INFO </font> Using import string <font color="#8AE234"><b>main:app</b></font> <span style="background-color:#C4A000"><font color="#2E3436">âââââââââââ FastAPI CLI - Development mode ââââââââââââŽ</font></span>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 12:20:58 UTC 2024 - 11.6K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http1/Http1ExchangeCodec.kt
override fun finishRequest() { socket.sink.flush() } /** Returns bytes of a request header for sending on an HTTP transport. */ fun writeRequest( headers: Headers, requestLine: String, ) { check(state == STATE_IDLE) { "state: $state" } socket.sink.writeUtf8(requestLine).writeUtf8("\r\n") for (i in 0 until headers.size) { socket.sink .writeUtf8(headers.name(i))
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 17.5K bytes - Viewed (7) -
android/guava-tests/test/com/google/common/io/CloserTest.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 11.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Serialization.java
values.add(value); } } } // Secret sauce for setting final fields; don't make it public. static <T> FieldSetter<T> getFieldSetter(Class<T> clazz, String fieldName) { try { Field field = clazz.getDeclaredField(fieldName); return new FieldSetter<>(field); } catch (NoSuchFieldException e) { throw new AssertionError(e); // programmer error
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 8.5K bytes - Viewed (0) -
src/test/java/jcifs/SmbWatchHandleTest.java
} @Override public void close() throws CIFSException { // Do nothing } private FileNotifyInformation createMockNotification(String filename) { FileNotifyInformation info = mock(FileNotifyInformation.class); when(info.getFileName()).thenReturn(filename);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.2K bytes - Viewed (0)