- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 22 for and (0.02 sec)
-
README.md
L20: L21:[discuss.codelibs.org](https://discuss.codelibs.org/c/FessEN/) L22: L23:## Getting Started L24: L25:There are 2 ways to try Fess. The first is to download and install yourself. The second is to use [Docker](https://www.docker.com/products/docker-engine). L26: L27:### Download and Install/Run L28: L29:Fess 14.17 is now available and can be downloaded on the [Releases page](https://github.com/codelibs/fess/releases "download"). Downloads come in 3 flavors: deb, rpm, zip. L30: L31:The following...github.com/codelibs/fess/README.mdSat Oct 12 07:19:47 UTC 2024 7.3K bytes -
NOTICE
charge, to any person obtaining a copy L33:of this software and associated documentation files (the "Software"), to deal L34:in the Software without restriction, including without limitation the rights L35:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L36:copies of the Software, and to permit persons to whom the Software is L37:furnished to do so, subject to the following conditions: L38: L39:The above copyright notice and this permission notice shall be included in all L40:copies...github.com/codelibs/fess/NOTICEWed Jan 15 23:53:08 UTC 2020 2.2K bytes -
conditionBeanMap.dfprop
EmptyString, FromTo, DateFromTo, RangeOf, ... L14:# , (and prefix '!' means excluding, '%' means reviving) L15:# table: table name (hint) or $$ALL$$ L16:# column: column name (hint) or $$CommonColumn$$ or $$VersionNo$$ L17:# L18:# Example: L19:# map:{ L20:# # This means that String includes GreaterThan at MEMBER.MEMBER_ACCOUNT only L21:# # and LessThan at PRODUCT.PRODUCT_NAME and PRODUCT.PRODUCT_HANDLE_CODE, L22:# # and InScope for LONGVARCHAR(e.g. text type) is excluded. L23:# ...github.com/codelibs/fess/dbflute_fess/dfprop/co...Sat Oct 31 23:35:14 UTC 2015 4K bytes -
bug_report.md
[discuss.codelibs.org](https://discuss.codelibs.org/c/FessEN/8) before filing a bug._) L11: L12:**Describe the bug** L13:A clear and concise description of what the bug is. L14: L15:**To Reproduce** L16:Steps to reproduce the behavior: L17:1. Go to '...' L18:2. Click on '....' L19:3. Scroll down to '....' L20:4. See error L21: L22:**Expected behavior** L23:A clear and concise description of what you expected to happen. L24: L25:**Screenshots** L26:If applicable, add screenshots to help explain your...github.com/codelibs/fess/.github/ISSUE_TEMPLATE...Mon Aug 17 22:53:30 UTC 2020 782 bytes -
littleAdjustmentMap.dfprop
- - - - - - - -/ L180: L181: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L182: # o refreshMap: (NotRequired - Default map:{projectName=$$AutoDetect$$ ; requestUrl=http://localhost:8386/}) L183: # If you use synchronizer and specify this property, no need to refresh(F5) your eclipse project. L184: # The projectName can be set plural names by slash '/'. e.g. sea/land L185: # L186: #; refreshMap = map:{ L187: # ; projectName = $$AutoDetect$$ L188: # ...github.com/codelibs/fess/dbflute_fess/dfprop/li...Sat Jul 25 06:04:16 UTC 2015 8.8K bytes -
replaceSchemaMap.dfprop
# e.g. foo or df:dfprop/system-password.txt|foo L120: # (NotRequired - Default '') L121: # o isSkipIfNotFoundPasswordFileAndDefault: Does it skip the user SQL statement L122: # when using password file but not found it and also default password? L123: # (NotRequired - Default false) L124: # L125: #; additionalUserMap = map:{ L126: # ; system = map:{ L127: # #; url = ... L128: # #; schema = ... L129: # ; user = system...github.com/codelibs/fess/dbflute_fess/dfprop/re...Sat Oct 31 23:35:14 UTC 2015 9.3K bytes -
outsideSqlMap.dfprop
- - - - - - - - - - - - - - - - - - - - - - L34: # o isGenerateProcedureCustomizeEntity: (NotRequired - Default false) L35: # [true] L36: # The customize entities for procedure's out-parameter L37: # and not-param-result are auto-generated. L38: # And also not-param-result's properties are auto-generated. L39: # Target procedures are executed actually at Sql2Entity task. L40: # (because of getting from execution meta data (result set meta data)) L41: #...github.com/codelibs/fess/dbflute_fess/dfprop/ou...Sat Jul 25 06:04:16 UTC 2015 8K bytes -
sequenceMap.dfprop
L1:# /--------------------------------------------------------------------------- L2:# sequenceMap: (NotRequired - Default map:{}) L3:# L4:# The relation mappings between sequence and table. L5:# If you don't specify the mappings, you cannot insert a record of the table by sequence. L6:# The table names are treated as case insensitive. L7:# L8:# Example: L9:# map:{ L10:# ; PURCHASE = SEQ_PURCHASE L11:# ; MEMBER = SEQ_MEMBER L12:# ; MEMBER_LOGIN = SEQ_MEMBER_LOGIN L13:# ...github.com/codelibs/fess/dbflute_fess/dfprop/se...Sat Oct 31 23:35:14 UTC 2015 717 bytes -
basicInfoMap.dfprop
L64: # The class package is 'this property value + detail package value'. L65: # However, detail packages have default value so basically L66: # you only have to specify the property 'packageBase'. L67: # If this property is specified and detail package properties is not specified, L68: # Then the packages of generated class are as follows: L69: # L70: # e.g. packageBase = org.docksidestage.dbflute L71: # --> org.docksidestage.dbflute.allcommon L72: # -->...github.com/codelibs/fess/dbflute_fess/dfprop/ba...Sat Oct 31 23:35:14 UTC 2015 9.2K bytes -
fess.service
opened by this process L27:LimitNOFILE=${packaging.os.max.open.files} L28: L29:# Specifies the maximum number of bytes of memory that may be locked into RAM L30:# Set to "infinity" if you use the 'bootstrap.mlockall: true' option L31:# in fess.yml and 'MAX_LOCKED_MEMORY=unlimited' in ${packaging.env.file} L32:#LimitMEMLOCK=infinity L33: L34:# Shutdown delay in seconds, before process is tried to be killed with KILL (if configured) L35:TimeoutStopSec=20 L36: L37:[Install] L38:WantedBy=multi-user.target...github.com/codelibs/fess/src/packaging/common/s...Sun Jan 15 06:32:15 UTC 2023 1.1K bytes