- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 409 for BASIC (0.01 sec)
-
src/test/java/org/codelibs/fess/api/WebApiManagerTest.java
request.setRequestURI("/api"); assertFalse(manager.matches(request)); } public void test_process_basicExecution() throws IOException, ServletException { // Test basic process execution TestWebApiManager manager = new TestWebApiManager("/api"); TestHttpServletRequest request = new TestHttpServletRequest(); request.setRequestURI("/api/test");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.6K bytes - Viewed (0) -
src/test/java/jcifs/util/StringsTest.java
private static final String TEST_STRING = "Hello World"; private static final String UNICODE_STRING = "Hello 世界 🌍"; private static final String ASCII_STRING = "ASCII Test"; @Nested @DisplayName("Basic Encoding Methods") class BasicEncodingTests { @Test @DisplayName("getBytes should handle null string") void testGetBytesWithNull() { // When
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.6K bytes - Viewed (0) -
src/test/java/jcifs/ACETest.java
class FileAccessConstantsTests { @Test @DisplayName("Should have correct values for file access constants") void shouldHaveCorrectFileAccessConstants() { // Basic file operations (bits 0-8) assertEquals(0x00000001, ACE.FILE_READ_DATA, "FILE_READ_DATA should be 0x00000001"); assertEquals(0x00000002, ACE.FILE_WRITE_DATA, "FILE_WRITE_DATA should be 0x00000002");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.4K bytes - Viewed (0) -
docs/smb3-features/01-smb3-lease-design.md
public static final int SMB2_LEASE_READ_WRITE = 0x05; // RW public static final int SMB2_LEASE_FULL = 0x07; // RWH } ``` ### 3.2 Lease Versions - **Lease V1**: Basic lease support (SMB 3.0) - **Lease V2**: Adds epoch support for better consistency (SMB 3.0.2+) ## 4. Data Structures ### 4.1 Lease Key Structure ```java package jcifs.internal.smb2.lease;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 22K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.facet_filetype_properties=속성 파일 labels.facet_filetype_python=Python labels.facet_filetype_ruby=Ruby labels.facet_filetype_scala=Scala labels.facet_filetype_shell=셸 스크립트 labels.facet_filetype_vb=Visual Basic labels.facet_filetype_others=기타 labels.facet_label_reset=리셋 labels.searchoptions_all=모두 labels.searchoptions_score=점수 labels.searchoptions_menu_sort=정렬 labels.searchoptions_menu_num=건수
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
docs/smb3-features/04-directory-leasing-design.md
// READ_CACHING for directories means: // - Can cache directory enumeration results // - Can cache file existence queries // - Can cache basic file attributes // HANDLE_CACHING for directories means: // - Can keep directory handle open // - Can cache subdirectory handles // WRITE_CACHING for directories means:
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0) -
docs/bucket/notifications/README.md
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 84.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java
/** * DFS storage state indicating active status */ public static final int DFS_STORAGE_STATE_ACTIVE = 0x0004; /** * DFS information level 1 structure containing basic DFS entry information */ public static class DfsInfo1 extends NdrObject { /** * Default constructor for DfsInfo1 */ public DfsInfo1() { // Default constructor
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 21.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/AndXServerMessageBlockTest.java
assertTrue(length > 0); verify(mockDigest).sign(eq(buffer), eq(0), eq(length), eq(testBlock), any()); } @Test @DisplayName("Test decode basic message") void testDecodeBasicMessage() throws SMBProtocolDecodingException { testBlock = new TestAndXServerMessageBlock(mockConfig, (byte) 0x25) { @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.4K bytes - Viewed (0) -
docs/he/docs/index.md
- דרך חזקה וקלה להשתמש ב**<abbr title="ידועה גם כרכיבים, משאבים, ספקים, שירותים, מוזרקים">הזרקת תלויות</abbr>**. - אבטחה והתאמתות, כולל תמיכה ב - **OAuth2** עם **JWT** והתאמתות **HTTP Basic**. - טכניקות מתקדמות (אבל קלות באותה מידה) להכרזת אובייקטי JSON מקוננים (תודות ל - Pydantic). - אינטרקציה עם **GraphQL** דרך <a href="https://strawberry.rocks" class="external-link" target="_blank">Strawberry</a> וספריות אחרות.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.2K bytes - Viewed (0)