Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 145 for 1013 (0.25 sec)

  1. src/test/java/jcifs/internal/smb2/ioctl/SrvCopyChunkCopyResponseTest.java

            void testMismatchedValues() throws SMBProtocolDecodingException {
                // This could happen if the last chunk is smaller
                byte[] buffer = createValidCopyChunkResponse(10, // 10 chunks
                        65536, // Last chunk size (not average)
                        589824 // Total less than 10 * 65536
                );
    
                int bytesDecoded = response.decode(buffer, 0, buffer.length);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 19.8K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/hash/HashingTest.java

        HashTestUtils.checkNoFunnels(Hashing.goodFastHash(256));
        HashTestUtils.assertInvariants(Hashing.goodFastHash(256));
      }
    
      public void testConsistentHash_correctness() {
        long[] interestingValues = {-1, 0, 1, 2, Long.MAX_VALUE, Long.MIN_VALUE};
        for (long h : interestingValues) {
          checkConsistentHashCorrectness(h);
        }
        Random r = new Random(7);
        for (int i = 0; i < 20; i++) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 26.4K bytes
    - Viewed (2)
  3. docs/em/docs/tutorial/bigger-applications.md

    ```Python hl_lines="5" title="app/main.py"
    {!../../docs_src/bigger_applications/app/main.py!}
    ```
    
    ### πŸ”Œ `APIRouter`β“‚ `users` &amp; `items`
    
    πŸ”œ, ➑️ πŸ”Œ `router`β“‚ βšͺ️➑️ πŸ” `users` &amp; `items`:
    
    ```Python hl_lines="10-11" title="app/main.py"
    {!../../docs_src/bigger_applications/app/main.py!}
    ```
    
    /// info
    
    `users.router` πŸ”Œ `APIRouter` πŸ”˜ πŸ“ `app/routers/users.py`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/orig/view/advance.jsp

    					<la:select property="num" styleId="numSearchOption" styleClass="form-control">
    						<option value="">
    							<la:message key="labels.search_result_select_num" />
    						</option>
    						<la:option value="10">10</la:option>
    						<la:option value="20">20</la:option>
    						<la:option value="30">30</la:option>
    						<la:option value="40">40</la:option>
    						<la:option value="50">50</la:option>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jan 18 12:09:07 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  5. src/test/java/jcifs/internal/fscc/FileSystemInformationTest.java

                });
            }
        }
    
        @Nested
        @DisplayName("Test Implementation Tests")
        class TestImplementationTests {
    
            @ParameterizedTest
            @ValueSource(bytes = { -1, 0, 1, 3, 7, Byte.MAX_VALUE, Byte.MIN_VALUE })
            @DisplayName("Should handle various information class values")
            void testVariousInformationClassValues(byte classValue) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  6. cmd/endpoint-ellipses_test.go

    						{
    							Prefix: "",
    							Suffix: "",
    							Seq:    getSequences(1, 10, 0),
    						},
    						{
    							Prefix: "http://[2001:3984:3989::",
    							Suffix: "]/disk",
    							Seq:    getHexSequences(1, 10, 3),
    						},
    					},
    				},
    				nil,
    				[][]uint64{{10, 10, 10, 10, 10, 10, 10, 10, 10, 10}},
    			},
    			true,
    		},
    	}
    
    	for _, testCase := range testCases {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  7. docs/en/docs/tutorial/response-model.md

    {* ../../docs_src/response_model/tutorial003_01_py310.py hl[7:10,13:14,18] *}
    
    With this, we get tooling support, from editors and mypy as this code is correct in terms of types, but we also get the data filtering from FastAPI.
    
    How does this work? Let's check that out. πŸ€“
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 16K bytes
    - Viewed (0)
  8. docs/pt/docs/tutorial/response-model.md

    {* ../../docs_src/response_model/tutorial003_01_py310.py hl[7:10,13:14,18] *}
    
    Com isso, temos suporte de ferramentas, de editores e mypy, pois este cΓ³digo estΓ‘ correto em termos de tipos, mas tambΓ©m obtemos a filtragem de dados do FastAPI.
    
    Como isso funciona? Vamos verificar. πŸ€“
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Nov 26 22:51:05 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/base/Utf8Test.java

    /*
     * Copyright (C) 2013 The Guava Authors
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     * http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  10. docs/ko/docs/advanced/events.md

    그리고 `yield` μ΄ν›„μ˜ 뢀뢄은 μ• ν”Œλ¦¬μΌ€μ΄μ…˜μ΄ μ™„λ£Œλœ ν›„ **λ‚˜μ€‘μ—** μ‹€ν–‰λ©λ‹ˆλ‹€.
    
    ### 비동기 μ»¨ν…μŠ€νŠΈ λ§€λ‹ˆμ €
    
    ν•¨μˆ˜λ₯Ό 확인해보면, `@asynccontextmanager`둜 μž₯μ‹λ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.
    
    이것은 ν•¨μˆ˜λ₯Ό "**비동기 μ»¨ν…μŠ€νŠΈ λ§€λ‹ˆμ €**"라고 λΆˆλ¦¬λŠ” κ²ƒμœΌλ‘œ λ³€ν™˜μ‹œν‚΅λ‹ˆλ‹€.
    
    {* ../../docs_src/events/tutorial003.py hl[1,13] *}
    
    νŒŒμ΄μ¬μ—μ„œ **μ»¨ν…μŠ€νŠΈ λ§€λ‹ˆμ €**λŠ” `with` λ¬Έμ—μ„œ μ‚¬μš©ν•  수 μžˆλŠ” κ²ƒμž…λ‹ˆλ‹€. 예λ₯Ό λ“€μ–΄, `open()`은 μ»¨ν…μŠ€νŠΈ λ§€λ‹ˆμ €λ‘œ μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€:
    
    ```Python
    with open("file.txt") as file:
        file.read()
    ```
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri May 30 13:33:53 UTC 2025
    - 9.2K bytes
    - Viewed (0)
Back to top