- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 160 for Identifier (0.22 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/joblog/EditForm.java
* The CRUD operation mode for this form. * Indicates whether this is a create, read, update, or delete operation. */ @ValidateTypeFailure public int crudMode; /** * The unique identifier of the job log entry being edited. * This is a required field for identifying which job log to update. */ @Required @ValidateTypeFailure public String id; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/synonym/SynonymItem.java
private String[] newInputs; /** The new output synonyms, if updated. */ private String[] newOutputs; /** * Constructs a new synonym item. * * @param id The unique identifier of the item. * @param inputs The input words. * @param outputs The output synonyms. */ public SynonymItem(final long id, final String[] inputs, final String[] outputs) { this.id = id;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.5K bytes - Viewed (0) -
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); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/ThumbnailGenerator.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryCreator.java
return pattern.matcher(path).find(); } /** * Creates a new dictionary file instance for the given parameters. * * @param id the encoded identifier for the dictionary file * @param path the file path of the dictionary * @param timestamp the timestamp of the dictionary file * @return a new DictionaryFile instance */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.4K bytes - Viewed (0) -
gradlew.bat
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem @rem SPDX-License-Identifier: Apache-2.0 @rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Apr 26 02:17:22 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java
}).createPageNumberList()); return fileAuthenticationList; } /** * Retrieves a specific file authentication configuration by its ID. * * @param id the unique identifier of the file authentication configuration * @return an OptionalEntity containing the file authentication if found, empty otherwise */ public OptionalEntity<FileAuthentication> getFileAuthentication(final String id) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/EditForm.java
* The CRUD operation mode for this form. * Indicates whether this is a create, read, update, or delete operation. */ @ValidateTypeFailure public Integer crudMode; /** * The unique identifier of the failure URL record being edited. * This is a required field for identifying which failure record to update. */ @Required @Size(max = 1000) public String id; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/resources/fess_label_en.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
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0)