Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for Data4 (0.03 sec)

  1. src/test/java/org/codelibs/fess/job/CrawlJobTest.java

            assertSame(crawlJob, result);
        }
    
        // Test dataConfigIds setter
        public void test_dataConfigIds() {
            String[] testIds = { "data1", "data2", "data3", "data4" };
            CrawlJob result = crawlJob.dataConfigIds(testIds);
            assertArrayEquals(testIds, crawlJob.dataConfigIds);
            assertSame(crawlJob, result);
    
            // Test with null
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 25K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (windows-386), type GUID struct, Data1 uint32
    pkg syscall (windows-386), type GUID struct, Data2 uint16
    pkg syscall (windows-386), type GUID struct, Data3 uint16
    pkg syscall (windows-386), type GUID struct, Data4 [8]uint8
    pkg syscall (windows-386), type RawSockaddrInet6 struct, Family uint16
    pkg syscall (windows-386), type SysProcAttr struct, CreationFlags uint32
    pkg syscall (windows-386), var WSAID_CONNECTEX GUID
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top