Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 531 - 540 of 920 for output_ (0.78 seconds)

  1. src/test/java/jcifs/smb/compression/DefaultCompressionServiceTest.java

            assertThrows(CIFSException.class, () -> {
                compressionService.compress(testData, 0, testData.length + 1, CompressionService.COMPRESSION_LZ77);
            });
        }
    
        @Test
        @DisplayName("Test output buffer too small")
        public void testOutputBufferTooSmall() throws CIFSException {
            byte[] compressed = compressionService.compress(testData, CompressionService.COMPRESSION_LZ77);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 9.1K bytes
    - Click Count (0)
  2. android/guava/pom.xml

                  <!--
                    JPMS needs access to the module sources to complete a modular Java build. We also need to override the
                    base compile settings (in the root `pom.xml`) to enable MRJAR output.
                  -->
                  <compilerArgs combine.self="override">
                    <arg>-sourcepath</arg>
                    <arg>${project.basedir}/src</arg>
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Nov 17 21:36:50 GMT 2025
    - 9.8K bytes
    - Click Count (0)
  3. docs/en/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    {* ../../docs_src/pydantic_v1_in_v2/tutorial003_an_py310.py hl[2:3,6,12,21:22] *}
    
    In this example above, the input model is a Pydantic v1 model, and the output model (defined in `response_model=ItemV2`) is a Pydantic v2 model.
    
    ### Pydantic v1 parameters { #pydantic-v1-parameters }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 5.4K bytes
    - Click Count (0)
  4. docs/tr/docs/async.md

    Ardından, 🤖 ilk biten görevi alır (örneğin bizim "slow-file" 📝) ve onunla yapması gerekenlere devam eder.
    
    Bu "başka bir şeyi beklemek" genelde işlemci ve RAM hızına kıyasla nispeten "yavaş" olan <abbr title="Input and Output - Giriş ve Çıkış">I/O</abbr> işlemlerine atıfta bulunur, örneğin şunları beklemek gibi:
    
    * istemciden verinin ağ üzerinden gelmesi
    * programınızın gönderdiği verinin ağ üzerinden istemciye ulaşması
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 23.7K bytes
    - Click Count (0)
  5. .teamcity/scripts/FindCommits.java

     * - Uses origin/<target_branch_name> as the target
     * - If HEAD is a merge commit and one parent equals the target SHA, the other parent is treated as PR head
     * - Otherwise HEAD itself is treated as PR head
     *
     * Output:
     * - Writes commit SHAs to stdout, one per line
     * - Diagnostic info to stderr
     */
    public class FindCommits {
        public static void main(String[] args) throws Exception {
            if (args.length != 1) {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Jan 20 03:53:25 GMT 2026
    - 5.5K bytes
    - Click Count (0)
  6. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/EclipseConventionPlugin.java

                    eclipseModel.getClasspath().getFile().whenMerged(c -> {
                        Classpath classpath = (Classpath) c;
    
                        /*
                         * give each source folder a unique corresponding output folder
                         * outside of the usual `build` folder. We can't put the build
                         * in the usual build folder because eclipse becomes *very* sad
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 09:43:51 GMT 2021
    - 6.4K bytes
    - Click Count (0)
  7. android/guava/src/com/google/common/hash/HashFunction.java

       * that no character encoding is performed; the low byte and high byte of each {@code char} are
       * hashed directly (in that order).
       *
       * <p><b>Warning:</b> This method will produce different output than most other languages do when
       * running the same hash function on the equivalent input. For cross-language compatibility, use
       * {@link #hashString}, usually with a charset of UTF-8. For other use cases, use {@code
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 17 20:26:29 GMT 2025
    - 10.9K bytes
    - Click Count (0)
  8. ci/official/utilities/code_check_full.bats

        "@local_config_tensorrt//:tensorrt)" --keep_going > $BATS_TEST_TMPDIR/out
    
      cat <<EOF
    There was a path found connecting //tensorflow/tools/pip_package:wheel
    to a banned CUDA dependency. Here's the output from bazel query:
    EOF
      cat $BATS_TEST_TMPDIR/out
      [[ ! -s $BATS_TEST_TMPDIR/out ]]
    }
    
    @test "Pip package doesn't depend on CUDA for static builds (i.e. Windows)" {
      bazel cquery \
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 28 22:41:17 GMT 2026
    - 13.6K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/_llm-test.md

    * 檢查翻譯是否正確。
    * 如有需要,改進你的語言特定提示、通用提示,或英文原文。
    * 然後手動修正翻譯中剩下的問題,讓它成為一個好的譯文。
    * 重新翻譯,並保留這份好的譯文。理想結果是 LLM 不再對該譯文做任何變更。這代表通用提示與你的語言特定提示已經盡可能完善(有時它仍可能做出幾個看似隨機的變更,原因是[LLMs 並非決定性演算法](https://doublespeak.chat/#/handbook#deterministic-output))。
    
    測試:
    
    ## 程式碼片段 { #code-snippets }
    
    //// tab | 測試
    
    這是一個程式碼片段:`foo`。這是另一個程式碼片段:`bar`。還有一個:`baz quux`。
    
    ////
    
    //// tab | 資訊
    
    程式碼片段內的內容應保持原樣。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10K bytes
    - Click Count (0)
  10. src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym.jsp

                                                        <td>${f:h(data.inputs)}</td>
                                                        <td>${f:h(data.outputs)}</td>
                                                    </tr>
                                                </c:forEach>
                                                </tbody>
                                            </table>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 10.2K bytes
    - Click Count (0)
Back to Top