- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 508 for OPEN (0.06 sec)
-
guava/src/com/google/common/collect/package-info.java
* limitations under the License. */ /** * Collection interfaces and implementations, and other utilities for collections. This package is a * part of the open-source <a href="https://github.com/google/guava">Guava</a> library. * * <p>The classes in this package include: * * <h2>Immutable collections</h2> *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 5K bytes - Viewed (0) -
README.md
**`Documentation`** | ------------------- | [](https://www.tensorflow.org/api_docs/) | [TensorFlow](https://www.tensorflow.org/) is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of [tools](https://www.tensorflow.org/resources/tools), [libraries](https://www.tensorflow.org/resources/libraries-extensions), and
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Jul 18 14:09:03 UTC 2025 - 11.6K bytes - Viewed (0) -
okhttp/src/androidMain/kotlin/okhttp3/internal/platform/Android10Platform.kt
socketAdapters.find { it.matchesSocket(sslSocket) }?.getSelectedProtocol(sslSocket) override fun getStackTraceForCloseable(closer: String): Any? = if (Build.VERSION.SDK_INT >= 30) { CloseGuard().apply { open(closer) } } else { super.getStackTraceForCloseable(closer) } override fun logCloseableLeak( message: String, stackTrace: Any?, ) { if (Build.VERSION.SDK_INT >= 30) {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Jul 20 11:25:50 UTC 2025 - 4.5K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/platform/Jdk9Platform.kt
import javax.net.ssl.X509TrustManager import okhttp3.Protocol import okhttp3.internal.SuppressSignatureCheck /** * OpenJDK 9+ and JDK8 build 252+. * * This may also be used for Android tests with Robolectric. */ open class Jdk9Platform : Platform() { @SuppressSignatureCheck override fun configureTlsExtensions( sslSocket: SSLSocket, hostname: String?, protocols: List<@JvmSuppressWildcards Protocol>, ) {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu May 29 16:52:38 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComSeek.java
import jcifs.internal.util.SMBUtil; /** * SMB1 COM_SEEK command implementation. * * This command changes the current file position pointer for a file. * It allows seeking to different positions within an open file. * * @author mbechler */ public class SmbComSeek extends ServerMessageBlock { /** * Constructs a seek command. * * @param config the configuration
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.4K bytes - Viewed (0) -
docs/en/docs/tutorial/path-params.md
/// ## Data <abbr title="also known as: serialization, parsing, marshalling">conversion</abbr> { #data-conversion } If you run this example and open your browser at <a href="http://127.0.0.1:8000/items/3" class="external-link" target="_blank">http://127.0.0.1:8000/items/3</a>, you will see a response of: ```JSON {"item_id":3} ``` /// check
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 9.3K bytes - Viewed (0) -
src/main/webapp/js/admin/adminlte.min.js.map
'\nconst SELECTOR_HEADER = '.main-header'\nconst SELECTOR_FOOTER = '.main-footer'\n\nconst CLASS_NAME_CONTROL_SIDEBAR_ANIMATE = 'control-sidebar-animate'\nconst CLASS_NAME_CONTROL_SIDEBAR_OPEN = 'control-sidebar-open'\nconst CLASS_NAME_CONTROL_SIDEBAR_SLIDE = 'control-sidebar-slide-open'\nconst CLASS_NAME_LAYOUT_FIXED = 'layout-fixed'\nconst CLASS_NAME_NAVBAR_FIXED = 'layout-navbar-fixed'\nconst CLASS_NAME_NAVBAR_SM_FIXED = 'layout-sm-navbar-fixed'\nconst CLASS_NAME_NAVBAR_MD_FIXED = 'layout-md-...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 132.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtStatus.java
/** No process is on the other end of the pipe */ int NT_STATUS_PIPE_DISCONNECTED = 0xC00000b0; /** The pipe is being closed */ int NT_STATUS_PIPE_CLOSING = 0xC00000b1; /** Waiting for a process to open the other end of the pipe */ int NT_STATUS_PIPE_LISTENING = 0xC00000b3; /** The file that was specified is a directory */ int NT_STATUS_FILE_IS_A_DIRECTORY = 0xC00000ba;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 13.2K bytes - Viewed (0) -
docs/em/docs/advanced/custom-response.md
### `StreamingResponse` โ ๐ ๐ โ๏ธ ๐ ๐/๐ป & ๐ ๐จ ๐ช. {* ../../docs_src/custom_response/tutorial007.py hl[2,14] *} #### โ๏ธ `StreamingResponse` โฎ๏ธ ๐-๐ ๐ ๐ฅ ๐ โ๏ธ ๐-๐ ๐ (โ ๐ ๐จ `open()`), ๐ ๐ช โ ๐ ๐ข ๐ ๐คญ ๐ ๐-๐ ๐. ๐ ๐, ๐ ๐ซ โ๏ธ โ โซ๏ธ ๐ ๐ฅ ๐พ, & ๐ ๐ช ๐ถโโ๏ธ ๐ ๐ ๐ข `StreamingResponse`, & ๐จ โซ๏ธ. ๐ ๐ ๐ ๐ ๐ โฎ๏ธ โ ๐พ, ๐น ๐ญ, & ๐.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.4K bytes - Viewed (0) -
docs/ja/docs/advanced/custom-response.md
#### `StreamingResponse` ใใใกใคใซใฉใคใฏใชใชใใธใงใฏใใจใจใใซไฝฟใ ใใกใคใซใฉใคใฏใชใชใใธใงใฏใ (ไพใใฐใ `open()` ใง่ฟใใใใชใใธใงใฏใ) ใใใๅ ดๅใ `StreamingResponse` ใซๅซใใฆ่ฟใใใจใใงใใพใใ ใใใซใฏใฏใฉใฆใในใใฌใผใธใจใฎ้ฃๆบใๆ ๅๅฆ็ใชใฉใๅคใใฎใฉใคใใฉใชใๅซใพใใฆใใพใใ {* ../../docs_src/custom_response/tutorial008.py hl[2,10:12,14] *} /// tip | ่ฑ็ฅ่ญ ใใใงใฏ `async` ใ `await` ใใตใใผใใใฆใใชใๆจๆบใฎ `open()` ใไฝฟใฃใฆใใใฎใงใ้ๅธธใฎ `def` ใงpath operationใๅฎฃ่จใใฆใใใใจใซๆณจๆใใฆใใ ใใใ /// ### `FileResponse`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.4K bytes - Viewed (0)