- Sort Score
- Num 10 results
- Language All
Results 1331 - 1340 of 1,414 for cool (0.03 seconds)
-
src/main/resources/suggest_indices/_cloud/suggest_analyzer.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Feb 27 09:26:16 GMT 2021 - 57.4K bytes - Click Count (1) -
docs/smb3-features/03-multi-channel-design.md
SmbTransport alternativeTransport = selectTransport(message); alternativeTransport.send(message); } else { throw e; } } } ``` ### 5.2 Transport Pool Integration ```java // In SmbTransportPool.java public SmbTransport getMultiChannelTransport(SmbSession session, NetworkInterfaceInfo localIf,
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 39.6K bytes - Click Count (0) -
src/main/java/jcifs/http/NetworkExplorer.java
log.debug(dirents.length + " items listed"); } sorted = new LinkedList<>(); fmt = req.getParameter("fmt"); if (fmt == null) { fmt = "col"; } sort = 0; if ((str = req.getParameter("sort")) == null || str.equals("name")) { sort = 0; } else if (str != null) { switch (str) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 23.4K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java
} } finally { // Important to null this out here - if we did *not* execute inline, we might still // run() on the same thread that called execute() - such as in a thread pool, and think // that it was happening inline. As a side benefit, avoids holding on to the Thread object // longer than necessary. submitting = null; } }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 23 01:35:55 GMT 2025 - 22.1K bytes - Click Count (0) -
src/main/java/jcifs/Configuration.java
* * @return retry SMB requests on failure up to n times */ int getMaxRequestRetries(); /** * Property {@code jcifs.smb.client.strictResourceLifecycle} (bool, default false) * * If enabled, SmbFile instances starting with their first use will hold a reference to their tree.Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 25.4K bytes - Click Count (0) -
docs/uk/docs/tutorial/bigger-applications.md
Оскільки ваш об'єкт FastAPI `app` знаходиться в `app/main.py`, ви можете налаштувати `entrypoint` у файлі `pyproject.toml` так: ```toml [tool.fastapi] entrypoint = "app.main:app" ``` це еквівалентно імпорту: ```python from app.main import app ``` Таким чином команда `fastapi` знатиме, де знайти ваш застосунок.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 27.4K bytes - Click Count (0) -
tests/sql_builder_test.go
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Mon Jul 21 02:46:58 GMT 2025 - 16.7K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/bigger-applications.md
/// ## 在 `pyproject.toml` 設定 `entrypoint` { #configure-the-entrypoint-in-pyproject-toml } 因為你的 FastAPI `app` 物件位在 `app/main.py`,你可以在 `pyproject.toml` 檔案中這樣設定 `entrypoint`: ```toml [tool.fastapi] entrypoint = "app.main:app" ``` 這等同於這樣匯入: ```python from app.main import app ``` 如此一來 `fastapi` 指令就會知道去哪裡找到你的 app。 /// Note | 注意 你也可以把路徑直接傳給指令,例如:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 18.7K bytes - Click Count (0) -
docs/ko/docs/tutorial/bigger-applications.md
/// ## `pyproject.toml`에서 `entrypoint` 구성하기 { #configure-the-entrypoint-in-pyproject-toml } FastAPI `app` 객체가 `app/main.py`에 있으므로 `pyproject.toml` 파일에서 `entrypoint`를 다음과 같이 구성할 수 있습니다: ```toml [tool.fastapi] entrypoint = "app.main:app" ``` 이는 다음과 같이 import하는 것과 동일합니다: ```python from app.main import app ``` 이렇게 하면 `fastapi` 명령어가 여러분의 앱이 어디에 있는지 알 수 있습니다. /// Note | 참고Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.5K bytes - Click Count (0) -
src/main/java/jcifs/smb1/http/NetworkExplorer.java
log.println(dirents.length + " items listed"); } sorted = new LinkedList(); fmt = req.getParameter("fmt"); if (fmt == null) { fmt = "col"; } sort = 0; if ((str = req.getParameter("sort")) == null || str.equals("name")) { sort = 0; } else if (str != null) { switch (str) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 22.6K bytes - Click Count (0)