Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for 0102 (0.6 sec)

  1. src/test/java/org/codelibs/curl/io/ContentOutputStreamTest.java

        @Test
        public void testMultipleWrites() throws IOException {
            // Multiple write calls should accumulate
            ContentOutputStream cos = new ContentOutputStream(10, Curl.tmpDir);
            cos.write(new byte[] { 0, 1, 2 });
            assertTrue(cos.isInMemory());
            cos.write(new byte[] { 3, 4 });
            assertTrue(cos.isInMemory());
            cos.write(new byte[] { 5 });
            assertTrue(cos.isInMemory());
    Registered: Sat Dec 20 09:13:53 UTC 2025
    - Last Modified: Wed Nov 12 14:01:04 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsResponseTest.java

            String[][] readings = new String[1][];
            readings[0] = new String[] { "word1" };
            items.add(new SuggestItem(new String[] { "word1" }, readings, new String[] { "content" }, 0, 10, -1, new String[] { "tag1" },
                    new String[] { SuggestConstants.DEFAULT_ROLE }, null, SuggestItem.Kind.QUERY));
    
            PopularWordsResponse response = new PopularWordsResponse("test-index", 100, words, 10, items);
    
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Thu Nov 13 00:40:54 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

              <match value="\nStatus:" type="string" offset="0:1024"/>
              <match value="\nSubject:" type="string" offset="0:1024"/>
              <match value="\nTo:" type="string" offset="0:1024"/>
              <match value="\nUser-Agent:" type="string" offset="0:1024"/>
              <match value="\nX-Mailer:" type="string" offset="0:1024"/>
              <match value="\nX-Originating-IP:" type="stringignorecase" offset="0:1024"/>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (2)
  4. fess-crawler/src/test/java/org/codelibs/fess/crawler/util/ResponseDataUtilTest.java

            }
        }
    
        public void test_createResponseBodyFile_binaryContent() throws Exception {
            // Test with binary content
            byte[] binaryData = new byte[] { 0x00, 0x01, 0x02, (byte) 0xFF, (byte) 0xFE, (byte) 0xFD };
    
            ResponseData responseData = new ResponseData() {
                @Override
                public InputStream getResponseBody() {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sat Nov 22 13:28:22 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/suggest/SuggesterRefactoringTest.java

        @Test
        @SuppressWarnings("unchecked")
        public void testGetIndicesForAlias_multipleIndices() throws Exception {
            final String index1 = "test-multi-index-001";
            final String index2 = "test-multi-index-002";
            final String aliasName = "test-multi-alias";
    
            // Create first index with alias
            client.admin().indices().prepareCreate(index1).addAlias(new Alias(aliasName)).execute().actionGet();
    
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 24 03:40:05 UTC 2025
    - 13.4K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_en.properties

    labels.file_auth_password=Password
    labels.file_auth_parameters=Parameters
    labels.file_auth_file_crawling_config=File Crawl Config
    labels.file_auth_scheme_samba=Samba
    labels.file_auth_scheme_ftp=FTP
    labels.pagination_page_guide_msg={0}/{1} ({2} items)
    labels.list_could_not_find_crud_table=Not registered.
    labels.scheduledjob_configuration=Job Scheduler
    labels.scheduledjob_title_details=Job
    labels.scheduledjob_name=Name
    labels.scheduledjob_target=Target
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 44K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_zh_TW.properties

    labels.file_auth_password=密碼
    labels.file_auth_parameters=參數
    labels.file_auth_file_crawling_config=檔案爬網配置
    labels.file_auth_scheme_samba=Samba
    labels.file_auth_scheme_ftp=FTP
    labels.pagination_page_guide_msg={0}/{1} ({2} 條)
    labels.list_could_not_find_crud_table=未註冊。
    labels.scheduledjob_configuration=作業排程器
    labels.scheduledjob_title_details=作業
    labels.scheduledjob_name=名稱
    labels.scheduledjob_target=目標
    labels.scheduledjob_status=狀態
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 43.9K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ru.properties

    labels.file_auth_parameters=Параметры
    labels.file_auth_file_crawling_config=Конфигурация сканирования файлов
    labels.file_auth_scheme_samba=Samba
    labels.file_auth_scheme_ftp=FTP
    labels.pagination_page_guide_msg={0}/{1} ({2} элементов)
    labels.list_could_not_find_crud_table=Не зарегистрировано.
    labels.scheduledjob_configuration=Планировщик заданий
    labels.scheduledjob_title_details=Задание
    labels.scheduledjob_name=Имя
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 60.2K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_nl.properties

    labels.file_auth_parameters=Parameters
    labels.file_auth_file_crawling_config=Bestandscrawlconfiguratie
    labels.file_auth_scheme_samba=Samba
    labels.file_auth_scheme_ftp=FTP
    labels.pagination_page_guide_msg={0}/{1} ({2} items)
    labels.list_could_not_find_crud_table=Niet geregistreerd.
    labels.scheduledjob_configuration=Taakplanner
    labels.scheduledjob_title_details=Taak
    labels.scheduledjob_name=Naam
    labels.scheduledjob_target=Doel
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 46.1K bytes
    - Viewed (1)
  10. src/main/resources/fess_label_fr.properties

    labels.file_auth_parameters=Paramètres
    labels.file_auth_file_crawling_config=Configuration de l'exploration de fichiers
    labels.file_auth_scheme_samba=Samba
    labels.file_auth_scheme_ftp=FTP
    labels.pagination_page_guide_msg={0}/{1} ({2} éléments)
    labels.list_could_not_find_crud_table=Non enregistré.
    labels.scheduledjob_configuration=Planificateur de tâches
    labels.scheduledjob_title_details=Tâche
    labels.scheduledjob_name=Nom
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 49.2K bytes
    - Viewed (0)
Back to top