- Sort Score
- Num 10 results
- Language All
Results 151 - 160 of 180 for figure (0.04 seconds)
-
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_THUMBNAIL = "{labels.thumbnail}"; /** The key of the message: Ignore Failure Types */ public static final String LABELS_ignore_failure_type = "{labels.ignore_failure_type}"; /** The key of the message: Failure Count Threshold */ public static final String LABELS_failure_count_threshold = "{labels.failure_count_threshold}";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
src/main/resources/fess_config.properties
crawler.ignore.robots.tags=false # Whether to ignore content exceptions during crawling. crawler.ignore.content.exception=true # HTTP status codes considered as failure URLs. crawler.failure.url.status.codes=404 # Interval (seconds) for system monitor during crawling. crawler.system.monitor.interval=60 # Whether to ignore idle threads in hot thread monitoring.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
LICENSE
result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue May 08 21:35:34 GMT 2018 - 11.1K bytes - Click Count (0) -
src/main/webapp/js/admin/jquery-3.7.1.min.js
r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ee(e),v=_.get(e,"fxshow");for(r in n.queue||(null==(a=ce._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,ce.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],ft.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!v||void 0===v[r])continue;g=!0}d[r]=v&&v[r]||ce.style(e,r)}if((u=!ce.is...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:07:52 GMT 2024 - 85.5K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/llm/LlmClientManager.java
* Regenerates a search query when the previous query failed. * * @param userMessage the user's original message * @param failedQuery the query that failed * @param failureReason the reason for failure * @param history the conversation history * @return a new query string * @throws LlmException if LLM is not available */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 11:10:51 GMT 2026 - 17.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* Get the value for the key 'crawler.failure.url.status.codes'. <br> * The value is, e.g. 404 <br> * comment: HTTP status codes considered as failure URLs. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCrawlerFailureUrlStatusCodes(); /** * Get the value for the key 'crawler.failure.url.status.codes' as {@link Integer}. <br>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/resources/fess_label_tr.properties
labels.dict_stopwords_details=Dict Stopwords Detaylar labels.dict_synonym_details=Dict Synonym Detaylar labels.duplicate_host_details=Duplicate Host Detaylar labels.elevate_word_details=Elevate Word Detaylar labels.failure_url_details=Failure Url Detaylar labels.file_auth_details=File Auth Detaylar labels.file_config_details=File Config Detaylar labels.group_details=Group Detaylar labels.job_log_details=Job Log Detaylar
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0) -
src/main/webapp/css/font-awesome.min.css
ore{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f5...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 14 21:22:25 GMT 2019 - 55.8K bytes - Click Count (2) -
src/main/resources/fess_label_zh_TW.properties
labels.dict_stopwords_details=Dict Stopwords 詳情 labels.dict_synonym_details=Dict Synonym 詳情 labels.duplicate_host_details=Duplicate Host 詳情 labels.elevate_word_details=Elevate Word 詳情 labels.failure_url_details=Failure Url 詳情 labels.file_auth_details=File Auth 詳情 labels.file_config_details=File Config 詳情 labels.group_details=Group 詳情 labels.job_log_details=Job Log 詳情 labels.key_match_details=Key Match 詳情
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
* Validates a password against configured password policy requirements. * * @param password The password to validate. * @return An empty string if the password is valid, or an error key for the validation failure. */ public String validatePassword(final String password) { if (StringUtil.isBlank(password)) { return "errors.blank_password"; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0)