Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 104 for Scheme (0.04 sec)

  1. EditForm.java

    for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.webconfig; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author Keiichi Watanabe L25: */ L26:public class EditForm extends CreateForm { L27: L28: @Required L29: @Size(max = 1000) L30: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.1K bytes
  2. EditForm.java

    for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.fileauth; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author Keiichi Watanabe L25: */ L26:public class EditForm extends CreateForm { L27: L28: @Required L29: @Size(max = 1000) L30: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.1K bytes
  3. EditForm.java

    the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.fileconfig; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author Keiichi Watanabe L25: */ L26:public class EditForm extends CreateForm { L27: L28: @Required L29: @Size(max = 1000) L30: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.1K bytes
  4. EditForm.java

    for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.keymatch; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author codelibs L25: * @author jflute L26: */ L27:public class EditForm extends CreateForm { L28: L29: @Required L30: @Size(max = 1000)...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.1K bytes
  5. SearchBody.java

    language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.api.admin.searchlist; L17: L18:import org.codelibs.fess.app.web.admin.searchlist.ListForm; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:public class SearchBody extends ListForm { L22: L23: // `size` is an alias of `num`. L24: // `size` is prepared to be compatible with other Admin APIs L25: @ValidateTypeFailure L26: public Integer...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      1.2K bytes
  6. security.js

    .validationConfig||b.context.validationConfig||!1;c&&a('[data-validation~="recaptcha"]',b).each(function(){var d=a(this),e=document.createElement("DIV"),f=c.reCaptchaSiteKey||d.valAttr("recaptcha-sitekey"),g=c.reCaptchaTheme||d.valAttr("recaptcha-theme")||"light",h=c.reCaptchaSize||d.valAttr("recaptcha-size")||"normal",i=c.reCaptchaType||d.valAttr("recaptcha-type")||"image";if(!f)throw new Error("Google reCaptcha site key is required.");var j=grecaptcha.render(e,{sitekey:f,theme:g,size:h,type:i,...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      10.5K bytes
  7. CreateForm.java

    L16:package org.codelibs.fess.app.web.admin.boostdoc; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.codelibs.fess.util.ComponentUtil; L20:import org.lastaflute.web.validation.Required; L21:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L22: L23:import jakarta.validation.constraints.Max; L24:import jakarta.validation.constraints.Min; L25:import jakarta.validation.constraints.Size; L26: L27:public class CreateForm { L28: L29: @ValidateTypeFailure...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.7K bytes
  8. EditForm.java

    the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.failureurl; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Size; L22: L23:/** L24: * @author codelibs L25: * @author Keiichi Watanabe L26: */ L27:public class EditForm { L28: L29: public String webConfigName; L30: L31: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.7K bytes
  9. CreateForm.java

    L16:package org.codelibs.fess.app.web.admin.relatedcontent; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.codelibs.fess.util.ComponentUtil; L20:import org.lastaflute.web.validation.Required; L21:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L22: L23:import jakarta.validation.constraints.Max; L24:import jakarta.validation.constraints.Min; L25:import jakarta.validation.constraints.Size; L26: L27:public class CreateForm { L28: L29: @ValidateTypeFailure...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.7K bytes
  10. adminlte.min.js

    ",Q=".control-sidebar-content",H='[data-widget="control-sidebar"]',z=".main-header",F=".main-footer",E="control-sidebar-animate",L="control-sidebar-open",D="control-sidebar-slide-open",R="layout-fixed",A={controlsidebarSlide:!0,scrollbarTheme:"os-theme-light",scrollbarAutoHide:"l",target:k,animationSpeed:300},M=function(){function e(e,t){this._element=e,this._config=t}var t=e.prototype;return t.collapse=function(){var e=this,t=n.default("body"),a=n.default("html");this._config.controlsidebarSlid...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      45.3K bytes
Back to top