Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 104 for Scheme (0.07 sec)

  1. outsideSqlMap.dfprop

    prefix:FOO_ ; suffix:_FOO ; contain:_FOO_} L52: # - - - - - - - - - -/ L53: L54: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L55: # o targetProcedureSchemaList: (NotRequired - Default list:{}) L56: # You can specify target schema of generated parameter bean for procedure. L57: # This property is valid only when generateProcedureParameterBean is valid. L58: # e.g. list:{PROCEDUREDB} L59: # L60: #; targetProcedureSchemaList = list:{FOO_SCHEMA ; prefix:FOO_ ; suffix:_FOO...
    github.com/codelibs/fess/dbflute_fess/dfprop/ou...
    Sat Jul 25 06:04:16 UTC 2015
      8K bytes
  2. CreateForm.java

    org.codelibs.fess.validation.CustomSize; L24:import org.codelibs.fess.validation.UriType; L25:import org.codelibs.fess.validation.UriTypeValidator.ProtocolType; L26:import org.lastaflute.web.validation.Required; L27:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L28: L29:import jakarta.validation.constraints.Max; L30:import jakarta.validation.constraints.Min; L31:import jakarta.validation.constraints.Size; L32: L33:/** L34: * @author shinsuke L35: * @author Shunji Makino L36:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.2K bytes
  3. 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
  4. documentMap.dfprop

    The URL for connecting database. (NotRequired - Default same as databaseInfoMap) L182: # o schema: The schema name. (NotRequired - Default '' e.g. no setting when MySQL) L183: # o user: The database user name. (Required) L184: # o password: The database password. (NotRequired - Default '') L185: # L186: #; schemaSyncCheckMap = map:{ L187: # ; url = jdbc:... L188: # ; schema = EXAMPLEDB L189: # ; user = exampuser L190: # ; password = exampword L191: #}...
    github.com/codelibs/fess/dbflute_fess/dfprop/do...
    Sat Oct 31 23:35:14 UTC 2015
      9.4K bytes
  5. EditForm.java

    the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.kuromoji; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:public class EditForm extends CreateForm { L22: L23: @Required L24: @ValidateTypeFailure L25: public Long id; L26: L27: public String getDisplayId() { L28: return dictId + ":" + id; L29: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      981 bytes
  6. EditForm.java

    specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.stemmeroverride; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:/** L22: * @author shinsuke L23: * @author Keiichi Watanabe L24: */ L25:public class EditForm extends CreateForm { L26: L27: @Required L28: @ValidateTypeFailure L29: public Long id; L30: L31: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1K bytes
  7. CreateForm.java

    * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.searchlist; L17: L18:import java.util.Map; L19: L20:import org.codelibs.fess.app.web.CrudMode; L21:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L22: L23:/** L24: * @author shinsuke L25: */ L26:public class CreateForm { L27: L28: @ValidateTypeFailure L29: public Integer crudMode; L30: L31: public Map<String, Object> doc; L32: L33: public String q;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1K bytes
  8. EditForm.java

    the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.accesstoken; 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 shinsuke 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
  9. EditForm.java

    for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.badword; 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
  10. EditForm.java

    for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.boostdoc; 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 shinsuke 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
Back to top