- Sort Score
- Num 10 results
- Language All
Results 511 - 520 of 683 for web1 (0.01 seconds)
-
src/main/java/org/codelibs/fess/exception/SsoMessageException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.exception; import org.codelibs.fess.mylasta.action.FessMessages; import org.lastaflute.web.validation.VaMessenger; /** * Exception thrown during SSO (Single Sign-On) processing with message code support. * * This exception is used to indicate errors that occur during SSO authentication
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/SearchLogPagerTest.java
searchLogPager.queryId = "testQueryId"; searchLogPager.userSessionId = "testSessionId"; searchLogPager.requestedTimeRange = "2025-01-01 00:00 - 2025-01-02 00:00"; searchLogPager.accessType = "web"; searchLogPager.logType = SearchLogPager.LOG_TYPE_CLICK; searchLogPager.setAllRecordCount(100); searchLogPager.setAllPageCount(10); searchLogPager.setExistPrePage(true);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/EditForm.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.searchlist; import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; /** * The edit form for Search List. * This form extends CreateForm and adds fields necessary for editing existing search list entries. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
* This class serves as the entry point for crawling web content, file systems, and data stores. * It manages the crawling lifecycle, including initialization, execution coordination, * monitoring, and cleanup operations. * * <p>The crawler can operate in different modes based on command-line options: * <ul> * <li>Web crawling - crawls web sites and web content</li>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java
* @return the ConfigType (WEB, FILE, or DATA) or null if the config ID is invalid or doesn't match any known type */ public ConfigType getConfigType(final String configId) { if (configId == null || configId.length() < 2) { return null; } final String configType = configId.substring(0, 1); if (ConfigType.WEB.getTypePrefix().equals(configType)) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 19.5K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/web/api/admin/stats/ApiAdminStatsAction.java
*/ package org.codelibs.fess.app.web.api.admin.stats; import java.io.File; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Locale; import org.codelibs.fess.app.web.api.ApiResult; import org.codelibs.fess.app.web.api.ApiResult.ApiStatsResponse; import org.codelibs.fess.app.web.api.admin.FessApiAdminAction;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 19.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/plugin/DeleteForm.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.plugin; import org.lastaflute.web.validation.Required; import jakarta.validation.constraints.Size; /** * Form class for plugin deletion operations in the admin interface.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.6K bytes - Click Count (0) -
src/main/resources/fess_label_ru.properties
labels.facet_filetype_ogg=Аудио OGG labels.facet_filetype_wav=Аудио WAV labels.facet_filetype_webp=Аудио WebP labels.facet_filetype_aif=Аудио AIF labels.facet_filetype_midi=Аудио MIDI labels.facet_filetype_mpga=Аудио MPGA labels.facet_filetype_mp4a=Аудио MP4A labels.facet_filetype_oga=Аудио OGA labels.facet_filetype_wepb=Изображение WEBP labels.facet_filetype_bmp=Изображение BMP labels.facet_filetype_ico=Изображение ICO
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 66.6K bytes - Click Count (0) -
src/main/assemblies/files/tomcat_config.properties
# ======================================================================================== # Web # ===== # ---------------------------------------------------------- # Tomcat # ------
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Aug 11 21:43:37 GMT 2018 - 639 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/badword/DownloadForm.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.badword; /** * The download form for Bad Word. * */ public class DownloadForm { /** * Default constructor. */ public DownloadForm() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 864 bytes - Click Count (0)