- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 160 for Moment (0.04 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsBadWord.java
import java.util.HashMap; import java.util.Map; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity; import org.codelibs.fess.opensearch.config.bsentity.dbmeta.BadWordDbm; /** * ${table.comment} * @author ESFlute (using FreeGen) */ public class BsBadWord extends EsAbstractEntity { // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
public void test_reload_withEmptyLines() throws Exception { // Create content with empty lines and comments String content = "# Comment line\n" + "\n" + // empty line "word1\n" + " \n" + // whitespace line (may be treated as content) "# Another comment\n" + "word2\n"; // Write content to test file writeTestFile(content); // Reload and verify
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 20.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java
* The value is, e.g. warm <br> * comment: The mode of Lasta Di's smart-deploy, should be cool in production (e.g. hot, cool, warm) * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLastaDiSmartDeployMode(); /** * Get the value for the key 'development.here'. <br> * The value is, e.g. true <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsLabelType.java
import java.util.HashMap; import java.util.Map; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity; import org.codelibs.fess.opensearch.config.bsentity.dbmeta.LabelTypeDbm; /** * ${table.comment} * @author ESFlute (using FreeGen) */ public class BsLabelType extends EsAbstractEntity { // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsentity/BsFavoriteLog.java
import java.util.HashMap; import java.util.Map; import org.codelibs.fess.opensearch.log.allcommon.EsAbstractEntity; import org.codelibs.fess.opensearch.log.bsentity.dbmeta.FavoriteLogDbm; /** * ${table.comment} * @author ESFlute (using FreeGen) */ public class BsFavoriteLog extends EsAbstractEntity { // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 5.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* Windows containers now support experimental Hyper-V isolation by setting annotation `experimental.windows.kubernetes.io/isolation-type=hyperv` and feature gates HyperVContainer. At the moment this function only supports one container per pod. ([#58751](https://github.com/kubernetes/kubernetes/pull/58751), [@feiskyer](https://github.com/feiskyer))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsBoostDocumentRule.java
import java.util.HashMap; import java.util.Map; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity; import org.codelibs.fess.opensearch.config.bsentity.dbmeta.BoostDocumentRuleDbm; /** * ${table.comment} * @author ESFlute (using FreeGen) */ public class BsBoostDocumentRule extends EsAbstractEntity { // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsElevateWord.java
import java.util.HashMap; import java.util.Map; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity; import org.codelibs.fess.opensearch.config.bsentity.dbmeta.ElevateWordDbm; /** * ${table.comment} * @author ESFlute (using FreeGen) */ public class BsElevateWord extends EsAbstractEntity { // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsJobLog.java
import java.util.HashMap; import java.util.Map; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity; import org.codelibs.fess.opensearch.config.bsentity.dbmeta.JobLogDbm; /** * ${table.comment} * @author ESFlute (using FreeGen) */ public class BsJobLog extends EsAbstractEntity { // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.5K bytes - Viewed (0) -
dbflute_fess/dfprop/commonColumnMap.dfprop
# ; UPDATE_DATETIME = $$AccessContext$$.getAccessLocalDateTimeOnThread() # ; UPDATE_USER = $$AccessContext$$.getAccessUserOnThread() # } # } # # *The line that starts with '#' means comment-out. # map:{ #; commonColumnMap = map:{ # ; REGISTER_DATETIME=TIMESTAMP ; REGISTER_USER=VARCHAR # ; UPDATE_DATETIME=TIMESTAMP ; UPDATE_USER=VARCHAR #} #; beforeInsertMap = map:{
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 1.9K bytes - Viewed (0)