- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 192 for Scheme (0.04 sec)
-
CreateForm.java
L16:package org.codelibs.fess.app.web.admin.fileauth; 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:/** L28: * @author codelibs L29: * @author Keiichi Watanabe...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.9K bytes -
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 jflute L31: */ L32:public...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.9K bytes -
EditForm.java
for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.general; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:import jakarta.validation.constraints.Max; L22:import jakarta.validation.constraints.Min; L23:import jakarta.validation.constraints.Size; L24: L25:/** L26: * @author shinsuke L27: * @author Shunji Makino L28:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.7K bytes -
BasicDerAdapter.kt
writer.write(name, tagClass, tag) { L81: codec.encode(writer, value) L82: } L83: } L84: L85: /** L86: * Returns a copy with a context tag. This should be used when the type is ambiguous on its own. L87: * For example, the tags in this schema are 0 and 1: L88: * L89: * ``` L90: * Point ::= SEQUENCE { L91: * x [0] INTEGER OPTIONAL, L92: * y [1] INTEGER OPTIONAL L93: * } L94: * ``` L95: * L96: * You may also specify a tag class like [DerHeader.TAG_CLASS_APPLICATION]....github.com/square/okhttp/okhttp-tls/src/main/ko...Mon Jan 08 01:13:22 UTC 2024 4.4K bytes -
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 -
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 -
EditForm.java
specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.dict.protwords; 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 -
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...github.com/codelibs/fess/docs/ko/README.mdSat Oct 12 07:19:47 UTC 2024 7.8K bytes -
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 -
EditForm.java
the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.elevateword; 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