- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for kalian (0.06 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
} final String alias = index; return asStream(filename).contentTypeOctetStream().stream(out -> { try (final BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(out.stream(), Constants.CHARSET_UTF_8))) { SearchEngineUtil.scroll(alias, hit -> { try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 29.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
getMockRequest().setLocale(Locale.JAPANESE); assertEquals("https://discuss.codelibs.org/c/FessJA/", systemHelper.getForumLink()); getMockRequest().setLocale(Locale.ITALIAN); assertEquals("https://discuss.codelibs.org/c/FessEN/", systemHelper.getForumLink()); getMockRequest().setLocale(null); assertEquals("https://discuss.codelibs.org/c/FessEN/", systemHelper.getForumLink());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 28.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SambaHelperTest.java
// Test Domain Group SID (type 2) assertEquals("2Domain Group", sambaHelper.getAccountId(createMockSID(2, "Domain Group"))); // Test Alias SID (type 4, mapped to 2) assertEquals("2Local Group", sambaHelper.getAccountId(createMockSID(4, "Local Group"))); // Test Well-Known Group SID (type 5, mapped to 1)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 14.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/TraversalUtil.java
* <li>{@literal jar}</li> * <li>{@literal wsjar} (WebSphere proprietary protocol, alias for {@literal jar})</li> * <li>{@literal zip} (WebLogic proprietary protocol, use {@literal jar} protocol for normal zip files)</li> * <li>{@literal code-source} (Oracle AS(OC4J) proprietary protocol)</li> * <li>{@literal vfsfile} (JBossAS5 proprietary protocol, alias for {@literal file})</li> * <li>{@literal vfszip} (JBossAS5 proprietary protocol)</li> * </ul>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/webapp/js/suggestor.js
$boxElement.addClass("suggestorBox"); //style sheet $boxElement.css("display", "none"); $boxElement.css("position", "absolute"); $boxElement.css("text-align", "left"); $boxElement.css("font-size", $element.css("font-size")); if (typeof setting.boxCssInfo === "undefined") { $boxElement.css("border", "1px solid #cccccc");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Mar 30 05:45:24 UTC 2023 - 13.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/CipherSuite.kt
result = INSTANCES[secondaryName(javaName)] if (result == null) { result = CipherSuite(javaName) } // Add the new cipher suite, or a confirmed alias. INSTANCES[javaName] = result } return result } private fun secondaryName(javaName: String): String = when {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 39.9K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.upgrade_title_configuration=Aggiornamento labels.upgrade_data_migration=Migrazione dati labels.upgrade_reindex=Reindicizzazione labels.upgrade_start_button=Avvia labels.replace_aliases=Aggiorna alias labels.reset_dictionaries=Ripristina dizionari labels.reindex_start_button=Avvia labels.targetVersion=Versione target labels.target_version=Versione target labels.sereq_configuration=Richiesta a OpenSearch
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableMap.java
* affect the original array), and future build() calls will always copy any entry * objects that cannot be safely reused. */ // localAlternatingKeysAndValues is an alias for the alternatingKeysAndValues field, except if // we end up removing duplicates in a copy of the array. @Nullable Object[] localAlternatingKeysAndValues; int localSize = size;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 41.2K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.upgrade_title_configuration=Mise à niveau labels.upgrade_data_migration=Migration de données labels.upgrade_reindex=Réindexation labels.upgrade_start_button=Démarrer labels.replace_aliases=Remplacer les alias labels.reset_dictionaries=Réinitialiser les dictionnaires labels.reindex_start_button=Démarrer labels.targetVersion=Version cible labels.target_version=Version cible labels.sereq_configuration=Requête à OpenSearch
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableMap.java
Entry<K, V> onlyEntry = requireNonNull(entries[0]); return of(onlyEntry.getKey(), onlyEntry.getValue()); default: break; } // localEntries is an alias for the entries field, except if we end up removing duplicates in // a copy of the entries array. Likewise, localSize is the same as size except in that case.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 44.3K bytes - Viewed (0)