- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 103 for geen (0.01 seconds)
-
src/main/java/org/codelibs/fess/entity/QueryContext.java
stream(sortBuilders).of(stream -> stream.forEach(sortBuilder -> sortBuilderList.add(sortBuilder))); } /** * Checks if any sort builders have been added to this context. * @return True if sort builders are present, false otherwise. */ public boolean hasSorts() { return !sortBuilderList.isEmpty(); } /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Aug 19 14:09:36 GMT 2025 - 9.4K bytes - Click Count (0) -
src/main/webapp/js/suggestor.js
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 11:04:08 GMT 2025 - 13.3K bytes - Click Count (0) -
LICENSE
designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 16:29:02 GMT 2026 - 9.9K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java
return true; } String packageName = getPackageName(file); // we pass through package-info.java files for packages we have not seen before, block the rest boolean notSeeBefore = packagesSeenBefore.add(packageName); if (notSeeBefore) { canonicalPackageInfos.add(file.getAbsoluteFile());Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Sun Mar 01 05:52:34 GMT 2026 - 11.6K bytes - Click Count (0) -
src/main/resources/fess_message_de.properties
errors.storage_file_not_found=Die Zieldatei existiert nicht im Speicher. errors.storage_file_download_failure=Fehler beim Herunterladen von {0}. errors.storage_access_error=Speicherzugriffsfehler: {0} errors.storage_no_upload_file=Bitte geben Sie eine Datei zum Hochladen an. errors.storage_directory_name_is_invalid=Der Verzeichnisname ist ungültig. errors.storage_tags_update_failure=Fehler beim Aktualisieren der Tags von {0}.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/ScheduledJobService.java
op.rangeSize(fessConfig.getPagingPageRangeSizeAsInteger()); }).createPageNumberList()); return scheduledJobList; } /** * Gets a list of scheduled jobs that have been updated after a specific time. * @param updateTime The update time. * @return A list of scheduled jobs. */ public List<ScheduledJob> getScheduledJobListAfter(final long updateTime) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 6.2K bytes - Click Count (0) -
LICENSE
designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual,
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/clipboard.min.js
function(){var t,e=v(n);return t=o?(t=v(this).constructor,Reflect.construct(e,arguments,t)):e.apply(this,arguments),e=this,!(t=t)||"object"!==p(t)&&"function"!=typeof t?function(t){if(void 0!==t)return t;throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}(e):t}}function v(t){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function m(t,e){t="data-clipboard-".concat(t);if(e.hasAttribute(t))return e.getAttribute(t)}var...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 8.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/JobLogService.java
jobLogBhv.queryDelete(cb -> { cb.query().setJobStatus_InScope(jobStatusList); }); } /** * Updates the status of expired jobs that haven't finished. * Jobs that have been running longer than the expired job interval * without an end time are marked as failed. */ public void updateStatus() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java
* @param duplicateHost the duplicate host configuration to delete * @throws IllegalArgumentException if duplicateHost is null * @throws org.dbflute.exception.EntityAlreadyDeletedException if the entity has already been deleted */ public void delete(final DuplicateHost duplicateHost) { duplicateHostBhv.delete(duplicateHost, op -> { op.setRefreshPolicy(Constants.TRUE); }); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.4K bytes - Click Count (0)