Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 61 for Captions (0.06 sec)

  1. bootstrap.min.css.map

    @include transition($carousel-indicator-transition);\n }\n\n .active {\n opacity: 1;\n }\n}\n\n\n// Optional captions\n//\n//\n\n.carousel-caption {\n position: absolute;\n right: (100% - $carousel-caption-width) / 2;\n bottom: 20px;\n left: (100% - $carousel-caption-width) / 2;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: $carousel-caption-color;\n text-align: center;\n}\n","@mixin clearfix() {\n &::after {\n display: block;\n clear: both;\n content:...
    github.com/codelibs/fess/src/main/webapp/css/bo...
    Thu Feb 13 04:21:06 UTC 2020
      626.8K bytes
  2. index.js

    L14: L15: $(document).on("click touchend", function(e) { L16: if (!$(e.target).closest("#searchOptions, #searchOptionsButton").length) { L17: $("#searchOptions").removeClass("active"); L18: } L19: }); L20: L21: $("[data-toggle='control-options']").click(function(e) { L22: e.preventDefault(); L23: var target = $(this).attr("data-target") || $(this).attr("href"); L24: if (target) { L25: $(target).toggleClass("active"); L26: } L27: }); L28: L29: $("#searchOptionsClearButton").on("click",...
    github.com/codelibs/fess/src/main/webapp/js/ind...
    Thu Mar 30 05:45:24 UTC 2023
      2K bytes
  3. search.js

    false); L13: }, 3000); L14: return true; L15: }); L16: L17: $(document).on("click touchend", function(e) { L18: if (!$(e.target).closest("#searchOptions, [data-toggle='control-options']").length) { L19: $("#searchOptions").removeClass("active"); L20: } L21: }); L22: L23: $("[data-toggle='control-options']").click(function(e) { L24: e.preventDefault(); L25: var target = $(this).attr("data-target") || $(this).attr("href"); L26: if (target) { L27: $(target).toggleClass("active");...
    github.com/codelibs/fess/src/main/webapp/js/sea...
    Thu Mar 30 05:45:24 UTC 2023
      7.5K bytes
  4. index.jsp

    <em class="fa fa-fw fa-question-circle"> L83: <la:message key="labels.index_help" /> L84: </la:link></li> L85: </ul> L86: </div> L87: </div> L88: </nav> L89: </header> L90: <div id="searchOptions" class="control-options"> L91: <div class="container"> L92: <jsp:include page="searchOptions.jsp" /> L93: <div> L94: <button type="button" class="btn btn-light" id="searchOptionsClearButton"> L95: <la:message key="labels.search_options_clear" /> L96: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Oct 26 01:07:52 UTC 2024
      6.9K bytes
  5. GenerateThumbnailJob.java

    t, propFile); L214: L215: final File baseDir = new File(servletContext.getRealPath("/WEB-INF")).getParentFile(); L216: L217: if (logger.isInfoEnabled()) { L218: logger.info("ThumbnailGenerator: \nDirectory={}\nOptions={}", baseDir, cmdList); L219: } L220: L221: final JobProcess jobProcess = processHelper.startProcess(sessionId, cmdList, pb -> { L222: pb.directory(baseDir); L223: pb.redirectErrorStream(true);...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      10.6K bytes
  6. SuggestJob.java

    dList, propFile); L196: L197: final File baseDir = new File(servletContext.getRealPath("/WEB-INF")).getParentFile(); L198: L199: if (logger.isInfoEnabled()) { L200: logger.info("SuggestCreator: \nDirectory={}\nOptions={}", baseDir, cmdList); L201: } L202: L203: final JobProcess jobProcess = processHelper.startProcess(sessionId, cmdList, pb -> { L204: pb.directory(baseDir); L205: pb.redirectErrorStream(true);...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Jun 23 04:13:47 UTC 2024
      10K bytes
  7. html5.js

    {return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){"use strict";a.formUtils.registerLoadedModule("html5");var b="placeholder"in document.createElement("INPUT"),c="options"in document.createElement("DATALIST"),d=!1,e=function(e){e.each(function(){var e=a(this),f=e.find("input,textarea,select"),g=!1;f.each(function(){var b=[],e=a(this),f=e.attr("required"),h={};switch(f&&b.push("required"),(e.attr("type")||"").toLow...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      2.6K bytes
  8. fess_label_en.properties

    onfirm_new_password=Confirm New Password L364:labels.top.search=Search L365:labels.index_title=Fess L366:labels.index_form_search_btn=Search L367:labels.index_osdd_title=Search L368:labels.index_form_option_btn=Options L369:labels.index_help=Help L370:labels.search_options=Search Options L371:labels.search_options_close=Close L372:labels.search_options_clear=Clear L373:labels.search_cache_msg=This is a cache of {0}. It is a snapshot of the page at {1}. L374:labels.search_unknown=Unknown L375:lab...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      40.7K bytes
  9. README.md

    L1:# Fess: Servidor de Búsqueda Empresarial L2:[![Java CI with Maven](https://github.com/codelibs/fess/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/fess/actions/workflows/maven.yml) L3:[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.codelibs.fess/fess/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.codelibs.fess/fess) L4:[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gitbucket/gitbucket/blob/master/LICENSE)...
    github.com/codelibs/fess/docs/es/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.6K bytes
  10. README.md

    L1:# Fess : Serveur de recherche pour entreprises L2:[![Java CI with Maven](https://github.com/codelibs/fess/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/fess/actions/workflows/maven.yml) L3:[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.codelibs.fess/fess/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.codelibs.fess/fess) L4:[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gitbucket/gitbuc...
    github.com/codelibs/fess/docs/fr/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.9K bytes
Back to top