- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 71 for aquests (0.04 seconds)
-
docs/fr/README.md
Nous accueillons les pull requests pour votre langue. ### Traductions - [English](../../README.md) - [日本語 (Japanese)](../ja/README.md) - [简体中文 (Simplified Chinese)](../zh-CN/README.md) - [Español (Spanish)](../es/README.md)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.9K bytes - Click Count (0) -
docs/pt-BR/README.md
Aceitamos pull requests para o seu idioma. ### Traduções - [English](../../README.md) - [日本語 (Japanese)](../ja/README.md) - [简体中文 (Simplified Chinese)](../zh-CN/README.md) - [Español (Spanish)](../es/README.md)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 7.6K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# ============== # Whether rate limiting is enabled. rate.limit.enabled=false # Maximum number of requests allowed per window. rate.limit.requests.per.window=100 # Window size in milliseconds. rate.limit.window.ms=60000 # Duration in milliseconds to block IP when limit exceeded. rate.limit.block.duration.ms=300000
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) -
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/ApiAdminElevatewordAction.java
@Resource protected SuggestHelper suggestHelper; // GET /api/admin/elevateword // PUT /api/admin/elevateword /** * Returns list of elevate word settings. * Supports both GET and PUT requests for retrieving paginated elevate word configurations. * * @param body search parameters for filtering and pagination * @return JSON response containing elevate word settings list with pagination info */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 12.8K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/security.js
=d.strong),e.css(g).text(h)})}});var f=function(b,c,d,e,f){var g=c.valAttr("req-params")||c.data("validation-req-params")||{},h=c.valAttr("param-name")||c.attr("name"),i=function(a,b){b(a)};if(!h)throw new Error("Missing input name used for http requests made by server validator");g||(g={}),"string"==typeof g&&(g=a.parseJSON(g)),g[h]=d,a.ajax({url:b,type:"POST",cache:!1,data:g,dataType:"json",error:function(a){return i({valid:!1,message:"Connection failed with status: "+a.statusText},f),!1},succ...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 10.5K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
super(); } /** The field name used for label-based search filtering. */ protected static final String LABEL_FIELD = "label"; /** Helper for performing search operations and managing search requests. */ @Resource protected SearchHelper searchHelper; /** Manager for handling thumbnail generation and display. */ @Resource protected ThumbnailManager thumbnailManager;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 18 04:42:56 GMT 2026 - 14K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
public class RankFusionProcessor implements AutoCloseable { private static final Logger logger = LogManager.getLogger(RankFusionProcessor.class); /** Thread-safe list of rank fusion searchers available for processing search requests */ protected final List<RankFusionSearcher> searchers = new CopyOnWriteArrayList<>(); /** Executor service for concurrent search operations across multiple searchers */ protected ExecutorService executorService;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 25 02:13:14 GMT 2025 - 28K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* Get the value for the key 'rate.limit.requests.per.window'. <br> * The value is, e.g. 100 <br> * comment: Maximum number of requests allowed per window. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getRateLimitRequestsPerWindow(); /** * Get the value for the key 'rate.limit.requests.per.window' 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/java/org/codelibs/fess/helper/UserInfoHelper.java
protected boolean httpOnly = true; /** * Retrieves the user code for the current request. * The user code is used to uniquely identify users across sessions and requests. * It checks multiple sources in order: request attribute, request parameter, cookie, user bean, or generates a new one. * * @return the user code string, or null if no valid session exists */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 14.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java
/** Configuration key for OpenID Connect base URL. */ protected static final String OIC_BASE_URL = "oic.base.url"; /** HTTP transport for OpenID Connect requests. */ protected final HttpTransport httpTransport = new NetHttpTransport(); /** JSON factory for OpenID Connect response parsing. */ protected final JsonFactory jsonFactory = GsonFactory.getDefaultInstance();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Dec 14 01:18:25 GMT 2025 - 16.5K bytes - Click Count (0)