- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 33 for Teed (0.03 sec)
-
documentMap.dfprop
- - - - - - - - - - - - - - - - L101: # o schemaHtmlFileName: (NotRequired - Default 'schema-[project-name].html') L102: # The file name (not contain path) of SchemaHtml. L103: # Basically you don't need this. L104: # (For example, when you use Application Behavior, you need this) L105: # L106: #; schemaHtmlFileName = xxx.html L107: # - - - - - - - - - -/ L108: L109: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L110: # o isSuppressSchemaHtmlOutsideSql:...github.com/codelibs/fess/dbflute_fess/dfprop/do...Sat Oct 31 23:35:14 UTC 2015 9.4K bytes -
outsideSqlMap.dfprop
The encoding of SQL file for outsideSql. L116: # Basically you don't need this. L117: # L118: #; sqlFileEncoding = UTF-8 L119: # - - - - - - - - - -/ L120: L121: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L122: # o sqlDirectory: (NotRequired - Default generateOutputDirectory & resourceOutputDirectory) L123: # The directory of SQL file for outsideSql. L124: # Basically you don't need this if your directory structure is same as default. L125: # It's also...github.com/codelibs/fess/dbflute_fess/dfprop/ou...Sat Jul 25 06:04:16 UTC 2015 8K bytes -
basicInfoMap.dfprop
(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} L91: # | L92: # |-dbflute_[project] L93: # | ...github.com/codelibs/fess/dbflute_fess/dfprop/ba...Sat Oct 31 23:35:14 UTC 2015 9.2K bytes -
littleAdjustmentMap.dfprop
quoteTableNameList: (NotRequired - Default list:{}) L129: # The list of table DB names that need to be quoted. Specified tables is quoted on auto-generated SQL. L130: # L131: #; quoteTableNameList = list:{} L132: # - - - - - - - - - -/ L133: L134: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L135: # o quoteColumnNameList: (NotRequired - Default list:{}) L136: # The list of column DB names that need to be quoted. Specified columns is quoted on auto-generated SQL. L137: # L138:...github.com/codelibs/fess/dbflute_fess/dfprop/li...Sat Jul 25 06:04:16 UTC 2015 8.8K bytes -
PopularWordHelper.java
reAsInteger().longValue(), TimeUnit.MINUTES).build(); L57: } L58: L59: public List<String> getWordList(final SearchRequestType searchRequestType, final String seed, final String[] tags, final String[] roles, L60: final String[] fields, final String[] excludes) { L61: final String baseSeed = seed != null ? seed : fessConfig.getSuggestPopularWordSeed(); L62: final String[] baseTags = tags != null ? tags : fessConfig.getSuggestPopularWordTagsAsArray(); L63: final...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 5.6K bytes -
codeql-analysis.yml
L1:# For most projects, this workflow file will not need changing; you simply need L2:# to commit it to your repository. L3:# L4:# You may wish to alter this file to override the set of languages analyzed, L5:# or to provide custom queries or build logic. L6:name: "CodeQL" L7: L8:on: L9: push: L10: branches: [master] L11: pull_request: L12: # The branches below must be a subset of the branches above L13: branches: [master] L14: schedule: L15: - cron: '0 11 * * 4' L16: L17:jobs: L18:...github.com/codelibs/curl4j/.github/workflows/co...Fri Oct 02 13:24:14 UTC 2020 2.5K bytes -
_readme.txt
L1:Directory for files of schema info L2: L3:Files are auto-generated by DBFlute tasks. L4:Basically you don't need to touch this directory....github.com/codelibs/fess/dbflute_fess/schema/_r...Sat Jul 04 22:46:31 UTC 2015 129 bytes -
codeql.yml
L1:# For most projects, this workflow file will not need changing; you simply need L2:# to commit it to your repository. L3:# L4:# You may wish to alter this file to override the set of languages analyzed, L5:# or to provide custom queries or build logic. L6:# L7:# ******** NOTE ******** L8:# We have attempted to detect the languages in your repository. Please check L9:# the `language` matrix defined below to confirm you have the correct set of L10:# supported CodeQL languages. L11:# L12:name: "CodeQL"...github.com/codelibs/fess/.github/workflows/code...Wed Aug 14 23:51:19 UTC 2024 4.4K bytes -
classificationDeploymentMap.dfprop
classification. L5:# L6:# This property uses classification names of classificationDefinitionMap. L7:# The table name '$$ALL$$' means all tables are target. L8:# The table names and column names are treated as case insensitive. L9:# L10:# You don't need specify here about table classifications. L11:# Because table classifications are auto-deployed by relation information. L12:# L13:# Specification: L14:# map: { L15:# [table-name or $$ALL$$] = map:{ L16:# ; [column-name (with hint)]=[classification-name]...github.com/codelibs/fess/dbflute_fess/dfprop/cl...Sat Jul 04 22:46:31 UTC 2015 795 bytes -
transformer.xml
<property name="invalidUrlPattern">@java.util.regex.Pattern@compile("^\\s*javascript:|^\\s*mailto:|^\\s*irc:|^\\s*skype:|^\\s*callto:",@java.util.regex.Pattern@CASE_INSENSITIVE)</property> L14: --> L15: <property name="convertUrlMap"> L16: {"feed:" : "http:"} L17: </property> L18: <!-- segment --> L19: <postConstruct name="addFieldRule"> L20: <arg>"title"</arg> L21: <arg>"//TITLE"</arg> L22: <arg>true</arg> L23: </postConstruct> L24: <postConstruct name="addFieldRule"> L25: <a...github.com/codelibs/fess/src/main/resources/cra...Thu Jan 10 03:35:10 UTC 2019 1.6K bytes