Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 951 - 960 of 2,393 for sata (0.02 seconds)

  1. okhttp-logging-interceptor/Module.md

    # Module okhttp-logging-interceptor
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Apr 02 11:27:49 GMT 2019
    - 102 bytes
    - Click Count (0)
  2. src/test/java/jcifs/internal/smb1/net/NetShareEnumResponseTest.java

            // Test with different parameters
            result = response.readSetupWireFormat(buffer, 10, 50);
            assertEquals(0, result);
        }
    
        @Test
        @DisplayName("Test readParametersWireFormat with valid data")
        void testReadParametersWireFormat() throws Exception {
            byte[] buffer = new byte[8];
            int bufferIndex = 0;
    
            // status (2 bytes)
            SMBUtil.writeInt2(0, buffer, bufferIndex);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 20.2K bytes
    - Click Count (0)
  3. src/main/webapp/WEB-INF/orig/view/search.jsp

    				href="#searchOptions" class="badge text-bg-primary text-decoration-none"
    				data-bs-toggle="collapse"> <la:message
    						key="labels.searchoptions_num" arg0="${f:h(num)}" />
    			</a></li>
    			<li class="list-inline-item"><la:message key="labels.searchoptions_menu_lang" /> <a
    				href="#searchOptions" class="badge text-bg-primary text-decoration-none"
    				data-bs-toggle="collapse"> <c:if test="${empty lang}">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 6.7K bytes
    - Click Count (0)
  4. src/main/webapp/WEB-INF/view/search.jsp

    				href="#searchOptions" class="badge text-bg-primary text-decoration-none"
    				data-bs-toggle="collapse"> <la:message
    						key="labels.searchoptions_num" arg0="${f:h(num)}" />
    			</a></li>
    			<li class="list-inline-item"><la:message key="labels.searchoptions_menu_lang" /> <a
    				href="#searchOptions" class="badge text-bg-primary text-decoration-none"
    				data-bs-toggle="collapse"> <c:if test="${empty lang}">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 6.7K bytes
    - Click Count (0)
  5. docs/compression/README.md

    which is a fitness factor for a lossless data compression.
    
    Pre-compressed input typically compresses in excess of 2GiB/s per core,
    so performance impact should be minimal even if precompressed data is re-compressed.
    Decompressing incompressible data has no significant performance impact.
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 5.2K bytes
    - Click Count (0)
  6. .teamcity/src/main/kotlin/model/CIBuildModel.kt

        val trigger: Trigger = Trigger.NEVER,
        val runsIndependent: Boolean = false,
    ) {
        val id = stageName.id
    }
    
    data class DocsTestCoverage(
        val os: Os,
        val testJava: JvmCategory,
        val docsTestTypes: List<DocsTestType>,
    )
    
    data class TestCoverage(
        val uuid: Int,
        val testType: TestType,
        val os: Os,
        val testJvmVersion: JvmVersion,
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Jan 20 03:53:25 GMT 2026
    - 27.5K bytes
    - Click Count (0)
  7. docs/tr/docs/tutorial/request-forms.md

    # Form Verisi { #form-data }
    
    JSON yerine form alanlarını almanız gerektiğinde `Form` kullanabilirsiniz.
    
    /// info | Bilgi
    
    Formları kullanmak için önce [`python-multipart`](https://github.com/Kludex/python-multipart) paketini kurun.
    
    Bir [virtual environment](../virtual-environments.md) oluşturduğunuzdan, onu etkinleştirdiğinizden emin olun ve ardından örneğin şöyle kurun:
    
    ```console
    $ pip install python-multipart
    ```
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 2.9K bytes
    - Click Count (0)
  8. docs/en/docs/advanced/path-operation-advanced-configuration.md

    The dictionary in `openapi_extra` will be deeply merged with the automatically generated OpenAPI schema for the *path operation*.
    
    So, you could add additional data to the automatically generated schema.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  9. docs/en/docs/reference/parameters.md

    # Request Parameters
    
    Here's the reference information for the request parameters.
    
    These are the special functions that you can put in *path operation function* parameters or dependency functions with `Annotated` to get data from the request.
    
    It includes:
    
    * `Query()`
    * `Path()`
    * `Body()`
    * `Cookie()`
    * `Header()`
    * `Form()`
    * `File()`
    
    You can import them all directly from `fastapi`:
    
    ```python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 603 bytes
    - Click Count (0)
  10. android/guava-tests/test/com/google/common/io/CharSinkTester.java

        Writer writer = sink.openStream();
        try {
          writer.write(data);
        } finally {
          writer.close();
        }
    
        assertContainsExpectedString();
      }
    
      public void testOpenBufferedStream() throws IOException {
        Writer writer = sink.openBufferedStream();
        try {
          writer.write(data);
        } finally {
          writer.close();
        }
    
        assertContainsExpectedString();
      }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 4.5K bytes
    - Click Count (0)
Back to Top