Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1151 - 1160 of 2,362 for dots (0.05 sec)

  1. docs/em/docs/deployment/docker.md

    πŸ‘† πŸ”œ πŸ‘€ πŸ•³ πŸ’–:
    
    ```JSON
    {"item_id": 5, "q": "somequery"}
    ```
    
    ## πŸŽ“ πŸ› οΈ 🩺
    
    πŸ”œ πŸ‘† πŸ’ͺ 🚢 <a href="http://192.168.99.100/docs" class="external-link" target="_blank">http://192.168.99.100/docs</a> βš–οΈ <a href="http://127.0.0.1/docs" class="external-link" target="_blank">http://127.0.0.1/docs</a> (βš–οΈ πŸŒ“, βš™οΈ πŸ‘† ☁ 🦠).
    
    πŸ‘† πŸ”œ πŸ‘€ 🏧 πŸŽ“ πŸ› οΈ 🧾 (🚚 <a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank">🦁 🎚</a>):
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Aug 12 21:47:53 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  2. cmd/object_api_suite_test.go

    	}
    	if result.IsTruncated {
    		t.Errorf("%s: Expected IsTruncated to be `false`, but instead found it to be `%v`", instanceType, result.IsTruncated)
    	}
    
    	uploadContent := "The specified multipart upload does not exist. The upload ID might be invalid, or the multipart upload might have been aborted or completed."
    	var opts ObjectOptions
    	// check before paging occurs.
    	for i := 0; i < 5; i++ {
    		key := "obj" + strconv.Itoa(i)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jul 02 15:13:05 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  3. docs/ko/docs/tutorial/response-model.md

    /// info | "정보"
    
    FastAPIλŠ” 이λ₯Ό μœ„ν•΄ Pydantic λͺ¨λΈμ˜ `.dict()`의 <a href="https://docs.pydantic.dev/latest/concepts/serialization/#modeldict" class="external-link" target="_blank"> `exclude_unset` λ§€κ°œλ³€μˆ˜</a>λ₯Ό μ‚¬μš©ν•©λ‹ˆλ‹€.
    
    ///
    
    /// info | "정보"
    
    μ•„λž˜ λ˜ν•œ μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€:
    
    * `response_model_exclude_defaults=True`
    * `response_model_exclude_none=True`
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/security/oauth2-jwt.md

    ⚠ πŸ‘œ βœ”οΈ 🀯 πŸ‘ˆ `sub` πŸ”‘ πŸ”œ βœ”οΈ 😍 πŸ†” 🀭 πŸŽ‚ 🈸, &amp; ⚫️ πŸ”œ 🎻.
    
    ## βœ… ⚫️
    
    πŸƒ πŸ’½ &amp; 🚢 🩺: <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
    
    πŸ‘† πŸ”œ πŸ‘€ πŸ‘©β€πŸ’» πŸ”’ πŸ’–:
    
    <img src="/img/tutorial/security/image07.png">
    
    βœ” 🈸 🎏 🌌 ⏭.
    
    βš™οΈ πŸŽ“:
    
    πŸ†”: `johndoe`
    πŸ”: `secret`
    
    /// check
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/indexer/IndexUpdater.java

                buf.append("Processing ");
                if (totalHits > 0) {
                    buf.append(arList.size()).append('/').append(totalHits).append(" docs (Doc:{access ");
                } else {
                    buf.append("no docs in indexing queue (Doc:{access ");
                }
                buf.append(systemHelper.getCurrentTimeAsLong() - execTime).append("ms");
                if (cleanupTime >= 0) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  6. docs/ko/docs/index.md

    * _경둜_ `/items/{item_id}`λŠ” 선택적인 `str`ν˜• 이어야 ν•˜λŠ” _경둜 λ§€κ°œλ³€μˆ˜_ `q`λ₯Ό 가지고 μžˆμŠ΅λ‹ˆλ‹€.
    
    ### λŒ€ν™”ν˜• API λ¬Έμ„œ
    
    이제 <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>둜 κ°€λ³΄μ‹­μ‹œμ˜€.
    
    μžλ™ λŒ€ν™”ν˜• API λ¬Έμ„œλ₯Ό λ³Ό 수 μžˆμŠ΅λ‹ˆλ‹€ (<a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank">Swagger UI</a> 제곡):
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Aug 16 16:50:01 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  7. internal/bucket/lifecycle/and.go

    }
    
    // Validate - validates the And field
    func (a And) Validate() error {
    	// > This is used in a Lifecycle Rule Filter to apply a logical AND to two or more predicates.
    	// ref: https://docs.aws.amazon.com/AmazonS3/latest/API/API_LifecycleRuleAndOperator.html
    	// i.e, predCount >= 2
    	var predCount int
    	if a.Prefix.set {
    		predCount++
    	}
    	predCount += len(a.Tags)
    	if a.ObjectSizeGreaterThan > 0 {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. src/main/java/jcifs/dcerpc/msrpc/samr.idl

    		ACB_WSTRUST                = 0x00000080, /* 1 = Workstation trust account */
    		ACB_SVRTRUST               = 0x00000100, /* 1 = Server trust account */
    		ACB_PWNOEXP                = 0x00000200, /* 1 = User password does not expire */
    		ACB_AUTOLOCK               = 0x00000400, /* 1 = Account auto locked */
    		ACB_ENC_TXT_PWD_ALLOWED    = 0x00000800, /* 1 = Encryped text password is allowed */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 3.1K bytes
    - Viewed (0)
  9. api/maven-api-core/src/main/java/org/apache/maven/api/services/TransportProvider.java

    import org.apache.maven.api.annotations.Nonnull;
    
    /**
     * Transporter provider is a service that provides somewhat trivial transport capabilities backed by Maven internals.
     * This API does not try to cover all the requirements out there, just the basic ones, and is intentionally simple.
     * If plugin or extension needs anything more complex feature wise (i.e. HTTP range support or alike) it should
     * probably roll its own.
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Thu Mar 23 05:29:39 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  10. tests/test_regex_deprecated_params.py

            {
                "detail": [
                    {
                        "ctx": {"pattern": "^fixedquery$"},
                        "loc": ["query", "q"],
                        "msg": 'string does not match regex "^fixedquery$"',
                        "type": "value_error.str.regex",
                    }
                ]
            }
        )
    
    
    @needs_py310
    def test_openapi_schema():
        client = get_client()
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top