- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 48 for quote (0.09 sec)
-
QueryStringBuilder.java
appendQuery(queryBuf, query); L136: } else { L137: queryBuf.append('('); L138: queryBuf.append(quote(query)); L139: for (final String s : relatedQueries) { L140: queryBuf.append(OR); L141: queryBuf.append(quote(s)); L142: } L143: queryBuf.append(')'); L144: } L145: } else { L146: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 8.7K bytes -
adminlte.min.css
h2,blockquote.quote-yellow h3,blockquote.quote-yellow h4,blockquote.quote-yellow h5,blockquote.quote-yellow h6{color:#ffc107}blockquote.quote-green{border-color:#28a745}blockquote.quote-green h1,blockquote.quote-green h2,blockquote.quote-green h3,blockquote.quote-green h4,blockquote.quote-green h5,blockquote.quote-green h6{color:#28a745}blockquote.quote-teal{border-color:#20c997}blockquote.quote-teal h1,blockquote.quote-teal h2,blockquote.quote-teal h3,blockquote.quote-teal h4,blockquote.quote-teal h5,blockquote.quote-teal...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 1.3M bytes -
adminlte.min.css.map
h3,\nblockquote.quote-cyan h4,\nblockquote.quote-cyan h5,\nblockquote.quote-cyan h6 {\n color: #17a2b8;\n}\n\nblockquote.quote-white {\n border-color: #fff;\n}\n\nblockquote.quote-white h1,\nblockquote.quote-white h2,\nblockquote.quote-white h3,\nblockquote.quote-white h4,\nblockquote.quote-white h5,\nblockquote.quote-white h6 {\n color: #fff;\n}\n\nblockquote.quote-gray {\n border-color: #6c757d;\n}\n\nblockquote.quote-gray h1,\nblockquote.quote-gray h2,\nblockquote.quote-gray h3,\nblockquote.quote-gray h4...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 3.7M bytes -
CrawlingInfoParamBhv.java
L29: @Override L30: protected String asEsIndex() { L31: if (indexName == null) { L32: final String name = ComponentUtil.getFessConfig().getIndexConfigIndex(); L33: indexName = super.asEsIndex().replaceFirst(Pattern.quote("fess_config"), name); L34: } L35: return indexName; L36: } L37:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.2K bytes -
DataConfigBhv.java
L29: @Override L30: protected String asEsIndex() { L31: if (indexName == null) { L32: final String name = ComponentUtil.getFessConfig().getIndexConfigIndex(); L33: indexName = super.asEsIndex().replaceFirst(Pattern.quote("fess_config"), name); L34: } L35: return indexName; L36: } L37:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.2K bytes -
DuplicateHostBhv.java
L29: @Override L30: protected String asEsIndex() { L31: if (indexName == null) { L32: final String name = ComponentUtil.getFessConfig().getIndexConfigIndex(); L33: indexName = super.asEsIndex().replaceFirst(Pattern.quote("fess_config"), name); L34: } L35: return indexName; L36: } L37:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.2K bytes -
FailureUrlBhv.java
L29: @Override L30: protected String asEsIndex() { L31: if (indexName == null) { L32: final String name = ComponentUtil.getFessConfig().getIndexConfigIndex(); L33: indexName = super.asEsIndex().replaceFirst(Pattern.quote("fess_config"), name); L34: } L35: return indexName; L36: } L37:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.2K bytes -
KuromojiCSVUtil.java
L34: L35:import java.util.ArrayList; L36:import java.util.regex.Matcher; L37:import java.util.regex.Pattern; L38: L39:/** L40: * Utility class for parsing CSV text L41: */ L42:public final class KuromojiCSVUtil { L43: private static final char QUOTE = '"'; L44: L45: private static final char COMMA = ','; L46: L47: private static final Pattern QUOTE_REPLACE_PATTERN = Pattern.compile("^\"([^\"]+)\"$"); L48: L49: private static final String ESCAPED_QUOTE = "\"\""; L50: L51: private KuromojiCSVUtil()...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.9K bytes -
AccessTokenBhv.java
L29: @Override L30: protected String asEsIndex() { L31: if (indexName == null) { L32: final String name = ComponentUtil.getFessConfig().getIndexConfigIndex(); L33: indexName = super.asEsIndex().replaceFirst(Pattern.quote("fess_config"), name); L34: } L35: return indexName; L36: } L37:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.2K bytes -
FileAuthenticationBhv.java
L29: @Override L30: protected String asEsIndex() { L31: if (indexName == null) { L32: final String name = ComponentUtil.getFessConfig().getIndexConfigIndex(); L33: indexName = super.asEsIndex().replaceFirst(Pattern.quote("fess_config"), name); L34: } L35: return indexName; L36: } L37:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.2K bytes