- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for detected (0.05 sec)
-
daterangepicker.css
bottom: -6px; L87: border-bottom: initial; L88: border-top: 6px solid #fff; L89:} L90: L91:.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar { L92: float: none; L93:} L94: L95:.daterangepicker.single .drp-selected { L96: display: none; L97:} L98: L99:.daterangepicker.show-calendar .drp-calendar { L100: display: block; L101:} L102: L103:.daterangepicker.show-calendar .drp-buttons { L104: display: block; L105:} L106: L107:.daterangepicker.auto-apply .drp-buttons...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 7.5K bytes -
codeql.yml
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" L13: L14:on: L15: push: L16: branches: [ "master" ] L17:...github.com/codelibs/fess/.github/workflows/code...Wed Aug 14 23:51:19 UTC 2024 4.4K bytes -
fess.xml
L10: <include path="esflute_log.xml"/> L11: L12: <component name="curlHelper" class="org.codelibs.fess.helper.CurlHelper"> L13: </component> L14: <component name="languageHelper" class="org.codelibs.fess.helper.LanguageHelper"> L15: <property name="detector"> L16: <component class="org.apache.tika.langdetect.optimaize.OptimaizeLangDetector"> L17: <postConstruct name="loadModels"></postConstruct> L18: </component> L19: </property> L20: </component> L21: <component name="searchLogHelper" clas...github.com/codelibs/fess/src/main/resources/fes...Sun Jul 28 09:03:48 UTC 2024 5.2K bytes -
CommandGenerator.java
if (outputFile.isFile() && outputFile.length() == 0) { L119: logger.warn("Thumbnail File is empty. ID is {}", thumbnailId); L120: if (outputFile.delete()) { L121: logger.info("Deleted: {}", outputFile.getAbsolutePath()); L122: } L123: updateThumbnailField(thumbnailId, StringUtil.EMPTY); L124: return false; L125: } L126: L127: if (logger.isDebugEnabled())...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 9.6K bytes