- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 42 for dels (0.17 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/CharUtilTest.java
assertFalse(CharUtil.isUrlChar('\u0000')); // null assertFalse(CharUtil.isUrlChar('\u0001')); // SOH assertFalse(CharUtil.isUrlChar('\u001F')); // US assertFalse(CharUtil.isUrlChar('\u007F')); // DEL } public void test_isUrlChar_extendedAscii() { // Test extended ASCII characters (not valid URL chars without encoding) assertFalse(CharUtil.isUrlChar('\u00A0')); // non-breaking space
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java
if ("blowfish".equalsIgnoreCase(cipherAlgorism)) { inver = InvertibleCryptographer.createBlowfishCipher(fessConfig.getAppCipherKey()); } else if ("des".equalsIgnoreCase(cipherAlgorism)) { inver = InvertibleCryptographer.createDesCipher(fessConfig.getAppCipherKey()); } else if ("rsa".equalsIgnoreCase(cipherAlgorism)) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.endTime=Ora di fine labels.hq=hq labels.inputs=Input labels.jobLogging=Logging labels.jobName=Nome labels.jobStatus=Stato labels.labelTypeIds=Etichette labels.lang=Lingua labels.outputs=Output labels.pos=Parte del discorso labels.purgeJobLogDay=Elimina log di lavoro precedenti labels.purgeUserInfoDay=Elimina log utente precedenti labels.reading=Lettura labels.roleTypeIds=ID ruolo labels.scriptData=Script
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaIntegrationTest.java
PropertyConfiguration config = new PropertyConfiguration(props); testContext = new BaseContext(config); } // ============================================ // UNIT TESTS - Always run, no external deps // ============================================ @Test public void testRdmaProviderSelectionAlwaysReturnsProvider() { // This should always return at least the TCP fallback providerRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/resources/suggest_indices/_aws/suggest_analyzer.json
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Mar 24 12:55:37 UTC 2021 - 57.4K bytes - Viewed (0) -
src/main/resources/suggest_indices/suggest_analyzer.json
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu May 23 05:09:51 UTC 2019 - 57.7K bytes - Viewed (0) -
src/main/resources/suggest_indices/_cloud/suggest_analyzer.json
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Feb 27 09:26:16 UTC 2021 - 57.4K bytes - Viewed (1) -
src/main/resources/suggest_indices/suggest_analyzer.json
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Thu Oct 03 02:51:59 UTC 2019 - 57.3K bytes - Viewed (0) -
pom.xml
</ant> <ant antfile="${basedir}/plugin.xml" target="install.plugins"> <property name="with.fess" value="true" /> </ant> <ant antfile="deps.xml" target="install.jars" /> <echo message="fess.version=${project.version}" file="${basedir}/src/main/webapp/WEB-INF/project.properties" /> </target> </configuration> <goals> <goal>run</goal>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0)