Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for support (0.08 sec)

  1. daterangepicker.js

    L151: L152: if (typeof options.locale.weekLabel === 'string') L153: this.locale.weekLabel = options.locale.weekLabel; L154: L155: if (typeof options.locale.customRangeLabel === 'string'){ L156: //Support unicode chars in the custom range name. L157: var elem = document.createElement('textarea'); L158: elem.innerHTML = options.locale.customRangeLabel; L159: var rangeHtml = elem.value; L160: ...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      64.8K bytes
  2. SystemHelper.java

    final Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("UTC")); L138: cal.set(2026, 3 - 1, 1); // EOL Date L139: eolTime = cal.getTimeInMillis(); L140: if (isEoled()) { L141: logger.error("Your system is out of support. See https://fess.codelibs.org/eol.html"); L142: } L143: updateSystemProperties(); L144: final FessConfig fessConfig = ComponentUtil.getFessConfig(); L145: filterPathEncoding = fessConfig.getPathEncoding(); L146: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 17 12:10:08 UTC 2024
      27.2K bytes
  3. SearchEngineClient.java

    L135:import org.opensearch.action.search.SearchResponse; L136:import org.opensearch.action.search.SearchScrollRequest; L137:import org.opensearch.action.search.SearchScrollRequestBuilder; L138:import org.opensearch.action.support.WriteRequest.RefreshPolicy; L139:import org.opensearch.action.support.master.AcknowledgedResponse; L140:import org.opensearch.action.termvectors.MultiTermVectorsRequest; L141:import org.opensearch.action.termvectors.MultiTermVectorsRequestBuilder; L142:import org.opensearch.action...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Oct 20 02:08:03 UTC 2024
      86.1K bytes
  4. popper.min.js.map

    x, y } = options;\n const { popper } = data.offsets;\n\n // Remove this legacy support in Popper.js v2\n const legacyGpuAccelerationOption = find(\n data.instance.modifiers,\n modifier => modifier.name === 'applyStyle'\n ).gpuAcceleration;\n if (legacyGpuAccelerationOption !== undefined) {\n console.warn(\n 'WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!'\n );\n }\n const gpuAcceleration =\n ...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      120.9K bytes
  5. jquery-3.7.1.min.js

    ition(T.createElement("fieldset"))}),ce.find=I,ce.expr[":"]=ce.expr.pseudos,ce.unique=ce.uniqueSort,I.compile=ne,I.select=re,I.setDocument=V,I.tokenize=Y,I.escape=ce.escapeSelector,I.getText=ce.text,I.isXML=ce.isXMLDoc,I.selectors=ce.expr,I.support=ce.support,I.uniqueSort=ce.uniqueSort}();var d=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&ce(e).is(n))break;r.push(e)}return r},h=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:07:52 UTC 2024
      85.5K bytes
  6. jquery-3.7.1.min.map

    ","document","w","Error","window","this","noGlobal","arr","getProto","Object","getPrototypeOf","slice","flat","array","call","concat","apply","push","indexOf","class2type","toString","hasOwn","hasOwnProperty","fnToString","ObjectFunctionString","support","isFunction","obj","nodeType","item","isWindow","preservedScriptAttributes","type","src","nonce","noModule","DOMEval","code","node","doc","i","val","script","createElement","text","getAttribute","setAttribute","head","appendChild","parentNode","...
    github.com/codelibs/fess/src/main/webapp/js/jqu...
    Sat Oct 26 01:07:52 UTC 2024
      131.6K bytes
  7. bootstrap.min.js.map

    $.Event(EVENT_HIDE, relatedTarget)\n $(parent).trigger(hideEvent)\n if (hideEvent.isDefaultPrevented()) {\n continue\n }\n\n // If this is a touch-enabled device we remove the extra\n // empty mouseover listeners we added for iOS support\n if ('ontouchstart' in document.documentElement) {\n $(document.body).children().off('mouseover', null, $.noop)\n }\n\n toggles[i].setAttribute('aria-expanded', 'false')\n\n if (context._popper) {\n context._popper.destroy()\n...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      180.9K bytes
  8. jquery-3.7.1.min.js

    ition(T.createElement("fieldset"))}),ce.find=I,ce.expr[":"]=ce.expr.pseudos,ce.unique=ce.uniqueSort,I.compile=ne,I.select=re,I.setDocument=V,I.tokenize=Y,I.escape=ce.escapeSelector,I.getText=ce.text,I.isXML=ce.isXMLDoc,I.selectors=ce.expr,I.support=ce.support,I.uniqueSort=ce.uniqueSort}();var d=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&ce(e).is(n))break;r.push(e)}return r},h=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return...
    github.com/codelibs/fess/src/main/webapp/js/jqu...
    Sat Oct 26 01:07:52 UTC 2024
      85.5K bytes
  9. codeql.yml

    - language: java-kotlin L48: build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too. L49: - language: javascript-typescript L50: build-mode: none L51: # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' L52: # Use `c-cpp` to analyze code written in C, C++ or both L53: # Use 'java-kotlin' to analyze...
    github.com/codelibs/fess/.github/workflows/code...
    Wed Aug 14 23:51:19 UTC 2024
      4.4K bytes
  10. README.md

    Crawler manually on the [Scheduler page](https://fess.codelibs.org/14.17/admin/scheduler-guide.html). L54: L55:## Migration from another search provider L56: L57:Please see [MIGRATION.md](MIGRATION.md). L58: L59:## Data Store L60: L61:Currently, Fess supports crawling the following [storage locations and APIs](https://fess.codelibs.org/14.17/admin/dataconfig-guide.html): L62: L63: - [Confluence/Jira](https://github.com/codelibs/fess-ds-atlassian) L64: - [Box](https://github.com/codelibs/fess-ds-box) L65:...
    github.com/codelibs/fess/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.3K bytes
Back to top