- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 311 for step (0.02 seconds)
-
src/main/webapp/css/chat.css
transition: all 0.3s ease; } .progress-step .step-icon i { font-size: 0.875rem; color: #6b778c; } .progress-step.active .step-icon { background-color: #0052cc; animation: step-pulse 1.5s ease-in-out infinite; } .progress-step.active .step-icon i { color: white; } .progress-step.completed .step-icon { background-color: #00875a; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 19.4K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/lease/DirectoryLeasingIntegrationTest.java
assertFalse(cacheEntry.isComplete()); // Step 3: Verify can cache directory listing assertTrue(directoryLeaseManager.canCacheDirectoryListing(directoryPath)); // Step 4: Initially no cached listing assertNull(directoryLeaseManager.getCachedDirectoryListing(directoryPath)); // Step 5: Simulate directory enumeration and update cache
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 01:47:47 GMT 2025 - 14.2K bytes - Click Count (0) -
docs/ja/docs/tutorial/first-steps.md
以上です!これで、そのURLでアプリにアクセスできます。 ✨ ## ステップ毎の要約 { #recap-step-by-step } ### Step 1: `FastAPI`をインポート { #step-1-import-fastapi } {* ../../docs_src/first_steps/tutorial001_py310.py hl[1] *} `FastAPI`は、APIのすべての機能を提供するPythonクラスです。 /// note | 技術詳細 `FastAPI`は`Starlette`を直接継承するクラスです。 `FastAPI`でも[Starlette](https://www.starlette.dev/)のすべての機能を利用可能です。 ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 15.9K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/chat/chat.jsp
</div> <div class="progress-step" data-phase="evaluate"> <div class="step-icon"><i class="fa fa-check-circle-o" aria-hidden="true"></i></div> <span class="step-label"><la:message key="labels.chat_step_evaluate" /></span> </div> <div class="progress-step" data-phase="fetch">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 10.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
</div> <div class="progress-step" data-phase="evaluate"> <div class="step-icon"><i class="fa fa-check-circle-o" aria-hidden="true"></i></div> <span class="step-label"><la:message key="labels.chat_step_evaluate" /></span> </div> <div class="progress-step" data-phase="fetch">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 10.4K bytes - Click Count (0) -
docs/en/docs/tutorial/first-steps.md
🐔 Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> That's it! Now you can access your app at that URL. ✨ ## Recap, step by step { #recap-step-by-step } ### Step 1: import `FastAPI` { #step-1-import-fastapi } {* ../../docs_src/first_steps/tutorial001_py310.py hl[1] *} `FastAPI` is a Python class that provides all the functionality for your API.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 13.4K bytes - Click Count (0) -
docs/ko/docs/tutorial/first-steps.md
✅ Deployment successful! 🐔 Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> 이게 전부입니다! 이제 해당 URL에서 앱에 접근할 수 있습니다. ✨ ## 단계별 요약 { #recap-step-by-step } ### 1 단계: `FastAPI` 임포트 { #step-1-import-fastapi } {* ../../docs_src/first_steps/tutorial001_py310.py hl[1] *} `FastAPI`는 여러분의 API를 위한 모든 기능을 제공하는 파이썬 클래스입니다. /// note | 기술 세부사항Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 15K bytes - Click Count (0) -
.teamcity/src/test/kotlin/PromotionProjectTests.kt
val model = setupModelFor("master") val startReleaseCycle = model.findBuildTypeByName("Start Release Cycle") val steps = startReleaseCycle.steps.items assertEquals(1, steps.size) val step = gradleStep(steps, 0) step.assertTasks("clean promoteStartReleaseCycle") assertEquals(
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jun 12 09:41:54 GMT 2025 - 15.3K bytes - Click Count (1) -
docs/tr/docs/tutorial/first-steps.md
``` </div> Bu kadar! Artık uygulamanıza o URL üzerinden erişebilirsiniz. ✨ ## Adım Adım Özetleyelim { #recap-step-by-step } ### Adım 1: `FastAPI` import edin { #step-1-import-fastapi } {* ../../docs_src/first_steps/tutorial001_py310.py hl[1] *} `FastAPI`, API'nız için tüm işlevselliği sağlayan bir Python class'ıdır. /// note | Teknik DetaylarCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 14.4K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/first-steps.md
✅ Deployment successful! 🐔 Ready the chicken! Your app is ready at https://myapp.fastapicloud.dev ``` </div> 就這樣!現在你可以透過該 URL 存取你的應用程式了。✨ ## 逐步回顧 { #recap-step-by-step } ### 第一步:引入 `FastAPI` { #step-1-import-fastapi } {* ../../docs_src/first_steps/tutorial001_py310.py hl[1] *} `FastAPI` 是一個 Python 類別,提供所有 API 的全部功能。 /// note | 技術細節 `FastAPI` 是一個直接繼承自 `Starlette` 的類別。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 13.3K bytes - Click Count (0)