Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 250 for 22 (0.01 sec)

  1. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                try {
                    final StringBuilder buf = new StringBuilder(url.length() + 100);
                    buf.append(url).append("#search=%22");
                    buf.append(URLEncoder.encode(queries.trim(), Constants.UTF_8));
                    buf.append("%22");
                    return buf.toString();
                } catch (final UnsupportedEncodingException e) {
                    logger.warn("Unsupported encoding.", e);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
  2. cmd/bucket-metadata_gen.go

    func (z *BucketMetadata) Msgsize() (s int) {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Aug 28 15:32:18 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  3. docs/en/docs/management-tasks.md

    Here are the [PRs to review with the label `lang-bs`](https://github.com/fastapi/fastapi/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3Alang-bs+label%3A%22awaiting-review%22). 🤓
    ```
    
    Update "Bosnian" with the new language.
    
    And update the search link to point to the new language label that will be created, like `lang-bs`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  4. src/test/java/jcifs/internal/fscc/FileBothDirectoryInfoTest.java

        private byte[] createValidBufferWithNullTermination(String filename, String shortName, boolean unicode) {
            // Create buffer with extra space for null termination
            int filenameLength = unicode ? (filename.length() * 2) + 2 : filename.length() + 1;
            byte[] buffer = new byte[94 + filenameLength];
    
            // Set default values
            SMBUtil.writeInt4(0, buffer, 0); // nextEntryOffset
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 20.9K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java

        cache.put(10, 20);
        fakeTicker.advance(500, MILLISECONDS);
        cache.put(20, 22);
        cache.put(5, 10);
    
        fakeTicker.advance(501, MILLISECONDS);
    
        assertTrue(cache.asMap().values().contains(22));
        assertTrue(cache.asMap().values().contains(10));
        assertFalse(cache.asMap().values().contains(20));
      }
    
      public void testAsMapKeySet() {
        Cache<Integer, Integer> cache =
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 14.4K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/response-model.md

    đŸ“Ĩ, âœ‹ī¸ 👆 *➡ đŸ› ī¸ đŸ”ĸ* đŸ›Ŧ 🎏 đŸ”ĸ 👩‍đŸ’ģ 👈 🔌 🔐:
    
    {* ../../docs_src/response_model/tutorial003.py hl[24] *}
    
    ...đŸ‘Ĩ đŸ“Ŗ `response_model` 👆 🏷 `UserOut`, 👈 đŸšĢ 🔌 🔐:
    
    {* ../../docs_src/response_model/tutorial003.py hl[22] *}
    
    , **FastAPI** 🔜 ✊ 💅 đŸ–Ĩ 👅 🌐 đŸ’Ŋ 👈 đŸšĢ đŸ“Ŗ đŸ”ĸ 🏷 (âš™ī¸ Pydantic).
    
    ### `response_model` âš–ī¸ 📨 🆎
    
    👉 đŸ’ŧ, â†Šī¸ 2ī¸âƒŖ 🏷 🎏, đŸšĨ đŸ‘Ĩ ✍ đŸ”ĸ 📨 🆎 `UserOut`, 👨‍🎨 &amp; 🧰 🔜 😭 👈 đŸ‘Ĩ đŸ›Ŧ ❌ 🆎, 📚 🎏 🎓.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java

        }
    
        public void test_selectList_offset() {
            // Load data first
            protwordsFile.reload(null);
    
            // Test with offset
            PagingList<ProtwordsItem> list = protwordsFile.selectList(2, 2);
            assertEquals(2, list.size());
            assertEquals("test3", list.get(0).getInput());
            assertEquals("test\\4", list.get(1).getInput());
        }
    
        public void test_selectList_outOfBounds() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 20.8K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/collect/ImmutableBiMapTest.java

            ImmutableBiMap.<String, Integer>builder().put("one", 1).put("two", 2);
        ImmutableBiMap.Builder<String, Integer> zat =
            ImmutableBiMap.<String, Integer>builder().put("two", 22).put("three", 3);
        assertThrows(IllegalArgumentException.class, () -> zis.combine(zat).build());
      }
    
      // BiMap-specific tests
    
      @SuppressWarnings("DoNotCall")
      public void testForcePut() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/smb1/ServerMessageBlock.java

            }
            return str;
        }
    
        int stringWireLength(final String str, final int offset) {
            int len = str.length() + 1;
            if (useUnicode) {
                len = str.length() * 2 + 2;
                len = offset % 2 != 0 ? len + 1 : len;
            }
            return len;
        }
    
        int readStringLength(final byte[] src, final int srcIndex, final int max) {
            int len = 0;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 19.7K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/primitives/CharsTest.java

        List<Character> list = Chars.asList(array);
        assertThat(Chars.toArray(list.subList(1, 3))).isEqualTo(new char[] {(char) 1, (char) 2});
        assertThat(Chars.toArray(list.subList(2, 2))).isEqualTo(new char[] {});
      }
    
      // `primitives` can't depend on `collect`, so this is what the prod code has to return.
      @SuppressWarnings("EmptyList")
      public void testAsListEmpty() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 25.9K bytes
    - Viewed (0)
Back to top