Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 291 - 300 of 422 for step5 (0.04 seconds)

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

  1. docs/en/docs/release-notes.md

    * πŸ“ Update `security/first-steps.md`. PR [#11674](https://github.com/tiangolo/fastapi/pull/11674) by [@alejsdev](https://github.com/alejsdev).
    * πŸ“ Update `security/first-steps.md`. PR [#11673](https://github.com/tiangolo/fastapi/pull/11673) by [@alejsdev](https://github.com/alejsdev).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerThread.java

     * {@link CrawlerContainer}, {@link LogHelper}, {@link CrawlerClientFactory}, and {@link CrawlerContext},
     * to perform its tasks.
     * </p>
     *
     * <p>
     * The crawling process involves the following steps:
     * </p>
     * <ol>
     *   <li>Fetching a URL from the queue using {@link UrlQueueService#poll(String)}.</li>
     *   <li>Checking if the URL is valid using {@link #isValid(UrlQueue)}.</li>
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Wed Dec 31 09:07:38 GMT 2025
    - 20.3K bytes
    - Click Count (0)
  3. cmd/test-utils_test.go

    //	policyFunc    - function to return bucketPolicy statement which would permit the anonymous request to be served.
    //
    // The test works in 2 steps, here is the description of the steps.
    //
    //	STEP 1: Call the handler with the unsigned HTTP request (anonReq), assert for the `ErrAccessDenied` error response.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 77K bytes
    - Click Count (0)
  4. docs/ko/docs/tutorial/dependencies/index.md

    μ΄λŠ” μ—¬λŸ¬λΆ„μ΄ λ‹€μŒκ³Ό 같은 사항을 ν•„μš”λ‘œ ν•  λ•Œ 맀우 μœ μš©ν•©λ‹ˆλ‹€:
    
    * 곡용된 λ‘œμ§μ„ κ°€μ‘Œμ„ 경우 (같은 μ½”λ“œ 둜직이 계속 λ°˜λ³΅λ˜λŠ” 경우).
    * λ°μ΄ν„°λ² μ΄μŠ€ 연결을 κ³΅μœ ν•˜λŠ” 경우.
    * λ³΄μ•ˆ, 인증, μ—­ν•  μš”κ΅¬ 사항 등을 κ°•μ œν•˜λŠ” 경우.
    * 그리고 λ§Žμ€ λ‹€λ₯Έ 사항...
    
    이 λͺ¨λ“  사항을 ν•  λ•Œ μ½”λ“œ λ°˜λ³΅μ„ μ΅œμ†Œν™”ν•©λ‹ˆλ‹€.
    
    ## 첫번째 단계 { #first-steps }
    
    μ•„μ£Ό κ°„λ‹¨ν•œ 예제λ₯Ό λ΄…μ‹œλ‹€. λ„ˆλ¬΄ 간단할 것이기에 μ§€κΈˆ λ‹Ήμž₯은 μœ μš©ν•˜μ§€ μ•Šμ„ 수 μžˆμŠ΅λ‹ˆλ‹€.
    
    ν•˜μ§€λ§Œ 이λ₯Ό 톡해 **μ˜μ‘΄μ„± μ£Όμž…** μ‹œμŠ€ν…œμ΄ μ–΄λ–»κ²Œ μž‘λ™ν•˜λŠ”μ§€μ— 쀑점을 λ‘˜ κ²ƒμž…λ‹ˆλ‹€.
    
    ### μ˜μ‘΄μ„± ν˜Ήμ€ "λ””νŽœλ”λΈ”" λ§Œλ“€κΈ° { #create-a-dependency-or-dependable }
    
    μ˜μ‘΄μ„±μ— 집쀑해 λ΄…μ‹œλ‹€.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11.4K bytes
    - Click Count (0)
  5. docs/bigdata/README.md

    Follow these steps to run the Spark Pi example:
    
    - Login as user **β€˜spark’**.
    - When the job runs, the library can now use **MinIO** during intermediate processing.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 14.7K bytes
    - Click Count (0)
  6. fastapi/_compat/v2.py

            # self._type_adapter.validate_python(value)
            # This uses Pydantic's dump_json() which serializes directly to JSON
            # bytes in one pass (via Rust), avoiding the intermediate Python dict
            # step of dump_python(mode="json") + json.dumps().
            return self._type_adapter.dump_json(
                value,
                include=include,
                exclude=exclude,
                by_alias=by_alias,
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 16.7K bytes
    - Click Count (0)
  7. ci/official/utilities/code_check_full.bats

      # Find all one-step dependencies of those tests which are from //tensorflow
      # (since external deps will come from Python-level pip dependencies),
      # excluding dependencies and files that are known to be unneccessary.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 28 22:41:17 GMT 2026
    - 13.6K bytes
    - Click Count (0)
  8. okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt

     * the same structure:
     *
     *  * prepare a set of plans, each with a predictable connect delay
     *  * attempt to find a connection
     *  * step through time, asserting that the expected side effects are performed.
     */
    internal class FastFallbackExchangeFinderTest {
      private val taskFaker = TaskFaker()
      private val taskRunner = taskFaker.taskRunner
    
      /**
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 20.9K bytes
    - Click Count (0)
  9. src/bufio/scan.go

    	"bytes"
    	"errors"
    	"io"
    	"unicode/utf8"
    )
    
    // Scanner provides a convenient interface for reading data such as
    // a file of newline-delimited lines of text. Successive calls to
    // the [Scanner.Scan] method will step through the 'tokens' of a file, skipping
    // the bytes between the tokens. The specification of a token is
    // defined by a split function of type [SplitFunc]; the default split
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed May 21 18:05:26 GMT 2025
    - 14.2K bytes
    - Click Count (0)
  10. src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java

            // For each of 4 indices: delete old + delete backup = 8 deletes
            assertEquals(8, testClient.deletedIndices.size());
            // Verify original index names appear in deleted list (old index deletion at step 3)
            boolean foundOriginalDelete = false;
            for (final String deleted : testClient.deletedIndices) {
                if (!deleted.contains(".backup.") && !deleted.contains(".rebuild.")) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 28.6K bytes
    - Click Count (0)
Back to Top