Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 127 for strlen (0.07 sec)

  1. style.css

    L33:ul.has-error { L34: color: #dd4b39 !important; L35: list-style-type: none; L36: padding: 0; L37:} L38: L39:.form-group .has-error + .form-control { L40: border-color: #dd4b39 !important; L41: box-shadow: none; L42:} L43: L44:.sidebar-mini.sidebar-collapse .sidebar-search { L45: display: none !important; L46:} L47: L48:input[type="file"].form-control:not([type="file"]) { L49: height: 0% !important; L50:} L51: L52:#result ol { L53: list-style: none !important; L54: padding-left: 0; L55:} L56: L57:#result...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Thu Feb 13 07:47:04 UTC 2020
      1.1K bytes
  2. style.css

    li:first-child { L110: margin-top: 0; L111:} L112: L113:#result .title a:visited { L114: color: #014c8c; L115:} L116: L117:#result .body { L118: display: flex; L119: align-items: flex-start; L120:} L121: L122:#result .site cite { L123: color: #093; L124: font-style: normal; L125:} L126: L127:#result .more { L128: display: none; L129:} L130: L131:#result .info { L132: font-size: 80%; L133:} L134: L135:#result .url-copy { L136: color: #007bff; L137:} L138: L139:#result .url-copied { L140: color: #2c974b; L141:}...
    github.com/codelibs/fess/src/main/webapp/css/st...
    Thu Jun 02 11:39:35 UTC 2022
      2K bytes
  3. popper.min.js.map

    modifier is enabled\n if (isModifierEnabled(this.modifiers, 'applyStyle')) {\n this.popper.removeAttribute('x-placement');\n this.popper.style.position = '';\n this.popper.style.top = '';\n this.popper.style.left = '';\n this.popper.style.right = '';\n this.popper.style.bottom = '';\n this.popper.style.willChange = '';\n this.popper.style[getSupportedPropertyName('transform')] = '';\n }\n\n this.disableEventListeners();\n\n // remove the popper if user explicitly asked for...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      120.9K bytes
  4. README.md

    ./bin/fess L36: L37:Weitere Informationen finden Sie im [Installationshandbuch](https://fess.codelibs.org/14.17/install/index.html). L38: L39:### Docker L40: L41:Wir bieten Docker-Images auf [ghcr.io](https://github.com/orgs/codelibs/packages) an. Wir stellen auch eine Docker Compose (YAML)-Datei in [diesem Repository](https://github.com/codelibs/docker-fess/tree/master/compose) bereit. L42: L43:### Browser-Benutzeroberfläche L44: L45:- Suchoberfläche: http://localhost:8080/ L46: L47:![Suchoberfläche]...
    github.com/codelibs/fess/docs/de/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.6K bytes
  5. daterangepicker.css

    L329: background-color: #eee; L330:} L331: L332:.daterangepicker .ranges li.active { L333: background-color: #08c; L334: color: #fff; L335:} L336: L337:/* Larger Screen Styling */ L338:@media (min-width: 564px) { L339: .daterangepicker { L340: width: auto; L341: } L342: L343: .daterangepicker .ranges ul { L344: width: 140px; L345: } L346: L347: .daterangepicker.single .ranges ul { L348: width: 100%; L349: } L350: L351: .daterangepicker.single .drp-calendar.left { L352: clear:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      7.5K bytes
  6. popper.min.js

    n=0;n<t.length;n++){var i=t[n],r=i?''+i+o:e;if('undefined'!=typeof document.body.style[r])return r}return null}function H(){return this.state.isDestroyed=!0,W(this.modifiers,'applyStyle')&&(this.popper.removeAttribute('x-placement'),this.popper.style.position='',this.popper.style.top='',this.popper.style.left='',this.popper.style.right='',this.popper.style.bottom='',this.popper.style.willChange='',this.popper.style[B('transform')]=''),this.disableEventListeners(),this.options.removeOnDestroy&&th...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      20.7K bytes
  7. admin_user_details.jsp

    </tr> L117: <tr> L118: <th><la:message key="labels.user_street"/></th> L119: <td>${f:h(attributes.street)}<la:hidden property="attributes.street"/></td> L120: </tr> L121: <tr> L122: <th><la:message key="labels.user_postalCode"/></th> L123: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      17.8K bytes
  8. BsUserCQ.java

    WildcardQueryBuilder builder = regWildcardQ("street", street); L7680: if (opLambda != null) { L7681: opLambda.callback(builder); L7682: } L7683: } L7684: L7685: public void setStreet_Regexp(String street) { L7686: setStreet_Regexp(street, null); L7687: } L7688: L7689: public void setStreet_Regexp(String street, ConditionOptionCall<RegexpQueryBuilder> opLambda) { L7690: RegexpQueryBuilder builder = regRegexpQ("street", street); L7691: if (opLambda != null)...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      326.1K bytes
  9. bootstrap.min.css.map

    stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the...
    github.com/codelibs/fess/src/main/webapp/css/bo...
    Thu Feb 13 04:21:06 UTC 2020
      626.8K bytes
  10. BsUser.java

    registerModifiedProperty("state"); L691: this.state = value; L692: } L693: L694: public String getStreet() { L695: checkSpecifiedProperty("street"); L696: return convertEmptyToNull(street); L697: } L698: L699: public void setStreet(String value) { L700: registerModifiedProperty("street"); L701: this.street = value; L702: } L703: L704: public String getSurname() { L705: checkSpecifiedProperty("surname"); L706: return convertEmptyToNull(surname);...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      22.8K bytes
Back to top