- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 48 for 7012 (0.5 sec)
-
src/test/java/jcifs/http/NtlmSspTest.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 11.4K bytes - Viewed (1) -
src/test/java/jcifs/pac/kerberos/KerberosApRequestTest.java
import org.junit.jupiter.params.provider.ValueSource; import jcifs.pac.PACDecodingException; class KerberosApRequestTest { // Helper: build a minimal, valid-looking ASN.1 AP-REQ sequence with tags 0/1/2 private ASN1Sequence buildMinimalApReqSeq(byte apOptions) { ASN1EncodableVector v = new ASN1EncodableVector(); // pvno [0] INTEGER 5Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.3K bytes - Viewed (0) -
src/test/java/jcifs/context/BaseContextTest.java
@Test @DisplayName("getPipe method should handle different pipe types") void testGetPipeResourceWithDifferentTypes() throws CIFSException { // Test different pipe types int[] pipeTypes = { 0, 1, 2 }; for (int pipeType : pipeTypes) { // When SmbPipeResource pipe = context.getPipe("smb://server/IPC$/pipe", pipeType); // ThenRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 15.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/filter/UrlFilterTest.java
} /** * Test processUrl method with various URL patterns */ public void test_processUrl_basic() { String sessionId = "test-session-012"; urlFilter.init(sessionId); // Process URL should handle different URL formats urlFilter.processUrl("https://example.com/"); urlFilter.processUrl("http://test.com/path/to/page");Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 19K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
// For CCM, we need to extract only the first 12 bytes of the nonce final byte[] ccmNonce = new byte[12]; System.arraycopy(nonce, 0, ccmNonce, 0, 12); final AEADBlockCipher cipher = createCCMCipher(false, ccmNonce, associatedData.length, ciphertext.length); // Process AAD (not included in ciphertext)Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 35.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopyChunkCopyResponseTest.java
SMBUtil.writeInt4(50, buffer, 0); SMBUtil.writeInt4(32768, buffer, 4); SMBUtil.writeInt4(1638400, buffer, 8); int bytesDecoded = response.decode(buffer, 0, 12); assertEquals(12, bytesDecoded); assertEquals(50, response.getChunksWritten()); assertEquals(32768, response.getChunkBytesWritten());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.8K bytes - Viewed (0) -
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=TargetRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
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) -
src/main/webapp/css/font-awesome.min.css
hower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 14 21:22:25 UTC 2019 - 55.8K bytes - Viewed (2) -
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)