- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 48 for quote (0.02 sec)
-
LabelTypeBhv.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 -
PathMappingBhv.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 -
RequestHeaderBhv.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 -
RoleTypeBhv.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 -
WebAuthenticationBhv.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 -
RoleBhv.java
L35: @Override L36: protected String asEsIndex() { L37: if (indexName == null) { L38: final String name = ComponentUtil.getFessConfig().getIndexUserIndex(); L39: indexName = super.asEsIndex().replaceFirst(Pattern.quote("fess_user"), name); L40: } L41: return indexName; L42: } L43: L44: @Override L45: protected <RESULT extends Role> RESULT createEntity(final Map<String, Object> source, final Class<? extends RESULT> entityType) { L46: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.2K bytes -
UserBhv.java
L41: @Override L42: protected String asEsIndex() { L43: if (indexName == null) { L44: final String name = ComponentUtil.getFessConfig().getIndexUserIndex(); L45: indexName = super.asEsIndex().replaceFirst(Pattern.quote("fess_user"), name); L46: } L47: return indexName; L48: } L49: L50: @Override L51: protected <RESULT extends User> RESULT createEntity(final Map<String, Object> source, final Class<? extends RESULT> entityType) { L52: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.7K bytes -
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 -
ViewHelper.java
if (!fessConfig.isResponseHighlightContentTitleEnabled()) { L233: return value; L234: } L235: return getQuerySet().map(querySet -> { L236: final String pattern = querySet.stream().map(LaFunctions::h).map(Pattern::quote).collect(Collectors.joining("|")); L237: if (StringUtil.isBlank(pattern)) { L238: return null; L239: } L240: final Matcher matcher = Pattern.compile(pattern, Pattern.CASE_INSENSITIVE | Pattern.UNICOD...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 40.2K bytes -
WebFsIndexHelper.java
nfig.getConfigId()); L208: if (excludedUrlList != null) { L209: excludedUrlList.stream().filter(StringUtil::isNotBlank).map(String::trim).distinct().forEach(u -> { L210: final String urlValue = Pattern.quote(u); L211: crawler.addExcludeFilter(urlValue); L212: if (logger.isInfoEnabled()) { L213: logger.info("Excluded URL from failures: {}", urlValue); L214: } L215: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 22.6K bytes