- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 88 for meines (0.03 seconds)
-
src/main/java/org/codelibs/fess/dict/mapping/CharMappingItem.java
import java.util.Objects; import org.apache.commons.lang3.StringUtils; import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.dict.DictionaryItem; /** * Represents a single character mapping rule that defines how input characters are mapped to output characters * for text analysis and search processing. This class is used in character mapping dictionaries to transform * text during indexing and search operations. *
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 7.9K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/LinkRenderer.java
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed May 21 06:20:45 GMT 2025 - 6.3K bytes - Click Count (0) -
dbflute_fess/dfprop/littleAdjustmentMap.dfprop
# o cursorSelectFetchSize: (NotRequired - Default null) # o refreshMap: (NotRequired - Default map:{}) # o optimisticLockMap: (NotRequired - Default map:{}) # # *The line that starts with '#' means comment-out. # map:{ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o isAvailableAddingSchemaToTableSqlName: (NotRequired - Default false) # [true]Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jul 25 06:04:16 GMT 2015 - 8.8K bytes - Click Count (0) -
dbflute_fess/dfprop/dependencyInjectionMap.dfprop
# o rdbDiXmlResourceName: (NotRequired - Default 'rdb.xml') # # {CSharp} Quill(CSharp Seasar) Only: # o quillDataSourceName: (NotRequired - Default null) # # *The line that starts with '#' means comment-out. # map:{ # ==================================================================================== # Spring
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 6.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/timer/LogNotificationTargetTest.java
} @Test public void test_expired_multipleCalls() { logNotificationTarget.expired(); logNotificationTarget.expired(); logNotificationTarget.expired(); // No exception means success } @Test public void test_expired_disabled_doesNotDrainBuffer() { // Disable log notification ComponentUtil.getFessConfig().setLogNotificationEnabled(false);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 4.7K bytes - Click Count (0) -
build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/GeneratorTask.kt
@TaskAction fun generate() { val markdownFile = outputFile.asFile.get() val head = if (markdownFile.exists()) { val content = markdownFile.readText().lines() val markerPos = content.indexOfFirst { it.contains(markerComment) } require(markerPos >= 0) { "Could not locate the generated diagram in $markdownFile" }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:56 GMT 2026 - 3.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 11.7K bytes - Click Count (0) -
.github/workflows/codeql-analysis.yml
if: ${{ matrix.language == 'java' }} # âšī¸ Command-line programs to run using the OS shell. # đ https://git.io/JvXDl # âī¸ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project # uses a compiled language #- run: | # make bootstrap # make release - name: Perform CodeQL AnalysisCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Dec 11 22:12:03 GMT 2025 - 4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTest.kt
type.defaultBaselines, display = ParameterDisplay.PROMPT, allowEmpty = true, description = "The baselines you want to run performance tests against. Empty means default baseline.", ) param("env.PERFORMANCE_STAGE", stage.stageName.toString()) param("env.PERFORMANCE_CHANNEL", performanceTestBuildSpec.channel())Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 6.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
"", display = ParameterDisplay.PROMPT, allowEmpty = true, description = "The baselines you want to run performance tests against. Empty means default baseline.", ) text( "testProject", "", display = ParameterDisplay.PROMPT, allowEmpty = false,Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 14:08:32 GMT 2026 - 6K bytes - Click Count (0)