Search Options

Results per page
Sort
Preferred Languages
Advance

Results 981 - 990 of 1,574 for path2 (0.02 sec)

  1. src/test/java/jcifs/http/HandlerTest.java

            // results in an IOException, as no default handler should be found.
            assertThrows(IOException.class, () -> {
                handler.openConnection(new URL("unknownprotocol://somehost/path"));
            }, "Should throw IOException for an unknown protocol.");
        }
    
        @Test
        void testSetURLStreamHandlerFactory_SuccessFirstTime() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/schema-extra-example.md

    {* ../../docs_src/schema_extra_example/tutorial002.py hl[4,10:13] *}
    
    /// warning
    
    ๐Ÿšง ๐Ÿคฏ ๐Ÿ‘ˆ ๐Ÿ“š โž• โŒ ๐Ÿšถโ€โ™€๏ธ ๐Ÿ† ๐Ÿšซ ๐Ÿšฎ ๐Ÿ™† ๐Ÿ”ฌ, ๐Ÿ•ด โž• โ„น, ๐Ÿงพ ๐ŸŽฏ.
    
    ///
    
    ## `example` & `examples` ๐Ÿ—„
    
    ๐Ÿ•โ” โš™๏ธ ๐Ÿ™†:
    
    * `Path()`
    * `Query()`
    * `Header()`
    * `Cookie()`
    * `Body()`
    * `Form()`
    * `File()`
    
    ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ฃ ๐Ÿ’ฝ `example` โš–๏ธ ๐Ÿ‘ช `examples` โฎ๏ธ ๐ŸŒ– โ„น ๐Ÿ‘ˆ ๐Ÿ”œ ๐Ÿšฎ **๐Ÿ—„**.
    
    ### `Body` โฎ๏ธ `example`
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. docs/ko/docs/openapi-webhooks.md

    **FastAPI** ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์„ ๋งŒ๋“ค ๋•Œ, `webhooks` ์†์„ฑ์„ ์‚ฌ์šฉํ•˜์—ฌ *์›นํ›…*์„ ์ •์˜ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์ด๋Š” `@app.webhooks.post()`์™€ ๊ฐ™์€ ๋ฐฉ์‹์œผ๋กœ *๊ฒฝ๋กœ(path) ์ž‘์—…*์„ ์ •์˜ํ•˜๋Š” ๊ฒƒ๊ณผ ๋น„์Šทํ•ฉ๋‹ˆ๋‹ค.
    
    {* ../../docs_src/openapi_webhooks/tutorial001.py hl[9:13,36:53] *}
    
    ์ด๋ ‡๊ฒŒ ์ •์˜ํ•œ ์›นํ›…์€ **OpenAPI** ์Šคํ‚ค๋งˆ์™€ ์ž๋™ **๋ฌธ์„œํ™” UI**์— ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค.
    
    /// info
    
    `app.webhooks` ๊ฐ์ฒด๋Š” ์‚ฌ์‹ค `APIRouter`์ผ ๋ฟ์ด๋ฉฐ, ์—ฌ๋Ÿฌ ํŒŒ์ผ๋กœ ์•ฑ์„ ๊ตฌ์„ฑํ•  ๋•Œ ์‚ฌ์šฉํ•˜๋Š” ๊ฒƒ๊ณผ ๋™์ผํ•œ ํƒ€์ž…์ž…๋‹ˆ๋‹ค.
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Nov 26 22:08:57 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. src/test/java/jcifs/smb/JAASAuthenticatorTest.java

            switch (variant) {
            case DEFAULT_WITH_PS: {
                JAASAuthenticator a = new JAASAuthenticator();
                // Provide a preset Subject so the getSubject() path uses the (serviceName, ps, this) constructor
                a.setSubject(new Subject());
                return a;
            }
            case WITH_CONFIG: {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  5. docs/es/docs/deployment/server-workers.md

    ```console
    $ <pre> <font color="#4E9A06">fastapi</font> run --workers 4 <u style="text-decoration-style:single">main.py</u>
    <font color="#3465A4">INFO    </font> Using path <font color="#3465A4">main.py</font>
    <font color="#3465A4">INFO    </font> Resolved absolute path <font color="#75507B">/home/user/code/awesomeapp/</font><font color="#AD7FA8">main.py</font>
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/util/UpdateWrapper.kt

                        successfulOnly = true
                    }
                }
            }
        }
    
        steps {
            exec {
                name = "UPDATE_WRAPPER_AND_CREATE_PR"
                path = ".teamcity/scripts/update_wrapper_and_create_pr.sh"
                arguments = "%wrapperVersion%"
            }
        }
    
        dependencies {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Jul 24 03:08:48 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  7. src/test/java/jcifs/smb1/smb1/SmbComQueryInformationTest.java

        }
    
        @Test
        public void testConstructor() {
            // Test if the constructor sets the file name and command correctly
            assertEquals(TEST_FILE_NAME, smbComQueryInformation.path);
            assertEquals(ServerMessageBlock.SMB_COM_QUERY_INFORMATION, smbComQueryInformation.command);
        }
    
        @Test
        public void testWriteParameterWordsWireFormat() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/request-forms-and-files.md

    And you can declare some of the files as `bytes` and some as `UploadFile`.
    
    /// warning
    
    You can declare multiple `File` and `Form` parameters in a *path operation*, but you can't also declare `Body` fields that you expect to receive as JSON, as the request will have the body encoded using `multipart/form-data` instead of `application/json`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  9. docs/zh-hant/docs/virtual-environments.md

    ้€™ๅ€‹ๅ‘ฝไปคๆœƒๅปบ็ซ‹ๆˆ–ไฟฎๆ”นไธ€ไบ›[็’ฐๅขƒ่ฎŠๆ•ธ](environment-variables.md){.internal-link target=_blank}๏ผŒ้€™ไบ›็’ฐๅขƒ่ฎŠๆ•ธๅฐ‡ๅœจๆŽฅไธ‹ไพ†็š„ๆŒ‡ไปคไธญๅฏ็”จใ€‚
    
    ๅ…ถไธญไน‹ไธ€ๆ˜ฏ `PATH` ่ฎŠๆ•ธใ€‚
    
    /// tip
    
    ไฝ ๅฏไปฅๅœจ [็’ฐๅขƒ่ฎŠๆ•ธ](environment-variables.md#path-environment-variable){.internal-link target=_blank} ้ƒจๅˆ†ไบ†่งฃๆ›ดๅคš้—œๆ–ผ `PATH` ็’ฐๅขƒ่ฎŠๆ•ธ็š„ๅ…งๅฎนใ€‚
    
    ///
    
    ๅ•Ÿ็”จ่™›ๆ“ฌ็’ฐๅขƒๆœƒๅฐ‡ๅ…ถ่ทฏๅพ‘ `.venv/bin`๏ผˆๅœจ Linux ๅ’Œ macOS ไธŠ๏ผ‰ๆˆ– `.venv\Scripts`๏ผˆๅœจ Windows ไธŠ๏ผ‰ๅŠ ๅ…ฅๅˆฐ `PATH` ็’ฐๅขƒ่ฎŠๆ•ธไธญใ€‚
    
    ๅ‡่จญๅœจๅ•Ÿ็”จ็’ฐๅขƒไน‹ๅ‰๏ผŒ`PATH` ่ฎŠๆ•ธ็œ‹่ตทไพ†ๅƒ้€™ๆจฃ๏ผš
    
    //// tab | Linux, macOS
    
    ```plaintext
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 09 22:39:33 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  10. .gitmodules

    [submodule "okhttp-hpacktests/src/test/resources/hpack-test-case"]
    	path = okhttp-hpacktests/src/test/resources/hpack-test-case
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Dec 10 09:33:37 UTC 2022
    - 182 bytes
    - Viewed (0)
Back to top