Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1691 - 1700 of 1,762 for Details (0.04 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

         */
        @Size(max = 3000)
        public String notificationSearchTop;
    
        /**
         * System log level for controlling log verbosity.
         * Controls the level of detail in system log messages.
         */
        @Size(max = 10)
        public String logLevel;
    
        /**
         * Storage service endpoint URL for cloud storage integration.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/path-params.md

    ///
    
    ## ๐Ÿ’ฝ ๐Ÿ”ฌ
    
    โœ‹๏ธ ๐Ÿšฅ ๐Ÿ‘† ๐Ÿšถ ๐Ÿ–ฅ <a href="http://127.0.0.1:8000/items/foo" class="external-link" target="_blank">http://127.0.0.1:8000/items/foo</a>, ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ‘€ ๐Ÿ‘Œ ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” โŒ:
    
    ```JSON
    {
        "detail": [
            {
                "loc": [
                    "path",
                    "item_id"
                ],
                "msg": "value is not a valid integer",
                "type": "type_error.integer"
            }
        ]
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  3. docs/id/docs/tutorial/path-params.md

    ## Validasi Data
    
    Tetapi jika di browser anda akses <a href="http://127.0.0.1:8000/items/foo" class="external-link" target="_blank">http://127.0.0.1:8000/items/foo</a>, anda akan melihat pesan kesalahan HTTP:
    
    ```JSON
    {
      "detail": [
        {
          "type": "int_parsing",
          "loc": [
            "path",
            "item_id"
          ],
          "msg": "Input should be a valid integer, unable to parse string as an integer",
          "input": "foo"
        }
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:29:01 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  4. src/test/java/jcifs/smb/SmbResourceLocatorInternalTest.java

            assertTrue(npe.getMessage() == null || npe.getMessage().contains("reqPath"));
            verify(locator).handleDFSReferral(referral, null);
            verifyNoMoreInteractions(locator);
        }
    
        // Interaction detail: capture arguments passed to handleDFSReferral
        @Test
        @DisplayName("handleDFSReferral receives the exact arguments via captor")
        void handleDfsReferralArgumentCapture() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  5. docs/uk/docs/tutorial/cookie-param-models.md

    ```json
    {
        "detail": [
            {
                "type": "extra_forbidden",
                "loc": ["cookie", "santa_tracker"],
                "msg": "Extra inputs are not permitted",
                "input": "good-list-please",
            }
        ]
    }
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Mar 19 17:03:38 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  6. docs/pt/docs/tutorial/security/simple-oauth2.md

    ```JSON
    {
      "detail": "Not authenticated"
    }
    ```
    
    ### Usuรกrio inativo
    
    Agora tente com um usuรกrio inativo, autentique-se com:
    
    User: `alice`
    
    Password: `secret2`
    
    E tente usar a operaรงรฃo `GET` com o caminho `/users/me`.
    
    Vocรช receberรก um erro "Usuรกrio inativo", como:
    
    ```JSON
    {
      "detail": "Inactive user"
    }
    ```
    
    ## Recaptulando
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10K bytes
    - Viewed (0)
  7. docs/multi-user/admin/README.md

    ## Get started
    
    In this document we will explain in detail on how to configure admin users.
    
    ### 1. Prerequisites
    
    - Install mc - [MinIO Client Quickstart Guide](https://docs.min.io/community/minio-object-store/reference/minio-mc.html#quickstart)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  8. docs/ja/docs/tutorial/query-param-models.md

    ไพ‹ใˆใฐใ€ใ‚ฏใƒฉใ‚คใ‚ขใƒณใƒˆใŒใ‚ฏใ‚จใƒชใƒ‘ใƒฉใƒกใƒผใ‚ฟ `tool` ใซใ€ๅ€ค `plumbus` ใ‚’่จญๅฎšใ—ใฆ้€ใ‚ใ†ใจใ™ใ‚‹ใจ:
    
    ```http
    https://example.com/items/?limit=10&tool=plumbus
    ```
    
    ใ‚ฏใ‚จใƒชใƒ‘ใƒฉใƒกใƒผใ‚ฟ `tool` ใŒ่จฑๅฏใ•ใ‚Œใฆใ„ใชใ„ใ“ใจใ‚’้€š็Ÿฅใ™ใ‚‹**ใ‚จใƒฉใƒผ**ใƒฌใ‚นใƒใƒณใ‚นใŒ่ฟ”ใ•ใ‚Œใพใ™ใ€‚
    
    ```json
    {
        "detail": [
            {
                "type": "extra_forbidden",
                "loc": ["query", "tool"],
                "msg": "Extra inputs are not permitted",
                "input": "plumbus"
            }
        ]
    }
    ```
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Feb 28 14:18:46 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  9. docs/ko/docs/tutorial/security/simple-oauth2.md

    ์ž ๊ธˆ ์•„์ด์ฝ˜์„ ํด๋ฆญํ•˜๊ณ  ๋กœ๊ทธ์•„์›ƒํ•œ ๋‹ค์Œ ๋™์ผํ•œ ์ž‘์—…์„ ๋‹ค์‹œ ์‹œ๋„ํ•˜๋ฉด ๋‹ค์Œ๊ณผ ๊ฐ™์€ HTTP 401 ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•ฉ๋‹ˆ๋‹ค.
    
    ```JSON
    {
      "detail": "Not authenticated"
    }
    ```
    
    ### ๋น„ํ™œ์„ฑ๋œ ์œ ์ €
    
    ์ด์ œ ๋น„ํ™œ์„ฑ๋œ ์‚ฌ์šฉ์ž๋กœ ์‹œ๋„ํ•˜๊ณ , ์ธ์ฆํ•ด๋ด…์‹œ๋‹ค:
    
    ์œ ์ €๋ช…: `alice`
    
    ํŒจ์Šค์›Œ๋“œ: `secret2`
    
    ๊ทธ๋ฆฌ๊ณ  `/users/me` ๊ฒฝ๋กœ์™€ ํ•จ๊ป˜ `GET` ์ž‘์—…์„ ์‚ฌ์šฉํ•ด ๋ด…์‹œ๋‹ค.
    
    ๋‹ค์Œ๊ณผ ๊ฐ™์€ "Inactive user" ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•ฉ๋‹ˆ๋‹ค:
    
    ```JSON
    {
      "detail": "Inactive user"
    }
    ```
    
    ## ์š”์•ฝ
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 11:19:12 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  10. okhttp-testing-support/src/main/kotlin/okhttp3/TestUtilJvm.kt

      ): String {
        val array = CharArray(count)
        Arrays.fill(array, c)
        return String(array)
      }
    
      /**
       * Okio buffers are internally implemented as a linked list of arrays. Usually this implementation
       * detail is invisible to the caller, but subtle use of certain APIs may depend on these internal
       * structures.
       *
       * We make such subtle calls in [okhttp3.internal.ws.MessageInflater] because we try to read a
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 4.3K bytes
    - Viewed (0)
Back to top