Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for quote (0.03 sec)

  1. SearchEngineClient.java

    dictionaryPath = dictionaryPath + "/"; L536: } L537: source = source.replaceAll(Pattern.quote("${fess.dictionary.path}"), dictionaryPath)// L538: .replaceAll(Pattern.quote("${fess.index.codec}"), fessConfig.getIndexCodec())// L539: .replaceAll(Pattern.quote("${fess.index.number_of_shards}"), numberOfShards)// L540: .replaceAll(Pattern.quote("${fess.index.auto_expand_replicas}"), autoExpandReplicas); L541: for (final UnaryOperator<String>...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Oct 20 02:08:03 UTC 2024
      86.1K bytes
  2. font-awesome.min.css

    d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:befor...
    github.com/codelibs/fess/src/main/webapp/css/fo...
    Sat Dec 14 21:22:25 UTC 2019
      55.8K bytes
  3. font-awesome.min.css

    d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:befor...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Dec 14 21:22:25 UTC 2019
      55.8K bytes
  4. FessProp.java

    getPluginVersionFilter(); L2127: L2128: default boolean isTargetPluginVersion(final String version) { L2129: final Pattern pattern; L2130: if (StringUtil.isBlank(getPluginVersionFilter())) { L2131: pattern = Pattern.compile("^" + Pattern.quote(ComponentUtil.getSystemHelper().getProductVersion()) + ".*"); L2132: } else { L2133: pattern = Pattern.compile(getPluginVersionFilter()); L2134: } L2135: return pattern.matcher(version).matches(); L2136: } L2137:...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      87.2K bytes
Back to top