- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 2,150 for Created (0.2 sec)
-
src/main/config/es/fess_config_file_config.json
} }, "creation_date" : "1509021053464", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "5fluDb3PStuKaHkl-5gdNw", "version" : { "created" : "6000051" }, "provided_name" : "fess_config.file_config" } } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 2.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java
private File tempDir; @Override public void setUp() throws Exception { super.setUp(); // Create temp directory for testing tempDir = Files.createTempDirectory("thumbnail_test").toFile(); tempDir.deleteOnExit(); // Create a test thumbnail manager with minimal initialization thumbnailManager = new TestThumbnailManager(); thumbnailManager.baseDir = tempDir;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.7K bytes - Viewed (0) -
src/main/config/es/fess_config_data_config.json
} }, "creation_date" : "1509021051038", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "H4zzbuU5SJWFOLRnofoiNw", "version" : { "created" : "6000051" }, "provided_name" : "fess_config.data_config" } } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java
/** * Sort order of the scheduled job. */ public String sortOrder; /** * The user who created the scheduled job. */ public String createdBy; /** * The time when the scheduled job was created. */ public String createdTime; /** * Version number of the scheduled job. */ public String versionNo;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.8K bytes - Viewed (0) -
src/test/java/jcifs/MsrpcLsarCloseTest.java
"flags should be DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG"); // Although we cannot directly assert that super(handle) was called with Mockito for a constructor, // the fact that the object is successfully created and its inherited fields are accessible // implies the super constructor was invoked. }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 1.5K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/ImmutableValueGraph.java
* .build(); * } * * <p>Builder instances can be reused; it is safe to call {@link #build} multiple times to build * multiple graphs in series. Each new graph contains all the elements of the ones created before * it. * * @since 28.0 */ public static class Builder<N, V> { private final MutableValueGraph<N, V> mutableValueGraph; Builder(ValueGraphBuilder<N, V> graphBuilder) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 7.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java
/** The file configuration ID associated with this authentication. */ public String fileConfigId; /** The user who created this file authentication entry. */ public String createdBy; /** The timestamp when this file authentication entry was created. */ public String createdTime; /** The version number for optimistic locking. */ public String versionNo; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/test/java/jcifs/MsrpcQueryInformationPolicyTest.java
short level = 1; // Create an instance of the class under test MsrpcQueryInformationPolicy policy = new MsrpcQueryInformationPolicy(mockPolicyHandle, level, mockNdrObject); // Verify that the super constructor was called with the correct arguments // Note: Mockito cannot directly verify super constructor calls. // We assume if the object is created, the super constructor was called.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 1.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/ITBase.java
.when() .post(getEsUrl() + "/_bulk"); given().contentType("application/json").when().post(getEsUrl() + "/_refresh"); logger.info("Created Token: {}", DEFAULT_TEST_TOKEN); return DEFAULT_TEST_TOKEN; } public static void deleteTestToken() { final String testToken = System.getProperty(TEST_TOKEN); if (testToken != null) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 3.4K bytes - Viewed (0) -
src/test/java/jcifs/smb1/dcerpc/ndr/NdrHyperTest.java
* {@link NdrBuffer} so that the correct method is called with * the correct argument.</li> * <li>passing {@code null} throws {@link NullPointerException}. * </ul> * * The buffer is created with enough capacity for a 64‑bit value. */ @ExtendWith(MockitoExtension.class) public class NdrHyperTest { /** * Tests a simple round‑trip encode → decode retains the original value. */ @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.3K bytes - Viewed (0)