- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 49 for Main (0.01 sec)
-
outsideSqlMap.dfprop
directory L145: # (NotRequired - Default Java:'src/main/java' & 'src/main/resources' CSharp:'source') L146: # o sql2EntityOutputDirectory: source output directory from as a relative path from the application directory L147: # (NotRequired - Default Java:'src/main/java' CSharp:'source') L148: # L149: #; applicationOutsideSqlMap = map:{ L150: # ; ../../app1 = map:{ L151: # ; sqlDirectory = src/main/resources L152: # ; sql2EntityOutputDirectory = src/main/java...github.com/codelibs/fess/dbflute_fess/dfprop/ou...Sat Jul 25 06:04:16 UTC 2015 8K bytes -
basicInfoMap.dfprop
- - - - - - - - - - - - - - - - - - - - - - - - L82: # o generateOutputDirectory: (NotRequired - Default Java:'../src/main/java' CSharp:'../source') L83: # The base output directory for generating. L84: # Basically you don't need to specify this if the project style is as follows: L85: # L86: # *Java Project Style L87: # If this value is '../src/main/java' and your project is under the Maven, L88: # you don't need to set up this property! L89: # L90: # {app-project}...github.com/codelibs/fess/dbflute_fess/dfprop/ba...Sat Oct 31 23:35:14 UTC 2015 9.2K bytes -
.gitignore
L1:/target/ L2:/work/ L3:/bin/ L4:/mydbflute/ L5:/solr/data/ L6:/src/main/webapp/WEB-INF/classes/ L7:/src/main/webapp/WEB-INF/lib/ L8:/src/main/webapp/WEB-INF/site/ L9:/src/main/webapp/WEB-INF/plugin/* L10:!/src/main/webapp/WEB-INF/plugin/.keep L11:/src/main/webapp/WEB-INF/env/crawler/lib/ L12:/src/main/webapp/WEB-INF/env/suggest/lib/ L13:/src/main/webapp/WEB-INF/env/thumbnail/lib/ L14:/src/main/webapp/WEB-INF/thumbnails/ L15:/src/main/webapp/jar/ L16:/dbflute_fess/extlib/* L17:/dbflute_fess/log/*.log...github.com/codelibs/fess/.gitignoreThu Oct 24 01:47:10 UTC 2024 1023 bytes -
system.jsp
L14: rel="stylesheet" type="text/css" /> L15:</head> L16:<body class="error"> L17: <jsp:include page="../header.jsp" /> L18: <main class="container"> L19: <div class="text-center"> L20: <h2> L21: <la:message key="labels.system_error_title" /> L22: </h2> L23: <div class="errormessage"><la:message key="labels.contact_site_admin" /></div> L24: </div> L25: </main> L26: <jsp:include page="../footer.jsp" /> L27: <input type="hidden" id="contextPath" value="${pageContext.request.contextPath}"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 1.4K bytes -
fess_env_suggest.properties
Mail L26:# ------ L27:# Does it send mock mail? (true: no send actually, logging only) L28:mail.send.mock = false L29: L30:# SMTP server settings for main: host:port L31:mail.smtp.server.main.host.and.port = localhost:25 L32: L33:# The prefix of subject to show test environment or not L34:mail.subject.test.prefix = L35: L36:# The common return path of all mail L37:mail.return.path = root@localhost L38: L39: L40:# ===...github.com/codelibs/fess/src/main/resources/fes...Mon Jan 29 07:34:32 UTC 2018 2.2K bytes -
deps.xml
value="${basedir}/target/deps" /> L4: <property name="webinf.dir" value="${basedir}/src/main/webapp/WEB-INF" /> L5: <property name="crawler.dir" value="${basedir}/src/main/webapp/WEB-INF/env/crawler" /> L6: <property name="suggest.dir" value="${basedir}/src/main/webapp/WEB-INF/env/suggest" /> L7: <property name="thumbnail.dir" value="${basedir}/src/main/webapp/WEB-INF/env/thumbnail" /> L8: <property name="site.dir" value="${basedir}/src/main/webapp/WEB-INF/site" /> L9: <property name="kopf.branch" value="fess-14"...github.com/codelibs/fess/deps.xmlThu Oct 24 04:37:19 UTC 2024 2.5K bytes -
replaceSchemaMap.dfprop
# You can drop additional other schemas. L138: # Elements of this map are as below: L139: # o url: (NotRequired - Default same as main schema) L140: # o schema: (Required: if empty schema means valid schema, not required) L141: # o user: (NotRequired - Default same as main schema) L142: # o password: (NotRequired - Default same as main schema) L143: # o propertiesMap: (NotRequired - Default map:{}) L144: # o objectTypeTargetList: (NotRequired - Default list{TABLE;VIEW})...github.com/codelibs/fess/dbflute_fess/dfprop/re...Sat Oct 31 23:35:14 UTC 2015 9.3K bytes -
common-bin.xml
<fileSets> L13: <fileSet> L14: <filtered>true</filtered> L15: <directory>src/main/assemblies/files</directory> L16: <outputDirectory>fess-${project.version}/bin</outputDirectory> L17: <lineEnding>dos</lineEnding> L18: <includes> L19: <include>fess.in.bat</include> L20: <include>fess.bat</include> L21: <include>service.bat</include> L22: </includes> L23: </fileSet> L24: <fileSet> L25: <directory>src/main/assemblies/extension</directory> L26: <outputDirectory>fess-${project.ve...github.com/codelibs/fess/src/main/assemblies/co...Thu Mar 17 02:29:43 UTC 2022 3.7K bytes -
fess_env_crawler.properties
Mail L26:# ------ L27:# Does it send mock mail? (true: no send actually, logging only) L28:mail.send.mock = false L29: L30:# SMTP server settings for main: host:port L31:mail.smtp.server.main.host.and.port = localhost:25 L32: L33:# The prefix of subject to show test environment or not L34:mail.subject.test.prefix = L35: L36:# The common return path of all mail L37:mail.return.path = root@localhost L38: L39: L40:# ===...github.com/codelibs/fess/src/main/resources/fes...Mon Jan 29 07:34:32 UTC 2018 2.2K bytes -
fess_env_thumbnail.properties
Mail L26:# ------ L27:# Does it send mock mail? (true: no send actually, logging only) L28:mail.send.mock = false L29: L30:# SMTP server settings for main: host:port L31:mail.smtp.server.main.host.and.port = localhost:25 L32: L33:# The prefix of subject to show test environment or not L34:mail.subject.test.prefix = L35: L36:# The common return path of all mail L37:mail.return.path = root@localhost L38: L39: L40:# ===...github.com/codelibs/fess/src/main/resources/fes...Mon Feb 12 13:38:57 UTC 2018 2.2K bytes