- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 122 for ridentifier (0.06 seconds)
-
src/main/java/org/codelibs/fess/helper/QueryHelper.java
*/ public void setDefaultGeoInfo(final GeoInfo defaultGeoInfo) { this.defaultGeoInfo = defaultGeoInfo; } /** * Generates a unique identifier string by creating a UUID and removing hyphens. * * @return a unique identifier string */ public String generateId() { return UUID.randomUUID().toString().replace("-", StringUtil.EMPTY); } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 19.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java
* if it exceeds the allowed execution time or becomes unresponsive. The method also * captures and logs the process output for debugging purposes. * </p> * * @param thumbnailId the identifier for the thumbnail being generated * @param cmdList the list of command arguments to execute * @return the exit code of the process if it finishes normally; -1 if the process fails or is terminated */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 01 12:47:47 GMT 2026 - 16.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
private static final String GEO_PREFIX = "geo."; /** Prefix for facet query parameters */ private static final String FACET_PREFIX = "facet."; /** Format identifier for PDF date parsing */ private static final String PDF_DATE = "pdf_date"; /** Regular expression pattern for matching email addresses */ private static final Pattern EMAIL_ADDRESS_PATTERN =Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25.4K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
// ------- /** * Shows detailed information for a specific elevate word. * * @param crudMode CRUD operation mode * @param id unique identifier of the elevate word * @return HTML response with elevate word details */ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse details(final int crudMode, final String id) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 23 23:57:26 GMT 2026 - 22.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
/** * Default constructor for AdminMaintenanceAction. */ public AdminMaintenanceAction() { super(); } /** * Role identifier for admin maintenance operations. */ public static final String ROLE = "admin-maintenance"; // ===================================================================================Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 23K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java
/** The list of synonym items loaded from the dictionary file. */ List<SynonymItem> synonymItemList; /** * Constructs a new synonym file. * * @param id The unique identifier for this dictionary file. * @param path The path to the dictionary file. * @param timestamp The last modified timestamp of the file. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 15.9K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.mobile=Mobile labels.user_postalAddress=Postal Address labels.postalAddress=Postal Address labels.user_city=City labels.city=City labels.user_teletexTerminalIdentifier=Teletex Terminal Identifier labels.teletexTerminalIdentifier=Teletex Terminal Identifier labels.user_x121Address=x121Address labels.x121Address=x121Address labels.user_businessCategory=Business Category labels.businessCategory=Business Category
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_CITY = "{labels.city}"; /** The key of the message: Teletex Terminal Identifier */ public static final String LABELS_user_teletexTerminalIdentifier = "{labels.user_teletexTerminalIdentifier}"; /** The key of the message: Teletex Terminal Identifier */ public static final String LABELS_TELETEX_TERMINAL_IDENTIFIER = "{labels.teletexTerminalIdentifier}";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
# LDAP attribute for mobile. ldap.attr.mobile=mobile # LDAP attribute for postal address. ldap.attr.postalAddress=postalAddress # LDAP attribute for city. ldap.attr.city=l # LDAP attribute for teletex terminal identifier. ldap.attr.teletexTerminalIdentifier=teletexTerminalIdentifier # LDAP attribute for X.121 address. ldap.attr.x121Address=x121Address # LDAP attribute for business category.
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/mylasta/direction/FessConfig.java
/** * Get the value for the key 'ldap.attr.teletexTerminalIdentifier'. <br> * The value is, e.g. teletexTerminalIdentifier <br> * comment: LDAP attribute for teletex terminal identifier. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLdapAttrTeletexTerminalIdentifier(); /**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)