Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 59 for Schack (0.21 sec)

  1. adminlte.min.css.map

    [class*=\"col-\"] {\n padding-right: 5px;\n padding-left: 5px;\n}\n\n.form-check {\n position: relative;\n display: block;\n padding-left: 1.25rem;\n}\n\n.form-check-input {\n position: absolute;\n margin-top: 0.3rem;\n margin-left: -1.25rem;\n}\n\n.form-check-input[disabled] ~ .form-check-label,\n.form-check-input:disabled ~ .form-check-label {\n color: #6c757d;\n}\n\n.form-check-label {\n margin-bottom: 0;\n}\n\n.form-check-inline {\n display: -ms-inline-flexbox;\n display: inline-flex;\n ...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
  2. adminlte.min.css

    right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      1.3M bytes
  3. fess_message_ru.properties

    {min} and {max}. L37:constraints.LuhnCheck.message = The check digit for ${value} is invalid, Luhn Modulo 10 checksum failed. L38:constraints.Mod10Check.message = The check digit for ${value} is invalid, Modulo 10 checksum failed. L39:constraints.Mod11Check.message = The check digit for ${value} is invalid, Modulo 11 checksum failed. L40:constraints.ModCheck.message = The check digit for ${value} is invalid, ${modType} checksum failed. L41:cons...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri May 20 12:12:28 UTC 2022
      10.2K bytes
  4. fe.tld

    -class> L224: <function-signature>java.lang.String base64(java.lang.String)</function-signature> L225: <example> L226: ${fe:base64(value)} L227: </example> L228: </function> L229: L230: <function> L231: <description> L232: Check if a file exists. L233: </description> L234: <name>fileExists</name> L235: <function-class>org.codelibs.fess.taglib.FessFunctions</function-class> L236: <function-signature>boolean fileExists(java.lang.String)</function-signature> L237:...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Dec 23 06:18:48 UTC 2023
      10K bytes
  5. README.md

    Kibana can't connect Elasticsearch. L26: L27:A. Please check `${KIBANA_HOME}/config/kibana.yml` and set correct Elasticsearch URL. L28: L29:Example: L30:``` L31:# The Elasticsearch instance to use for all your queries. L32:elasticsearch.url: "http://localhost:9201" L33:``` L34: L35:#### Q. I imported "fess\_log.ndjson" but no results found. L36: L37:A. Is there any search logs? If it still does not resolve, it may be caused by TimeZone. Please check **Settings** -> **Advanced** -> **dateFormat:tz**....
    github.com/codelibs/fess/src/main/assemblies/ex...
    Mon Aug 12 01:26:21 UTC 2019
      1.2K bytes
  6. packaging.properties

    L1:# Properties used to build to the RPM package L2:# L3: L4:# Environment file L5:packaging.env.file=/etc/sysconfig/fess L6: L7:# Default configuration directory and file to use in bin/plugin script L8: L9:# Simple marker to check that properties are correctly overridden L10:packaging.type=rpm L11: L12:# Custom header for package scripts L13:packaging.scripts.header= L14:packaging.scripts.footer=# Built for ${project.name}-${project.version} (${packaging.type})...
    github.com/codelibs/fess/src/packaging/rpm/pack...
    Thu Dec 10 01:24:02 UTC 2015
      420 bytes
  7. UriTypeValidator.java

    } L36: L37: @Override L38: public boolean isValid(final String value, final ConstraintValidatorContext context) { L39: if (StringUtil.isNotBlank(value)) { L40: return check(protocols, value); L41: } L42: return true; L43: } L44: L45: protected static boolean check(final String[] protocols, final String value) { L46: final String[] paths = value.split("[\r\n]"); L47: for (final String path : paths) { L48: if (StringUtil.isNotBlank(path)...
    github.com/codelibs/fess/src/main/java/org/code...
    Mon Jun 17 13:37:12 UTC 2024
      2.3K bytes
  8. popper.min.js.map

    @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nexport default function find(arr, check) {\n // use native find if supported\n if (Array.prototype.find) {\n return arr.find(check);\n }\n\n // use `filter` to obtain the same behavior of `find`\n return arr.filter(check)[0];\n}\n","import find from './find';\n\n/**\n * Return the index of the matching object\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      120.9K bytes
  9. UriTypeValidatorTest.java

    "http://www.foo.com/"; L27: assertTrue(UriTypeValidator.check(protocols, values)); L28: L29: protocols = new String[] { "http:" }; L30: values = "http://www.foo.com/\nhttp://www.bar.com/"; L31: assertTrue(UriTypeValidator.check(protocols, values)); L32: L33: protocols = new String[] { "http:" }; L34: values = "http://www.foo.com/ \r\nhttp://www.bar.com/"; L35: assertTrue(UriTypeValidator.check(protocols, values)); L36: L37: protocols = new String[]...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.2K bytes
  10. fess

    arch-independent-package-contains-binary-or-object L3:# Not stripping external libraries L4:fess binary: unstripped-binary-or-object L5:# Ignore arch dependent warnings, we chose the right libs on start L6:fess binary: arch-dependent-file-in-usr-share L7:# Please check our changelog at https://github.com/codelibs/fess L8:fess binary: changelog-file-missing-in-native-package...
    github.com/codelibs/fess/src/packaging/deb/lint...
    Thu Dec 10 01:24:02 UTC 2015
      439 bytes
Back to top