Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for direction (0.12 sec)

  1. adminlte.min.css.map

    :before {\n padding-top: 100%;\n}\n\n.flex-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n}\n\n.flex-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n -ms-flex-wrap:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
  2. popper.min.js.map

    [x='bottom']\n * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin.\n * Change this if your popper should grow in a direction different from `bottom`\n */\n x: 'bottom',\n /**\n * @prop {string} [x='left']\n * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin.\n * Change this if your popper should grow in a direction different from `right`\n */\n y: 'right',\n },\n\n /**\n * Applies the computed styles to the popper element.\n *\n...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      120.9K bytes
  3. LICENSE

    entity and all L16: other entities that control, are controlled by, or are under common L17: control with that entity. For the purposes of this definition, L18: "control" means (i) the power, direct or indirect, to cause the L19: direction or management of such entity, whether by contract or L20: otherwise, or (ii) ownership of fifty percent (50%) or more of the L21: outstanding shares, or (iii) beneficial ownership of such entity. L22: L23: "You" (or "Your") shall mean...
    github.com/codelibs/curl4j/LICENSE
    Thu Jun 14 07:45:22 UTC 2018
      11.1K bytes
  4. fess_log.ndjson

    dObjectMeta.searchSourceJSON.index\"}"},"title":"search-term-rank","uiStateJSON":"{\"vis\":{\"params\":{\"sort\":{\"columnIndex\":null,\"direction\":null}}}}","version":1,"visState":"{\"title\":\"search-term-rank\",\"type\":\"table\",\"params\":{\"perPage\":10,\"showPartialRows\":false,\"showMetricsAtAllLevels\":false,\"sort\":{\"columnIndex\":null,\"direction\":null},\"showTotal\":false,\"totalFunc\":\"sum\",\"dimensions\":{\"metrics\":[{\"accessor\":0,\"format\":{\"id\":\"number\"},\"params\":...
    github.com/codelibs/fess/src/main/assemblies/ex...
    Mon Aug 12 01:26:21 UTC 2019
      18.2K bytes
  5. lastafluteMap.dfprop

    ; appMap = map:{ L41: ; fess = map:{ L42: ; path = .. L43: ; freeGenList = list:{ env ; config ; label ; message ; mail ; template ; jsp ; doc } L44: ; configPluginInterface = org.codelibs.fess.mylasta.direction.FessProp L45: ; propertiesHtmlList = list:{ env ; config ; label ; message } L46: } L47: } L48: L49: ; isUseDefaultConfigAtGeneration = true L50: # you can override (several) default settings like this: L51: #; overrideMap...
    github.com/codelibs/fess/dbflute_fess/dfprop/la...
    Sun May 20 08:20:11 UTC 2018
      2.2K bytes
  6. bootstrap.min.css.map

    :before {\n padding-top: 100%;\n}\n\n.flex-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n}\n\n.flex-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n -ms-flex-wrap:...
    github.com/codelibs/fess/src/main/webapp/css/bo...
    Thu Feb 13 04:21:06 UTC 2020
      626.8K bytes
  7. bootstrap.min.js.map

    element && element.parentNode\n ? [].slice.call(element.parentNode.querySelectorAll(Selector.ITEM))\n : []\n return this._items.indexOf(element)\n }\n\n _getItemByDirection(direction, activeElement) {\n const isNextDirection = direction === Direction.NEXT\n const isPrevDirection = direction === Direction.PREV\n const activeIndex = this._getItemIndex(activeElement)\n const lastItemIndex = this._items.length - 1\n const isGoingToWrap = isPrevDirection && activeIndex ===...
    github.com/codelibs/fess/src/main/webapp/js/boo...
    Sat Jan 11 06:54:28 UTC 2020
      189.9K bytes
  8. bootstrap.min.css.map

    :before {\n padding-top: 100%;\n}\n\n.flex-row {\n -ms-flex-direction: row !important;\n flex-direction: row !important;\n}\n\n.flex-column {\n -ms-flex-direction: column !important;\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n -ms-flex-direction: row-reverse !important;\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n -ms-flex-direction: column-reverse !important;\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n -ms-flex-wrap:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  9. bootstrap.min.js.map

    config\n }\n\n _handleSwipe() {\n const absDeltax = Math.abs(this.touchDeltaX)\n\n if (absDeltax <= SWIPE_THRESHOLD) {\n return\n }\n\n const direction = absDeltax / this.touchDeltaX\n\n this.touchDeltaX = 0\n\n // swipe left\n if (direction > 0) {\n this.prev()\n }\n\n // swipe right\n if (direction < 0) {\n this.next()\n }\n }\n\n _addEventListeners() {\n if (this._config.keyboard) {\n $(this._element).on(EVENT_KEYDOWN, event => this._keydown(event))\n...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      180.9K bytes
  10. LICENSE

    entity and all L17: other entities that control, are controlled by, or are under common L18: control with that entity. For the purposes of this definition, L19: "control" means (i) the power, direct or indirect, to cause the L20: direction or management of such entity, whether by contract or L21: otherwise, or (ii) ownership of fifty percent (50%) or more of the L22: outstanding shares, or (iii) beneficial ownership of such entity. L23: L24: "You" (or "Your") shall mean...
    github.com/codelibs/fess/LICENSE
    Tue May 08 21:35:34 UTC 2018
      11.1K bytes
Back to top