Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for space (0.1 sec)

  1. daterangepicker.css

    rotate(135deg); L145:} L146: L147:.daterangepicker .calendar-table th, .daterangepicker .calendar-table td { L148: white-space: nowrap; L149: text-align: center; L150: vertical-align: middle; L151: min-width: 32px; L152: width: 32px; L153: height: 24px; L154: line-height: 24px; L155: font-size: 12px; L156: border-radius: 4px; L157: border: 1px solid transparent; L158: white-space: nowrap; L159: cursor: pointer; L160:} L161: L162:.daterangepicker .calendar-table { L163: border: 1px solid #fff;...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      7.5K bytes
  2. bootstrap.min.css.map

    `flex-grow: 1` for decks and groups so that card blocks take up\n // as much space as possible, ensuring footers are aligned to the bottom.\n flex: 1 1 auto;\n // Workaround for the image size bug in IE\n // See: https://github.com/twbs/bootstrap/pull/28855\n min-height: 1px;\n padding: $card-spacer-x;\n color: $card-color;\n}\n\n.card-title {\n margin-bottom: $card-spacer-y;\n}\n\n.card-subtitle {\n margin-top: -$card-spacer-y * .5;\n margin-bottom: 0;\n}\n\n.card-text:last-child {\n margin-bottom:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  3. adminlte.min.css.map

    full-width .toast,\n.toast-top-full-width .toast {\n max-width: inherit;\n}\n\n.pace {\n z-index: 1048;\n}\n\n.pace .pace-progress {\n z-index: 1049;\n}\n\n.pace .pace-activity {\n z-index: 1050;\n}\n\n.pace-primary .pace .pace-progress {\n background: #007bff;\n}\n\n.pace-barber-shop-primary .pace {\n background: #fff;\n}\n\n.pace-barber-shop-primary .pace .pace-progress {\n background: #007bff;\n}\n\n.pace-barber-shop-primary .pace .pace-activity {\n background-image: linear-gradient(45deg,...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
  4. popper.min.js.map

    frag.trim());\n\n // Detect if the offset string contains a pair of values or a single one\n // they could be separated by comma or space\n const divider = fragments.indexOf(\n find(fragments, frag => frag.search(/,|\\s/) !== -1)\n );\n\n if (fragments[divider] && fragments[divider].indexOf(',') === -1) {\n console.warn(\n 'Offsets separated by white space(s) are deprecated, use a comma (,) instead.'\n );\n }\n\n // If divider is found, we divide the list of values and operands to...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      120.9K bytes
  5. popper.min.js

    r}function X(e,t,o,n){var i=[0,0],r=-1!==['right','left'].indexOf(n),p=e.split(/(\+|\-)/).map(function(e){return e.trim()}),s=p.indexOf(D(p,function(e){return-1!==e.search(/,|\s/)}));p[s]&&-1===p[s].indexOf(',')&&console.warn('Offsets separated by white space(s) are deprecated, use a comma (,) instead.');var d=/\s*,\s*|\s+/,a=-1===s?[p]:[p.slice(0,s).concat([p[s].split(d)[0]]),[p[s].split(d)[1]].concat(p.slice(s+1))];return a=a.map(function(e,n){var i=(1===n?!r:r)?'height':'width',p=!1;return e.reduce(...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      20.7K bytes
  6. fess_config.properties

    L211:crawler.document.append.data=true L212:crawler.document.append.filename=false L213:crawler.document.max.alphanum.term.size=20 L214:crawler.document.max.symbol.term.size=10 L215:crawler.document.duplicate.term.removed=false L216:crawler.document.space.chars=u0009u000Au000Bu000Cu000Du001Cu001Du001Eu001Fu0020u00A0u1680u180Eu2000u2001u2002u2003u2004u2005u2006u2007u2008u2009u200Au200Bu200Cu202Fu205Fu3000uFEFFuFFFDu00B6 L217:crawler.document.fullstop.chars=u002eu06d4u2e3cu3002 L218:crawler.crawling.data.encoding=UTF-8...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  7. bootstrap.min.js.map

    'bs.dropdown'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst DATA_API_KEY = '.data-api'\nconst JQUERY_NO_CONFLICT = $.fn[NAME]\nconst ESCAPE_KEYCODE = 27 // KeyboardEvent.which value for Escape (Esc) key\nconst SPACE_KEYCODE = 32 // KeyboardEvent.which value for space key\nconst TAB_KEYCODE = 9 // KeyboardEvent.which value for tab key\nconst ARROW_UP_KEYCODE = 38 // KeyboardEvent.which value for up arrow key\nconst ARROW_DOWN_KEYCODE = 40 // KeyboardEvent.which value for down arrow key\nconst RIGHT_MOUSE_BUTTON_WHICH...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      180.9K bytes
  8. FessConfig.java

    configuration. e.g. u0009u000Au000Bu000Cu000Du001Cu001Du001Eu001Fu0020u00A0u1680u180Eu2000u2001u2002u2003u2004u2005u2006u2007u2008u2009u200Au200Bu200Cu202Fu205Fu3000uFEFFuFFFDu00B6 */ L350: String CRAWLER_DOCUMENT_SPACE_CHARS = "crawler.document.space.chars"; L351: L352: /** The key of the configuration. e.g. u002eu06d4u2e3cu3002 */ L353: String CRAWLER_DOCUMENT_FULLSTOP_CHARS = "crawler.document.fullstop.chars"; L354: L355: /** The key of the configuration. e.g. UTF-8 */ L356: String...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
  9. adminlte.min.css

    transparent transparent}.pace-center-radar-secondary .pace .pace-activity::before{border-color:#6c757d transparent transparent}.pace-center-simple-secondary .pace{background:#fff;border-color:#6c757d}.pace-center-simple-secondary .pace .pace-progress{background:#6c757d}.pace-material-secondary .pace{color:#6c757d}.pace-corner-indicator-secondary .pace .pace-activity{background:#6c757d}.pace-corner-indicator-secondary .pace .pace-activity::after,.pace-corner-indicator-secondary .pace .pace-activity::before{border:5px...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      1.3M bytes
Back to top