Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 98 for forma (0.03 sec)

  1. jquery.form-validator.min.js

    function(){"function"==typeof b.onModulesLoaded&&b.onModulesLoaded();var c="string"==typeof b.form?a(b.form):b.form;a.formUtils.$win.trigger("validatorsLoaded",[c,b])})}}(a),function(a,b){"use strict";var c=a(b);a.formUtils=a.extend(a.formUtils||{},{$win:c,defaultConfig:function(){return{ignore:[],errorElementClass:"error",successElementClass:"valid",borderColorOnError:"#b94a48",errorMessageClass:"form-error",validationRuleAttribute:"data-validation",validationErrorMsgAttribute:"data-validation-...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      32.8K bytes
  2. openapi-user.yaml

    L186: type: integer L187: format: int64 L188: example: 0 L189: page_size: L190: type: integer L191: example: 20 L192: page_number: L193: type: integer L194: example: 1 L195: record_count: L196: type: integer L197: format: int64 L198: example: 31625 L199: ...
    github.com/codelibs/fess/src/main/config/openap...
    Thu May 09 06:31:27 UTC 2024
      21.6K bytes
  3. 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
  4. 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
  5. 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
  6. fe.tld

    L171: <description> L172: Returns a hidden form for Facet. L173: </description> L174: <name>facetForm</name> L175: <function-class>org.codelibs.fess.taglib.FessFunctions</function-class> L176: <function-signature>java.lang.String facetForm()</function-signature> L177: <example> L178: ${fe:facetForm()} L179: </example> L180: </function> L181: L182: <function> L183: <description> L184: Returns a hidden form for More Like This. L185: </description> L186: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Dec 23 06:18:48 UTC 2023
      10K bytes
  7. LICENSE

    Legal Entity L25: exercising permissions granted by this License. L26: L27: "Source" form shall mean the preferred form for making modifications, L28: including but not limited to software source code, documentation L29: source, and configuration files. L30: L31: "Object" form shall mean any form resulting from mechanical L32: transformation or translation of a Source form, including but L33: not limited to compiled object code, generated documentation, L34: ...
    github.com/codelibs/fess/LICENSE
    Tue May 08 21:35:34 UTC 2018
      11.1K bytes
  8. LICENSE

    Legal Entity L24: exercising permissions granted by this License. L25: L26: "Source" form shall mean the preferred form for making modifications, L27: including but not limited to software source code, documentation L28: source, and configuration files. L29: L30: "Object" form shall mean any form resulting from mechanical L31: transformation or translation of a Source form, including but L32: not limited to compiled object code, generated documentation, L33: ...
    github.com/codelibs/curl4j/LICENSE
    Thu Jun 14 07:45:22 UTC 2018
      11.1K bytes
  9. admin_general.jsp

    L146: <div class="form-inline col-sm-9"> L147: <la:errors property="popularWord"/> L148: <div class="form-check"> L149: <la:checkbox styleId="popularWord" styleClass="form-check-input" property="popularWord"/> L150: <label for="popularWord" class="form-check-label"> L151: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Mon Jan 16 12:54:35 UTC 2023
      39.4K bytes
  10. AdminDictMappingAction.java

    Jsp).useForm(CreateForm.class, op -> { L151: op.setup(form -> { L152: form.initialize(); L153: form.crudMode = CrudMode.CREATE; L154: form.dictId = dictId; L155: }); L156: }); L157: } L158: L159: @Execute L160: @Secured({ ROLE }) L161: public HtmlResponse edit(final EditForm form) { L162: validate(form, messages -> {}, () -> asListHtml(form.dictId)); L163: charMappingService.getCharMappingItem(form.dictId,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      19.5K bytes
Back to top