Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 125 for Estep (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    static.observableusercontent.com
    
    // OMG.LOL : https://omg.lol
    // Submitted by Adam Newbold <******@****.***>
    omg.lol
    
    // Omnibond Systems, LLC. : https://www.omnibond.com
    // Submitted by Cole Estep <******@****.***>
    cloudycluster.net
    
    // OmniWe Limited: https://omniwe.com
    // Submitted by Vicary Archangel <******@****.***>
    omniwe.site
    
    // One.com: https://www.one.com/
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. docs/tuning/README.md

    ### Install `tuned.conf` performance profile
    
    #### Step 1 - download `tuned.conf` from the referenced link
    ```
    wget https://raw.githubusercontent.com/minio/minio/master/docs/tuning/tuned.conf
    ```
    
    #### Step 2 - install tuned.conf as supported performance profile on all nodes
    ```
    sudo mkdir -p /usr/lib/tuned/minio/
    sudo mv tuned.conf /usr/lib/tuned/minio
    ```
    
    #### Step 3 - to enable minio performance profile on all the nodes
    ```
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Jul 19 01:15:02 GMT 2024
    - 644 bytes
    - Click Count (0)
  7. 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)
  8. 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)
  9. .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)
  10. 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)
Back to Top