- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 44 for forma (0.06 sec)
-
AdminSchedulerAction.java
form.crudMode = CrudMode.CREATE; L168: }); L169: }); L170: } L171: L172: @Execute L173: @Secured({ ROLE }) L174: public HtmlResponse edit(final EditForm form) { L175: validate(form, messages -> {}, this::asListHtml); L176: final String id = form.id; L177: scheduledJobService.getScheduledJob(id).ifPresent(entity -> { L178: loadScheduledJob(form, entity); L179: }).orElse(() -> { L180: throwValidationError(messages...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 18.1K bytes -
AdminBackupAction.java
@Execute L133: @Secured({ ROLE }) L134: public HtmlResponse upload(final UploadForm form) { L135: validate(form, messages -> {}, this::asListHtml); L136: verifyToken(this::asListHtml); L137: final String fileName = form.bulkFile.getFileName(); L138: final File tempFile = ComponentUtil.getSystemHelper().createTempFile("fess_restore_", ".tmp"); L139: try (final InputStream in = form.bulkFile.getInputStream(); final OutputStream out = new FileOutputStream(tempFile))...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 28.5K bytes -
AdminMaintenanceAction.java
L103: L104: @Execute L105: @Secured({ ROLE }) L106: public HtmlResponse reindexOnly(final ActionForm form) { L107: validate(form, messages -> {}, this::asIndexHtml); L108: verifyToken(this::asIndexHtml); L109: if (startReindex(isCheckboxEnabled(form.replaceAliases), isCheckboxEnabled(form.resetDictionaries), form.numberOfShardsForDoc, L110: form.autoExpandReplicasForDoc)) { L111: saveInfo(messages -> messages.addSuccessStartedDataUpdate(GLOBAL));...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 14K bytes -
daterangepicker.js
this.ranges) { L1372: if (this.timePicker) { L1373: var format = this.timePickerSeconds ? "YYYY-MM-DD HH:mm:ss" : "YYYY-MM-DD HH:mm"; L1374: //ignore times when comparing dates if time picker seconds is not enabled L1375: if (this.startDate.format(format) == this.ranges[range][0].format(format) && this.endDate.format(format) == this.ranges[range][1].format(format)) { L1376: customRange = false; L1377: ...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
adminlte.min.css.map
1;\n}\n\n.form-control:-ms-input-placeholder {\n color: #939ba2;\n opacity: 1;\n}\n\n.form-control::-ms-input-placeholder {\n color: #939ba2;\n opacity: 1;\n}\n\n.form-control::placeholder {\n color: #939ba2;\n opacity: 1;\n}\n\n.form-control:disabled, .form-control[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n}\n\ninput[type=\"date\"].form-control,\ninput[type=\"time\"].form-control,\ninput[type=\"datetime-local\"].form-control,\ninput[type=\"month\"].form-control {\n -webkit-appearance:...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 3.7M bytes -
AdminDesignAction.java
L262: saveToken(); L263: return asEditHtml(form); L264: } L265: L266: @Execute L267: @Secured({ ROLE }) L268: public HtmlResponse update(final EditForm form) { L269: final String jspType = "view"; L270: final File jspFile = getJspFile(form.fileName, jspType); L271: L272: if (form.content == null) { L273: form.content = StringUtil.EMPTY; L274: } L275: L276: validate(form, messages -> {}, () -> asEditHtml(form)); L277: verifyToken(()...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 16.1K bytes -
advance.jsp
prefix="errors.front_prefix" L102: suffix="errors.front_suffix" L103: /> L104: </div> L105: <div class="form-group row"> L106: <label for="as_q" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message L107: key="labels.advance_search_must_queries" L108: /></label> L109: <div class="col-lg-5 col-md-8 col-sm-7 col-xs-6"> L110: <input class="form-control" type="text" id="as_q" name="as.q" value="${f:h(fe:join(as.q))}"> L111: </div> L112: <div class="col-lg-4...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes -
bootstrap.min.css.map
margin-bottom: 0;\n }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .form-inline .form-control-plaintext {\n display: inline-block;\n }\n .form-inline .input-group,\n .form-inline .custom-select {\n width: auto;\n }\n .form-inline .form-check {\n display: flex;\n align-items: center;\n justify-content: center;\n width: auto;\n padding-left: 0;\n }\n .form-inline .form-check-input {\n position: relative;\n...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 639.3K bytes -
AdminUpgradeAction.java
_AdminUpgradeJsp).useForm(UpgradeForm.class); L186: } L187: L188: @Execute L189: @Secured({ ROLE }) L190: public HtmlResponse upgradeFrom(final UpgradeForm form) { L191: validate(form, messages -> {}, this::asIndexHtml); L192: verifyToken(this::asIndexHtml); L193: L194: if (VERSION_13_0.equals(form.targetVersion)) { L195: try { L196: upgradeFrom13_0(); L197: upgradeFrom13_1(); L198: upgradeFrom13_2(); L199: ...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 54K bytes -
advance.jsp
prefix="errors.front_prefix" L102: suffix="errors.front_suffix" L103: /> L104: </div> L105: <div class="form-group row"> L106: <label for="as_q" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message L107: key="labels.advance_search_must_queries" L108: /></label> L109: <div class="col-lg-5 col-md-8 col-sm-7 col-xs-6"> L110: <input class="form-control" type="text" id="as_q" name="as.q" value="${f:h(fe:join(as.q))}"> L111: </div> L112: <div class="col-lg-4...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes