- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 192 for Scheme (0.04 sec)
-
EditForm.java
for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.reqheader; 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
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 -
EditForm.java
for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.joblog; L17: L18:import org.lastaflute.web.validation.Required; L19:import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; L20: L21:/** L22: * @author codelibs L23: * @author Shunji Makino L24: */ L25:public class EditForm { L26: L27: @ValidateTypeFailure L28: public int crudMode; L29: L30: @Required L31: @ValidateTypeFailure...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.5K bytes -
EditForm.java
the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.crawlinginfo; 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 Shunji Makino L26: */ L27:public class EditForm { L28: L29: @ValidateTypeFailure L30: public int crudMode;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 1.4K bytes -
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.mdSat Oct 12 07:19:47 UTC 2024 7.9K bytes -
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.mdSat Oct 12 07:19:47 UTC 2024 7.4K bytes -
fess_label_de.properties
L65:labels.popularWord=Beliebte Wörter L66:labels.ignoreFailureType=Ignorierte Fehlertypen L67:labels.lastAccessTime=Letzter Zugriff L68:labels.notificationTo=Benachrichtigung an L69:labels.num=Anzahl L70:labels.pn=Seitenzahl L71:labels.protocolScheme=Schema L72:labels.purgeByBots=Bereinige Aufrufe von Bots L73:labels.purgeSearchLogDay=Bereinige Suchprotokoll L74:labels.query=Anfrage L75:labels.queryId=Anfrage-ID L76:labels.rt=rt L77:labels.searchLog=Protokoll durchsuchen L78:labels.sort=Sortieren L7...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 42.8K bytes -
README.md
ss-ds-salesforce) L76: - [SharePoint](https://github.com/codelibs/fess-ds-sharepoint) L77: - [Slack](https://github.com/codelibs/fess-ds-slack) L78: L79:## Tema L80: L81: - [Simple](https://github.com/codelibs/fess-theme-simple) L82: - [Classic](https://github.com/codelibs/fess-theme-classic) L83: L84:## Ingesta L85: L86: - [Logger](https://github.com/codelibs/fess-ingest-logger) L87: - [NDJSON](https://github.com/codelibs/fess-ingest-ndjson) L88: L89:## Script L90: L91: - [Groovy](https://githu...github.com/codelibs/fess/docs/es/README.mdSat Oct 12 07:19:47 UTC 2024 7.6K bytes -
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 -
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