- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 488 for creation (0.24 sec)
-
src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java
/** Search/filter parameter for duplicate host sort order. */ public String sortOrder; /** Search/filter parameter for duplicate host creator. */ public String createdBy; /** Search/filter parameter for duplicate host creation time. */ public String createdTime; /** Search/filter parameter for duplicate host version number. */ public String versionNo; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessCookieResourceProviderTest.java
} // Test cookie cipher public void test_provideCookieCipher() { // provideCookieCipher is not directly exposed anymore // Testing through cookie spec creation instead // CookieSpec is not directly available for testing assertNotNull(cookieResourceProvider); } // Test with null configuration values public void test_withNullConfigValues() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 8.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessApiFailureHookTest.java
// Test with empty message RuntimeException emptyMessageEx = new RuntimeException(""); assertEquals("", emptyMessageEx.getMessage()); } // Test JSON response creation helper public void test_jsonResponseCreation() { ApiResult.ApiErrorResponse errorResponse = new ApiResult.ApiErrorResponse(); errorResponse.message("Success"); errorResponse.status(Status.OK);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyRequest.java
public static final int FILE_NOTIFY_CHANGE_LAST_WRITE = 0x10; /** * Notify when last access time changes */ public static final int FILE_NOTIFY_CHANGE_LAST_ACCESS = 0x20; /** * Notify when creation time changes */ public static final int FILE_NOTIFY_CHANGE_CREATION = 0x40; /** * Notify when extended attributes change */ public static final int FILE_NOTIFY_CHANGE_EA = 0x80; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.5K bytes - Viewed (0) -
src/test/java/jcifs/SmbResourceTest.java
@Test @DisplayName("file creation operations should work correctly") void testFileCreation() throws CIFSException { // When/Then assertDoesNotThrow(() -> { mockResource.createNewFile(); mockResource.mkdir(); mockResource.mkdirs(); }, "File creation operations should not throw exception");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 35K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CloseResponse.java
} /** * Get the close flags * * @return the closeFlags */ public final int getCloseFlags() { return this.closeFlags; } /** * Get the file creation time * * @return the creationTime */ public final long getCreationTime() { return this.creationTime; } /** * {@inheritDoc} *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java
* * @param form the create form containing synonym data * @param hook the validation error hook for handling errors * @return OptionalEntity containing the created synonym item or empty if creation failed */ protected OptionalEntity<SynonymItem> createSynonymItem(final CreateForm form, final VaErrorHook hook) { try { return createSynonymItem(this, form, hook);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 23.7K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java
/** * Crawling information ID. */ public String id; /** * Session ID for the crawling session. */ public String sessionId; /** * Creation time of the crawling information. */ public String createdTime; /** * Clears all pagination state and crawling information fields.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.9K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableCollection.java
* href="https://docs.oracle.com/javase/9/docs/api/java/util/Set.html#immutable">{@code Set.of}</a>, * we recommend using <i>these</i> classes instead for this reason (as well as for consistency). * * <h4>Creation</h4> * * <p>Except for logically "abstract" types like {@code ImmutableCollection} itself, each {@code * Immutable} type provides the static operations you need to obtain instances of that type. These * usually include:
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 18.7K bytes - Viewed (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlService.java
import java.util.ServiceLoader; import org.apache.maven.api.annotations.Nonnull; import org.apache.maven.api.annotations.Nullable; /** * Comprehensive service interface for XML operations including node creation, * merging, reading, and writing. * * <p>This class provides XML merging functionality for Maven's XML handling * and specifies the combination modes that control how XML elements are merged.</p> *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 9.2K bytes - Viewed (0)