Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 104 for Scheme (0.07 sec)

  1. 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
  2. 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
  3. CreateForm.java

    ; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.codelibs.fess.util.ComponentUtil; L20:import org.codelibs.fess.validation.CustomSize; L21:import org.lastaflute.web.validation.Required; L22:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L23: L24:import jakarta.validation.constraints.Max; L25:import jakarta.validation.constraints.Min; L26:import jakarta.validation.constraints.Size; L27: L28:/** L29: * @author codelibs L30: * @author Keiichi Watanabe...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      2.4K bytes
  4. FessProp.java

    org.lastaflute.job.subsidiary.JobConcurrentExec; L62:import org.lastaflute.web.validation.RequiredValidator; L63:import org.lastaflute.web.validation.theme.typed.DoubleTypeValidator; L64:import org.lastaflute.web.validation.theme.typed.FloatTypeValidator; L65:import org.lastaflute.web.validation.theme.typed.IntegerTypeValidator; L66:import org.lastaflute.web.validation.theme.typed.LongTypeValidator; L67:import org.opensearch.search.sort.SortBuilder; L68:import org.opensearch.search.sort.SortBuilders; L69:import...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      87.2K bytes
  5. README.md

    ds-salesforce) L76: - [SharePoint](https://github.com/codelibs/fess-ds-sharepoint) L77: - [Slack](https://github.com/codelibs/fess-ds-slack) L78: L79:## Thèmes L80: L81: - [Simple](https://github.com/codelibs/fess-theme-simple) L82: - [Classique](https://github.com/codelibs/fess-theme-classic) L83: L84:## Ingest L85: L86: - [Logger](https://github.com/codelibs/fess-ingest-logger) L87: - [NDJSON](https://github.com/codelibs/fess-ingest-ndjson) L88: L89:## Scripts L90: L91: - [Groovy](https://gith...
    github.com/codelibs/fess/docs/fr/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.9K bytes
  6. README.md

    s-ds-salesforce) L76: - [SharePoint](https://github.com/codelibs/fess-ds-sharepoint) L77: - [Slack](https://github.com/codelibs/fess-ds-slack) L78: L79:## Temas L80: L81: - [Simple](https://github.com/codelibs/fess-theme-simple) L82: - [Classic](https://github.com/codelibs/fess-theme-classic) L83: L84:## Ingestão L85: L86: - [Logger](https://github.com/codelibs/fess-ingest-logger) L87: - [NDJSON](https://github.com/codelibs/fess-ingest-ndjson) L88: L89:## Scripts L90: L91: - [Groovy](https://git...
    github.com/codelibs/fess/docs/pt-BR/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.4K bytes
  7. bootstrap.min.css.map

    required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n@each $color, $value in $theme-colors {\n @include table-row-variant($color, theme-color-level($color, $table-bg-level), theme-color-level($color, $table-border-level));\n}\n\n@include table-row-variant(active, $table-active-bg);\n\n\n// Dark styles\n//\n// Same table markup, but inverted color scheme: dark background and light text.\n\n// stylelint-disable-next-line no-duplicate-selectors\n.table {\n .thead-dark...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  8. SearchForm.java

    L28:import org.codelibs.fess.entity.SearchRequestParams; L29:import org.codelibs.fess.mylasta.direction.FessConfig; L30:import org.codelibs.fess.util.ComponentUtil; L31:import org.lastaflute.web.util.LaRequestUtil; L32:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L33: L34:import jakarta.validation.constraints.Size; L35: L36:public class SearchForm extends SearchRequestParams { L37: L38: public Map<String, String[]> fields = new HashMap<>(); L39: L40: public Map<String,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.5K bytes
  9. ListForm.java

    L28:import org.codelibs.fess.entity.SearchRequestParams; L29:import org.codelibs.fess.mylasta.direction.FessConfig; L30:import org.codelibs.fess.util.ComponentUtil; L31:import org.lastaflute.web.util.LaRequestUtil; L32:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L33: L34:import jakarta.validation.constraints.Size; L35: L36:/** L37: * @author shinsuke L38: * @author Keiichi Watanabe L39: */ L40:public class ListForm extends SearchRequestParams { L41: L42: @Size(max = 1000)...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.7K bytes
  10. adminlte.min.css.map

    required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n@each $color, $value in $theme-colors {\n @include table-row-variant($color, theme-color-level($color, $table-bg-level), theme-color-level($color, $table-border-level));\n}\n\n@include table-row-variant(active, $table-active-bg);\n\n\n// Dark styles\n//\n// Same table markup, but inverted color scheme: dark background and light text.\n\n// stylelint-disable-next-line no-duplicate-selectors\n.table {\n .thead-dark...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
Back to top