Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 103 for Estep (0.1 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java

                            .filter(step -> PLAN.equals(step.name))
                            .filter(step -> step.predecessors.stream().allMatch(s -> s.status.get() == EXECUTED))
                            .filter(step -> step.status.compareAndSet(PLANNING, SCHEDULED))
                            .collect(Collectors.toSet());
                    for (BuildStep step : planSteps) {
                        MavenProject project = step.project;
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Oct 16 06:12:36 GMT 2025
    - 55.1K bytes
    - Click Count (0)
  2. 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)
  3. 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)
  4. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

     * is by declaring that step to be the last step of the pipeline. Nevertheless, we refer to the
     * "value" of a successful step or the "result" (value or exception) of any step.
     *
     * <ol>
     *   <li>A pipeline starts at its leaf step (or steps), which is created from either a callable
     *       block or a {@link ListenableFuture}.
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 101.7K bytes
    - Click Count (0)
  5. 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)
  6. 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)
  7. .teamcity/src/test/kotlin/PromotionProjectTests.kt

            assertEquals(1, steps.size)
    
            val step = gradleStep(steps, 0)
            step.assertTasks("clean promoteStartReleaseCycle")
            assertTrue(step.gradleParams!!.startsWith("""-PconfirmationCode=startCycle -PtestRun=1"""))
        }
    
        @Test
        fun `nightly promotion from quick feedback build type runs three gradle invocations`() {
            val model = setupModelFor("release")
    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)
  8. 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)
  9. 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)
  10. internal/logger/target/kafka/kafka_scram_client_contrib.go

    	return nil
    }
    
    // Step takes a string provided from a server (or just an empty string for the
    // very first conversation step) and attempts to move the authentication
    // conversation forward.  It returns a string to be sent to the server or an
    // error if the server message is invalid.  Calling Step after a conversation
    // completes is also an error.
    func (x *XDGSCRAMClient) Step(challenge string) (response string, err error) {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 3.3K bytes
    - Click Count (0)
Back to Top