- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 5,567 for basic (0.02 sec)
-
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_ru.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 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.facet_filetype_properties=File di proprietà labels.facet_filetype_python=Python labels.facet_filetype_ruby=Ruby labels.facet_filetype_scala=Scala labels.facet_filetype_shell=Script shell labels.facet_filetype_vb=Visual Basic labels.facet_filetype_others=Altri labels.facet_label_reset=Reset labels.searchoptions_all=Tutto labels.searchoptions_score=Punteggio labels.searchoptions_menu_sort=Ordina labels.searchoptions_menu_num=Numero
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K 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/vi/docs/index.md
* Bảo mật và xác thực, hỗ trợ **OAuth2**(với **JWT tokens**) và **HTTP Basic**. * Những kĩ thuật nâng cao hơn (nhưng tương đối dễ) để định nghĩa **JSON models lồng nhau** (cảm ơn Pydantic).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.9K 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)