Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 461 - 470 of 623 for structures (0.32 seconds)

  1. docs/zh/docs/deployment/server-workers.md

      <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span>  Starting production server ๐Ÿš€
    
                 Searching for package file structure from directories with
                 <font color="#3465A4">__init__.py</font> files
                 Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font>
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 8K bytes
    - Click Count (0)
  2. cmd/admin-heal-ops.go

    	// settings for the heal sequence
    	HealSettings madmin.HealOpts `json:"Settings"`
    
    	// slice of available heal result records
    	Items []madmin.HealResultItem `json:"Items"`
    }
    
    // structure to hold state of all heal sequences in server memory
    type allHealState struct {
    	sync.RWMutex
    
    	// map of heal path to heal sequence
    	healSeqMap map[string]*healSequence // Indexed by endpoint
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 25.4K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java

            assertEquals(ChatIntent.SEARCH, result.getIntent());
            assertEquals("Fess Docker", result.getQuery());
    
            // Verify the full request has structured messages: system + history + wrapped user
            final LlmChatRequest capturedRequest = client.getLastChatRequest();
            assertNotNull(capturedRequest);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 53K bytes
    - Click Count (0)
  4. docs/zh/docs/how-to/custom-docs-ui-assets.md

    ## ไธบๆ–‡ๆกฃ่‡ชๆ‰˜็ฎก JavaScript ๅ’Œ CSS { #self-hosting-javascript-and-css-for-docs }
    
    ๅฆ‚ๆžœไฝ ้œ€่ฆๅœจ็ฆป็บฟใ€ๆ— ๆณ•่ฎฟ้—ฎไบ’่”็ฝ‘ๆˆ–ไป…ๅœจๅฑ€ๅŸŸ็ฝ‘ๅ†…ๆ—ถ๏ผŒๅบ”็”จไป่ƒฝๅทฅไฝœ๏ผŒ้‚ฃไนˆ่‡ชๆ‰˜็ฎก JavaScript ๅ’Œ CSS ไผšๅพˆๆœ‰็”จใ€‚
    
    ่ฟ™้‡Œไฝ ๅฐ†็œ‹ๅˆฐๅฆ‚ไฝ•ๅœจๅŒไธ€ไธช FastAPI ๅบ”็”จไธญ่‡ช่กŒๆไพ›่ฟ™ไบ›ๆ–‡ไปถ๏ผŒๅนถ้…็ฝฎๆ–‡ๆกฃไฝฟ็”จๅฎƒไปฌใ€‚
    
    ### ้กน็›ฎๆ–‡ไปถ็ป“ๆž„ { #project-file-structure }
    
    ๅ‡่ฎพไฝ ็š„้กน็›ฎๆ–‡ไปถ็ป“ๆž„ๅฆ‚ไธ‹๏ผš
    
    ```
    .
    โ”œโ”€โ”€ app
    โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”œโ”€โ”€ main.py
    ```
    
    ็Žฐๅœจๅˆ›ๅปบไธ€ไธช็›ฎๅฝ•ๆฅๅญ˜ๆ”พ่ฟ™ไบ›้™ๆ€ๆ–‡ไปถใ€‚
    
    ไฝ ็š„ๆ–ฐๆ–‡ไปถ็ป“ๆž„ๅฏ่ƒฝๅฆ‚ไธ‹๏ผš
    
    ```
    .
    โ”œโ”€โ”€ app
    โ”‚ย ย  โ”œโ”€โ”€ __init__.py
    โ”‚ย ย  โ”œโ”€โ”€ main.py
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  5. README.md

    mvn license:format
    
    # Build JAR with all verifications
    mvn clean package
    
    # Generate test coverage report
    mvn verify
    # Coverage report available at: target/site/jacoco/index.html
    ```
    
    ### Project Structure
    ```
    corelib/
    โ”œโ”€โ”€ src/main/java/org/codelibs/core/
    โ”‚   โ”œโ”€โ”€ beans/          # Bean manipulation and introspection
    โ”‚   โ”œโ”€โ”€ collection/     # Enhanced collection utilities
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Sun Aug 31 02:56:02 GMT 2025
    - 12.7K bytes
    - Click Count (0)
  6. src/test/java/jcifs/internal/dfs/DfsReferralResponseBufferTest.java

                bb.putShort((short) 1); // numReferrals
                bb.putShort((short) 5); // tflags
                bb.putShort((short) 0); // tflags high bytes (skipped)
    
                // Referral v3 structure
                bb.putShort((short) 3); // version
                bb.putShort((short) 34); // size
                bb.putShort((short) 1); // serverType
                bb.putShort((short) 2); // rflags
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 15.4K bytes
    - Click Count (0)
  7. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategy.java

            Element modulesElement = root.child(MODULES).orElse(null);
            if (modulesElement != null) {
                // domtrip makes this much simpler - just change the element name
                // The formatting and structure are preserved automatically
                modulesElement.name(SUBPROJECTS);
                context.detail("Converted <modules> to <subprojects>");
    
                // Convert all module children to subproject
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 16.6K bytes
    - Click Count (0)
  8. src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java

            final int start = bufferIndex;
            final int structureSize = SMBUtil.readInt2(buffer, bufferIndex);
    
            if (structureSize != 89) {
                throw new SMBProtocolDecodingException("Structure size is not 89");
            }
    
            this.oplockLevel = buffer[bufferIndex + 2];
            this.openFlags = buffer[bufferIndex + 3];
            bufferIndex += 4;
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:49:49 GMT 2025
    - 15.4K bytes
    - Click Count (0)
  9. src/main/java/jcifs/util/ServerResponseValidator.java

            }
        }
    
        /**
         * Validate SMB header fields
         *
         * @param protocolId protocol identifier
         * @param structureSize structure size field
         * @param command command code
         * @throws SmbException if header is invalid
         */
        public void validateSmbHeader(int protocolId, int structureSize, int command) throws SmbException {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 16.6K bytes
    - Click Count (0)
  10. docs/ko/docs/how-to/custom-docs-ui-assets.md

    JavaScript์™€ CSS๋ฅผ ์ž์ฒด ํ˜ธ์ŠคํŒ…ํ•˜๋Š” ๊ฒƒ์€ ์˜ˆ๋ฅผ ๋“ค์–ด, ์˜คํ”„๋ผ์ธ ์ƒํƒœ์ด๊ฑฐ๋‚˜ ์™ธ๋ถ€ ์ธํ„ฐ๋„ท์— ์ ‘๊ทผํ•  ์ˆ˜ ์—†๋Š” ํ™˜๊ฒฝ, ๋˜๋Š” ๋กœ์ปฌ ๋„คํŠธ์›Œํฌ์—์„œ๋„ ์•ฑ์ด ๊ณ„์† ๋™์ž‘ํ•ด์•ผ ํ•  ๋•Œ ์œ ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    ์—ฌ๊ธฐ์„œ๋Š” ๋™์ผํ•œ FastAPI ์•ฑ์—์„œ ํ•ด๋‹น ํŒŒ์ผ์„ ์ง์ ‘ ์ œ๊ณตํ•˜๊ณ , ๋ฌธ์„œ๊ฐ€ ์ด๋ฅผ ์‚ฌ์šฉํ•˜๋„๋ก ์„ค์ •ํ•˜๋Š” ๋ฐฉ๋ฒ•์„ ์‚ดํŽด๋ด…๋‹ˆ๋‹ค.
    
    ### ํ”„๋กœ์ ํŠธ ํŒŒ์ผ ๊ตฌ์กฐ { #project-file-structure }
    
    ํ”„๋กœ์ ํŠธ ํŒŒ์ผ ๊ตฌ์กฐ๊ฐ€ ๋‹ค์Œ๊ณผ ๊ฐ™๋‹ค๊ณ  ํ•ด๋ด…์‹œ๋‹ค:
    
    ```
    .
    โ”œโ”€โ”€ app
    โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”œโ”€โ”€ main.py
    ```
    
    ์ด์ œ ํ•ด๋‹น ์ •์  ํŒŒ์ผ์„ ์ €์žฅํ•  ๋””๋ ‰ํ„ฐ๋ฆฌ๋ฅผ ๋งŒ๋“œ์„ธ์š”.
    
    ์ƒˆ ํŒŒ์ผ ๊ตฌ์กฐ๋Š” ๋‹ค์Œ๊ณผ ๊ฐ™์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    ```
    .
    โ”œโ”€โ”€ app
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 8.9K bytes
    - Click Count (0)
Back to Top