Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for carking (0.08 sec)

  1. fess

    -X prop set non-standard JAVA system property" L132: echo " --prop=val" L133: echo " --prop val set fess property (i.e. -Des.<prop>=<val>)" L134:} L135: L136:# Parse any long getopt options and put them into properties before calling getopt below L137:# Be dash compatible to make sure running under ubuntu works L138:ARGV="" L139:while [ $# -gt 0 ] L140:do L141: case $1 in L142: --help) ARGV="$ARGV -h"; shift;; L143: --*=*) properties="$properties -Dfess.${1#--}" L144:...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      5.4K bytes
  2. _readme.txt

    L25: L26:Properties for documents: L27:o documentMap.dfprop L28: L29:Properties for non-functional adjustments: L30:o sourceCopyright.dfprop L31:o infraMap.dfprop (manual making) L32: L33:Properties for plug-ins: L34:o freeGenMap.dfprop (manual making) L35:o lastafluteMap.dfprop (manual making) L36:o simpleDtoMap.dfprop (manual making)...
    github.com/codelibs/fess/dbflute_fess/dfprop/_r...
    Mon Jan 29 07:34:32 UTC 2018
      930 bytes
  3. adminlte.min.css.map

    0.1875rem);\n}\n\n.custom-select.is-warning {\n border-color: #ffc107;\n}\n\n.custom-select.is-warning:focus {\n border-color: #ffc107;\n box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.25);\n}\n\n.custom-select.is-warning ~ .warning-feedback,\n.custom-select.is-warning ~ .warning-tooltip {\n display: block;\n}\n\n.form-control-file.is-warning ~ .warning-feedback,\n.form-control-file.is-warning ~ .warning-tooltip {\n display: block;\n}\n\n.form-check-input.is-warning ~ .form-check-label {\n color: #...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
  4. adminlte.min.css

    ol-file.is-warning~.warning-feedback,.form-control-file.is-warning~.warning-tooltip{display:block}.form-check-input.is-warning~.form-check-label{color:#ffc107}.form-check-input.is-warning~.warning-feedback,.form-check-input.is-warning~.warning-tooltip{display:block}.custom-control-input.is-warning~.custom-control-label{color:#ffc107}.custom-control-input.is-warning~.custom-control-label::before{border-color:#ffc107}.custom-control-input.is-warning~.warning-feedback,.custom-control-input.is-warni...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      1.3M bytes
  5. logging.properties

    L7:java.util.logging.FileHandler.level=INFO L8:java.util.logging.FileHandler.pattern=${fess.log.path}/server_%g.log L9:java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter L10:java.util.logging.FileHandler.count=10 L11: L12:# Suppress warning logs L13:org.apache.catalina.webresources.Cache.level=SEVERE...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Aug 21 11:31:50 UTC 2016
      475 bytes
  6. FessMailDeliveryDepartmentCreator.java

    nt create() { L59: return new SMailDeliveryDepartment(createPostalParkingLot(), createPostalPersonnel()); L60: } L61: L62: // ----------------------------------------------------- L63: // Postal Parking Lot L64: // ------------------ L65: protected SMailPostalParkingLot createPostalParkingLot() { L66: final SMailPostalParkingLot parkingLot = new SMailPostalParkingLot(); L67: final SMailPostalMotorbike...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      7K bytes
  7. ContentOutputStream.java

    file = super.getFile(); L52: if (file != null) { L53: try { L54: Files.deleteIfExists(file.toPath()); L55: } catch (final IOException e) { L56: logger.warning(e.getLocalizedMessage()); L57: } L58: } L59: } L60: } L61: } L62:}...
    github.com/codelibs/curl4j/src/main/java/org/co...
    Mon Nov 14 21:05:19 UTC 2022
      1.9K bytes
  8. SuggestCreator.java

    L207: final AtomicInteger exitCode = new AtomicInteger(0); L208: L209: if (ComponentUtil.getFessConfig().isSuggestDocuments()) { L210: final CountDownLatch latch = new CountDownLatch(1); L211: L212: logger.info("Parsing words from indexed documents."); L213: suggestHelper.indexFromDocuments(ret -> { L214: logger.info("Success indexing from documents."); L215: latch.countDown(); L216: }, t -> { L217: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      10K bytes
  9. FessWebResourceRoot.java

    createWebResourceSet(ResourceSetType.CLASSES_JAR, "/WEB-INF/classes", possibleJar.getURL(), "/"); L51: } L52: } L53: } catch (final Exception e) { L54: logger.log(Level.WARNING, e, () -> { L55: final String canonicalPath = possibleJar.getCanonicalPath(); L56: return "Failed to read " + canonicalPath; L57: }); L58: } L59: } L60: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.5K bytes
  10. index.jsp

    data-toggle="tooltip" data-placement="left" L40: title="<la:message key="labels.development_mode_warning" />" L41: ><a class="nav-link active" href="${installationLink}" target="_olh"><em L42: class="fa fa-exclamation-triangle text-warning" L43: ></a></li> L44: </c:if> L45: <c:choose> L46: <c:when test="${!empty username && username != 'guest'}"> L47: <li class="nav-item"> L48: <div class="dropdown"> L49: <a class="nav-link...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      6.9K bytes
Back to top