- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 535 for Watching (0.05 seconds)
-
.teamcity/test-buckets.json
], "parallelizationMethod": { "name": "TestDistribution" } }, { "subprojects": [ "antlr", "base-diagnostics", "file-watching", "ide", "ide-native", "kotlin-dsl", "platform-base", "plugins-application", "plugins-java-library", "software-diagnostics",Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Aug 01 00:23:04 GMT 2025 - 119.4K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
} /** * Start watching a directory for changes * * @param directoryPath directory path * @param leaseKey lease key */ public void startWatching(String directoryPath, Smb2LeaseKey leaseKey) { if (activeWatchers.containsKey(directoryPath)) { return; // Already watching } try {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 13.7K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Apr 10 15:09:32 GMT 2025 - 7.3K bytes - Click Count (0) -
docs/smb3-features/04-directory-leasing-design.md
} public void startWatching(String directoryPath, Smb2LeaseKey leaseKey) { if (activeWatchers.containsKey(directoryPath)) { return; // Already watching } try { SmbFile directory = new SmbFile(directoryPath, leaseManager.getContext()); ChangeNotificationHandle handle = new ChangeNotificationHandle(Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 36.2K bytes - Click Count (0) -
docs/fr/docs/help-fastapi.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 10:49:48 GMT 2025 - 5.7K bytes - Click Count (0) -
architecture/README.md
There are some background actions that the daemon takes, for example monitoring system memory, watching for file changes or cleaning up caches. The daemon never runs any user code in the background. There are several different types of requests, such as a request to run a set of tasks, or to query a tooling model, or to stop.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jun 12 09:50:57 GMT 2025 - 3.6K bytes - Click Count (0) -
.teamcity/subprojects.json
"path": "platforms/core-runtime/file-temp", "unitTests": true, "functionalTests": false, "crossVersionTests": false }, { "name": "file-watching", "path": "platforms/core-execution/file-watching", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "files", "path": "platforms/core-runtime/files",
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 18 18:40:11 GMT 2025 - 37.5K bytes - Click Count (0) -
docs/ja/docs/help-fastapi.md
## GitHubレポジトリをWatch GitHubでFastAPIを「watch」できます (右上部の「watch」ボタンをクリック): <a href="https://github.com/fastapi/fastapi" class="external-link" target="_blank">https://github.com/fastapi/fastapi</a>. 👀 「Releases only」ではなく「Watching」を選択すると、新たなissueが立てられた際に通知されます。 そして、issueを解決し他の人を助けることができます。 ## issuesを立てる GitHubレポジトリで<a href="https://github.com/fastapi/fastapi/issues/new/choose" class="external-link" target="_blank">新たなissueを立てられます</a>。例えば:
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 10:49:48 GMT 2025 - 5.9K bytes - Click Count (0) -
docs/zh/docs/help-fastapi.md
## 监听 GitHub 资源库 您可以在 GitHub 上「监听」FastAPI(点击右上角的 "watch" 按钮): <a href="https://github.com/fastapi/fastapi" class="external-link" target="_blank">https://github.com/fastapi/fastapi</a>. 👀 如果您选择 "Watching" 而不是 "Releases only",有人创建新 Issue 时,您会接收到通知。 然后您就可以尝试并帮助他们解决问题。 ## 创建 Issue 您可以在 GitHub 资源库中<a href="https://github.com/fastapi/fastapi/issues/new/choose" class="external-link" target="_blank">创建 Issue</a>,例如:
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 10:49:48 GMT 2025 - 7.4K bytes - Click Count (0) -
docs/en/docs/contributing.md
<div class="termy"> ```console $ python ./scripts/docs.py live <span style="color: green;">[INFO]</span> Serving on http://127.0.0.1:8008 <span style="color: green;">[INFO]</span> Start watching changes <span style="color: green;">[INFO]</span> Start detecting changes ``` </div> It will serve the documentation on `http://127.0.0.1:8008`.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Sep 21 11:29:04 GMT 2025 - 15.1K bytes - Click Count (0)