- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 323 for ridentifier (0.13 sec)
-
src/test/java/jcifs/SmbTreeHandleTest.java
assertEquals("TEST_SHARE", smbTreeHandle.getConnectedShare(), "Connected share should be TEST_SHARE"); } /** * Test for isSameTree() method. * Verifies that the method correctly identifies if two handles refer to the same tree. */ @Test void testIsSameTree() { SmbTreeHandle anotherHandle = mock(SmbTreeHandle.class);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/UploadForm.java
* This form is used in the admin interface to upload custom protected words dictionary files. */ public class UploadForm { /** * The dictionary ID that identifies which protected words dictionary configuration to update. * This ID corresponds to a specific protected words dictionary instance in the system. */ @Required public String dictId; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
public static final int SE_GROUP_RESOURCE = 536870912; /** Security group attribute: Group represents a logon identifier */ public static final int SE_GROUP_LOGON_ID = -1073741824; /** * SAMR RID with attribute structure. * Represents a relative identifier (RID) with associated attribute flags. */ public static class SamrRidWithAttribute extends NdrObject { /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
public static final int SE_GROUP_RESOURCE = 536870912; /** Security group attribute: Group represents a logon identifier */ public static final int SE_GROUP_LOGON_ID = -1073741824; /** * SAMR RID with attribute structure. * Represents a relative identifier (RID) with associated attribute flags. */ public static class SamrRidWithAttribute extends NdrObject { /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (0) -
docs/en/docs/advanced/openapi-webhooks.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.9K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Charsets.java
*/ @Deprecated @J2ktIncompatible @GwtIncompatible // Charset not supported by GWT public static final Charset UTF_16LE = StandardCharsets.UTF_16LE; /** * UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order * mark. * * @deprecated Use {@link StandardCharsets#UTF_16} instead. */ @Deprecated @J2ktIncompatible @GwtIncompatible // Charset not supported by GWT
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 3K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<version>4.0.0+</version> <required>true</required> <identifier>true</identifier> <description> A unique identifier for a repository. This is used to match the repository to configuration in the {@code settings.xml} file, for example. Furthermore, the identifier is used during POM inheritance and profile injection to detect repositories that should be merged.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/ThumbnailGenerator.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/QueryHelper.java
*/ public void setDefaultGeoInfo(final GeoInfo defaultGeoInfo) { this.defaultGeoInfo = defaultGeoInfo; } /** * Generates a unique identifier string by creating a UUID and removing hyphens. * * @return a unique identifier string */ public String generateId() { return UUID.randomUUID().toString().replace("-", StringUtil.EMPTY); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/EditForm.java
* The CRUD operation mode for this form. * Indicates whether this is a create, read, update, or delete operation. */ @ValidateTypeFailure public Integer crudMode; /** * The unique identifier of the failure URL record being edited. * This is a required field for identifying which failure record to update. */ @Required @Size(max = 1000) public String id; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.2K bytes - Viewed (0)