- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 104 for Scheme (0.03 sec)
-
PluginHelper.java
} L396: L397: @Override L398: public String toString() { L399: return name + ":" + version; L400: } L401: } L402: L403: public enum ArtifactType { L404: DATA_STORE("fess-ds"), // L405: THEME("fess-theme"), // L406: INGEST("fess-ingest"), // L407: SCRIPT("fess-script"), // L408: WEBAPP("fess-webapp"), // L409: THUMBNAIL("fess-thumbnail"), // L410: CRAWLER("fess-crawler"), // L411: UNKNOWN("jar"); L412:...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 01:47:10 UTC 2024 17.8K bytes -
README.md
fess-ds-salesforce) L75: - [SharePoint](https://github.com/codelibs/fess-ds-sharepoint) L76: - [Slack](https://github.com/codelibs/fess-ds-slack) L77: L78:## 主题 L79: L80: - [Simple](https://github.com/codelibs/fess-theme-simple) L81: - [Classic](https://github.com/codelibs/fess-theme-classic) L82: L83:## 数据处理 L84: L85: - [Logger](https://github.com/codelibs/fess-ingest-logger) L86: - [NDJSON](https://github.com/codelibs/fess-ingest-ndjson) L87: L88:## 脚本 L89: L90: - [Groovy](https://github.com/c...github.com/codelibs/fess/docs/zh-CN/README.mdSat Oct 12 07:19:47 UTC 2024 6.8K bytes -
EditForm.java
specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.stopwords; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:/** L22: * @author ma2tani L23: */ L24:public class EditForm extends CreateForm { L25: L26: @Required L27: @ValidateTypeFailure L28: public Long id; L29: L30: public String getDisplayId() { L31:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1009 bytes -
EditForm.java
License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.user; 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 1K bytes -
EditForm.java
the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.duplicatehost; 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 -
CreateForm.java
limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.stemmeroverride; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.lastaflute.web.validation.Required; L20:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L21: L22:import jakarta.validation.constraints.Size; L23: L24:/** L25: * @author shinsuke L26: * @author Keiichi Watanabe L27: */ L28:public class CreateForm { L29: L30: @Required L31: public String dictId; L32:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.2K bytes -
CreateForm.java
and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.stopwords; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.lastaflute.web.validation.Required; L20:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L21: L22:import jakarta.validation.constraints.Size; L23: L24:/** L25: * @author ma2tani L26: */ L27:public class CreateForm { L28: L29: @Required L30: public String dictId; L31: L32: @ValidateTypeFailure L33:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.1K bytes -
CreateForm.java
L16:package org.codelibs.fess.app.web.admin.group; L17: L18:import java.util.HashMap; L19:import java.util.Map; L20: L21:import org.codelibs.fess.app.web.CrudMode; L22:import org.lastaflute.web.validation.Required; L23:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L24: L25:import jakarta.validation.constraints.Size; L26: L27:/** L28: * @author shinsuke L29: * @author Keiichi Watanabe L30: */ L31:public class CreateForm { L32: L33: @ValidateTypeFailure L34: public Integer...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.2K bytes -
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 -
CreateForm.java
permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.kuromoji; L17: L18:import org.codelibs.fess.app.web.CrudMode; L19:import org.lastaflute.web.validation.Required; L20:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L21: L22:import jakarta.validation.constraints.Size; L23: L24:/** L25: * @author shinsuke L26: * @author Keiichi Watanabe L27: */ L28:public class CreateForm { L29: L30: @Required L31: public String dictId; L32:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.4K bytes