- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for dias (0.02 sec)
-
src/main/resources/fess_label_es.properties
labels.searchlog_log_type_search_count_day=Número de búsquedas/día labels.searchlog_log_type_search_user_hour=Número de usuarios/hora labels.searchlog_log_type_search_user_day=Número de usuarios/día labels.searchlog_log_type_search_reqtimeavg_hour=Tiempo medio de solicitud/hora labels.searchlog_log_type_search_reqtimeavg_day=Tiempo medio de solicitud/día labels.searchlog_log_type_click_count=Número de clics
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.searchlog_log_type_search_count_day=Número de pesquisas/dia labels.searchlog_log_type_search_user_hour=Número de usuários/hora labels.searchlog_log_type_search_user_day=Número de usuários/dia labels.searchlog_log_type_search_reqtimeavg_hour=Tempo médio de solicitação/hora labels.searchlog_log_type_search_reqtimeavg_day=Tempo médio de solicitação/dia labels.searchlog_log_type_click_count=Número de cliques
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java
public long purge(long expiry) { baseDir = tempDir; // Count expired files int count = 0; File[] dirs = baseDir.listFiles(); if (dirs != null) { for (File dir : dirs) { if (dir.isDirectory() && dir.getName().startsWith("_")) { count++; } }
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/java/org/codelibs/fess/mylasta/direction/FessEnv.java
*/ boolean is(String propertyKey); /** * Get the value for the key 'lasta_di.smart.deploy.mode'. <br> * 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(); /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/ThemeHelperTest.java
@Override protected Path getJarFile(Artifact artifact) { return jarPath; } }; try { Artifact artifact = new Artifact("fess-theme-dirs", "1.0.0"); mockThemeHelper.install(artifact); assertTrue(true); // Should skip directory entries } catch (Exception e) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
errors.crud_could_not_find_crud_table = Die Daten {0} wurden nicht gefunden. errors.could_not_find_backup_index=Kein Backup-Index gefunden. errors.no_user_for_changing_password=Das aktuelle Passwort ist nicht korrekt. errors.failed_to_change_password=Fehler beim Ändern Ihres Passworts. errors.unknown_version_for_upgrade=Unbekannte Version für Upgrade. errors.failed_to_upgrade_from=Fehler beim Upgrade von {0}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
protected static final String SPNEGO_INITIALIZED = "spnego.initialized"; /** Configuration key for directories to exclude from SPNEGO authentication. */ protected static final String SPNEGO_EXCLUDE_DIRS = "spnego.exclude.dirs"; /** Configuration key for enabling delegation in SPNEGO authentication. */ protected static final String SPNEGO_ALLOW_DELEGATION = "spnego.allow.delegation";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 17.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/CacheBuilderTest.java
CacheBuilder<Object, Object> builder = CacheBuilder.newBuilder().maximumSize(16); assertThrows(IllegalStateException.class, () -> builder.maximumWeight(16)); } @GwtIncompatible // digs into internals of the non-GWT implementation public void testMaximumSize_largerThanInt() { CacheBuilder<Object, Object> builder = CacheBuilder.newBuilder().initialCapacity(512).maximumSize(Long.MAX_VALUE);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheBuilderTest.java
CacheBuilder<Object, Object> builder = CacheBuilder.newBuilder().maximumSize(16); assertThrows(IllegalStateException.class, () -> builder.maximumWeight(16)); } @GwtIncompatible // digs into internals of the non-GWT implementation public void testMaximumSize_largerThanInt() { CacheBuilder<Object, Object> builder = CacheBuilder.newBuilder().initialCapacity(512).maximumSize(Long.MAX_VALUE);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.depth=Tiefe labels.excludedPaths=Ausgeschlossene Pfade für das Crawling labels.excludedUrls=Ausgeschlossene URLs für das Crawling labels.excludedDocPaths=Ausgeschlossene Pfade für die Suche labels.excludedDocUrls=Ausgeschlossene URLs für die Suche labels.hostname=Hostname labels.id=ID labels.includedPaths=Eingeschlossene Pfade für das Crawling labels.includedUrls=Eingeschlossene URLs für das Crawling
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1)