Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 124 for fragment (0.1 seconds)

  1. src/main/java/org/codelibs/fess/chat/ChatClient.java

            public HighlightInfo getHighlightInfo() {
                return new HighlightInfo().fragmentSize(Integer.parseInt(fessConfig.getOrDefault("rag.chat.highlight.fragment.size", "500")))
                        .numOfFragments(Integer.parseInt(fessConfig.getOrDefault("rag.chat.highlight.number.of.fragments", "3")))
                        .preTags(StringUtil.EMPTY)
                        .postTags(StringUtil.EMPTY);
            }
    
            @Override
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 56.6K bytes
    - Click Count (0)
  2. docs/es/docs/_llm-test.md

    Las pruebas:
    
    ## Fragmentos de código { #code-snippets }
    
    //// tab | Prueba
    
    Este es un fragmento de código: `foo`. Y este es otro fragmento de código: `bar`. Y otro más: `baz quux`.
    
    ////
    
    //// tab | Info
    
    El contenido de los fragmentos de código debe dejarse tal cual.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 12.2K bytes
    - Click Count (0)
  3. src/main/java/jcifs/internal/smb2/rdma/RdmaNegotiateRequest.java

        }
    
        /**
         * Get maximum fragmented size
         *
         * @return maximum fragmented size in bytes
         */
        public int getMaxFragmentedSize() {
            return maxFragmentedSize;
        }
    
        /**
         * Set maximum fragmented size
         *
         * @param maxFragmentedSize maximum fragmented size in bytes
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 05:11:12 GMT 2025
    - 4K bytes
    - Click Count (0)
  4. src/main/java/jcifs/internal/smb2/rdma/RdmaNegotiateResponse.java

        }
    
        /**
         * Get maximum fragmented size
         *
         * @return maximum fragmented size in bytes
         */
        public int getMaxFragmentedSize() {
            return maxFragmentedSize;
        }
    
        /**
         * Set maximum fragmented size
         *
         * @param maxFragmentedSize maximum fragmented size in bytes
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 05:11:12 GMT 2025
    - 4.1K bytes
    - Click Count (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    FE72          ; disallowed_STD3_mapped ; 0020 064C     # 1.1  ARABIC DAMMATAN ISOLATED FORM
    FE73          ; valid                                  # 3.2  ARABIC TAIL FRAGMENT
    FE74          ; disallowed_STD3_mapped ; 0020 064D     # 1.1  ARABIC KASRATAN ISOLATED FORM
    FE75          ; disallowed                             # NA   <reserved-FE75>
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Click Count (0)
  6. src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateResponse.java

        }
    
        /**
         * Get the maximum size for fragmented operations
         *
         * @return maximum fragmented size in bytes
         */
        public int getMaxFragmentedSize() {
            return maxFragmentedSize;
        }
    
        /**
         * Set the maximum size for fragmented operations
         *
         * @param maxFragmentedSize maximum fragmented size in bytes
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:12:28 GMT 2025
    - 9.3K bytes
    - Click Count (0)
  7. .github/workflows/check-markdown-links.yml

              # - Kotlin's Module.md - because it's a part of the Kotlin DSL docs
              args: >
                --no-progress --offline '**/*.md' --include-fragments
                --exclude-path 'platforms/documentation/docs/src/docs/release/notes.md'
                --exclude-path 'platforms/documentation/docs/src/docs/release/notes-template.md'
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 25 22:06:44 GMT 2026
    - 920 bytes
    - Click Count (0)
  8. src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateRequest.java

        }
    
        /**
         * Get the maximum size for fragmented operations
         *
         * @return maximum fragmented size in bytes
         */
        public int getMaxFragmentedSize() {
            return maxFragmentedSize;
        }
    
        /**
         * Set the maximum size for fragmented operations
         *
         * @param maxFragmentedSize maximum fragmented size in bytes
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:12:28 GMT 2025
    - 5.4K bytes
    - Click Count (0)
  9. okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/MessageDeflaterInflaterTest.kt

          inflater.inflate("f240e30300".decodeHex())
        }
      }
    
      /**
       * Test for an [EOFException] caused by mishandling of fragmented buffers in web socket
       * compression. https://github.com/square/okhttp/issues/5965
       */
      @Test fun `inflate golden value in buffer that has been fragmented`() {
        val inflater = MessageInflater(false)
        val buffer = fragmentBuffer(Buffer().write("f248cdc9c957c8cc4bcb492cc9cccf530400".decodeHex()))
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Sep 21 06:26:07 GMT 2025
    - 6.4K bytes
    - Click Count (0)
  10. fastapi/sse.py

            str | None,
            Doc(
                """
                Raw string to send as the `data:` field **without** JSON encoding.
    
                Use this when you need to send pre-formatted text, HTML fragments,
                CSV lines, or any non-JSON payload. The string is placed directly
                into the `data:` field as-is.
    
                Mutually exclusive with `data`.
                """
            ),
        ] = None
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 01 09:21:52 GMT 2026
    - 6.2K bytes
    - Click Count (0)
Back to Top