- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 110 for serupa (0.06 sec)
-
AdminWebauthAction.java
// page navi L339: RenderDataUtil.register(data, "displayCreateLink", L340: !crawlingConfigHelper.getAllWebConfigList(false, false, false, null).isEmpty()); L341: }).useForm(SearchForm.class, setup -> { L342: setup.setup(form -> { L343: copyBeanToBean(webAuthPager, form, op -> op.include("id")); L344: }); L345: }); L346: } L347: L348: private HtmlResponse asEditHtml() { L349: return asHtml(path_AdminWe...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 15.7K bytes -
AdminRelatedcontentAction.java
ntent_AdminRelatedcontentJsp).renderWith(data -> { L297: RenderDataUtil.register(data, "relatedContentItems", relatedContentService.getRelatedContentList(relatedContentPager)); L298: }).useForm(SearchForm.class, setup -> { L299: setup.setup(form -> { L300: copyBeanToBean(relatedContentPager, form, op -> op.include("term", "content")); L301: }); L302: }); L303: } L304: L305: private HtmlResponse asEditHtml() { L306: return...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 13.2K bytes -
AdminBoostdocAction.java
asHtml(path_AdminBoostdoc_AdminBoostdocJsp).renderWith(data -> { L297: RenderDataUtil.register(data, "boostDocumentRuleItems", boostDocumentRuleService.getBoostDocumentRuleList(boostDocPager)); L298: }).useForm(SearchForm.class, setup -> { L299: setup.setup(form -> { L300: copyBeanToBean(boostDocPager, form, op -> op.include("urlExpr", "boostExpr")); L301: }); L302: }); L303: } L304: L305: private HtmlResponse asEditHtml() { L306: return ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 13.1K bytes -
UserAgentHelperTest.java
ntType; L19:import org.codelibs.fess.unit.UnitFessTestCase; L20: L21:public class UserAgentHelperTest extends UnitFessTestCase { L22: L23: public UserAgentHelper userAgentHelper; L24: L25: @Override L26: public void setUp() throws Exception { L27: super.setUp(); L28: userAgentHelper = new UserAgentHelper(); L29: } L30: L31: public void test_getUserAgentType_IE9() { L32: getMockRequest().addHeader("user-agent", "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0;...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3K bytes -
SambaHelperTest.java
nentUtil; L21: L22:import jcifs.SID; L23:import jcifs.smb.SmbException; L24: L25:public class SambaHelperTest extends UnitFessTestCase { L26: L27: public SambaHelper sambaHelper; L28: L29: @Override L30: public void setUp() throws Exception { L31: super.setUp(); L32: sambaHelper = new SambaHelper(); L33: } L34: L35: public void test_smb_account() throws SmbException { L36: ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() { L37: @Override L38:...github.com/codelibs/fess/src/test/java/org/code...Thu Jun 27 10:55:43 UTC 2024 3.1K bytes -
PathMappingHelperTest.java
; L22:import org.codelibs.fess.unit.UnitFessTestCase; L23: L24:public class PathMappingHelperTest extends UnitFessTestCase { L25: L26: public PathMappingHelper pathMappingHelper; L27: L28: @Override L29: public void setUp() throws Exception { L30: super.setUp(); L31: pathMappingHelper = new PathMappingHelper(); L32: pathMappingHelper.init(); L33: } L34: L35: public void test_setPathMappingList() { L36: final String sessionId = "test"; L37: final List<PathMapping>...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.3K bytes -
IntervalControlHelperTest.java
org.codelibs.fess.unit.UnitFessTestCase; L24: L25:public class IntervalControlHelperTest extends UnitFessTestCase { L26: L27: private IntervalControlHelper intervalControlHelper; L28: L29: @Override L30: public void setUp() throws Exception { L31: super.setUp(); L32: intervalControlHelper = new IntervalControlHelper(); L33: } L34: L35: public void test_noRule() { L36: assertEquals(0, intervalControlHelper.getDelay()); L37: } L38: L39: public void test_0000()...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.2K bytes -
AdminSchedulerAction.java
asHtml(path_AdminScheduler_AdminSchedulerJsp).renderWith(data -> { L401: RenderDataUtil.register(data, "scheduledJobItems", scheduledJobService.getScheduledJobList(schedulerPager)); // page navi L402: }).useForm(SearchForm.class, setup -> { L403: setup.setup(form -> { L404: copyBeanToBean(schedulerPager, form, op -> op.include("id")); L405: }); L406: }); L407: } L408: L409: private HtmlResponse asEditHtml() { L410: return asHtml(path_Admin...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 18.1K bytes -
QueryCommandTest.java
.PrefixQueryBuilder; L23:import org.opensearch.index.query.QueryBuilder; L24: L25:public class QueryCommandTest extends UnitFessTestCase { L26: private QueryCommand queryCommand; L27: L28: @Override L29: public void setUp() throws Exception { L30: super.setUp(); L31: queryCommand = new QueryCommand() { L32: @Override L33: public QueryBuilder execute(QueryContext context, Query query, float boost) { L34: return null; L35: } L36:...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.7K bytes -
AdminFileauthAction.java
// page navi L337: RenderDataUtil.register(data, "displayCreateLink", L338: !crawlingConfigHelper.getAllFileConfigList(false, false, false, null).isEmpty()); L339: }).useForm(SearchForm.class, setup -> { L340: setup.setup(form -> { L341: copyBeanToBean(fileAuthenticationPager, form, op -> op.include("id")); L342: }); L343: }); L344: } L345: L346: private HtmlResponse asEditHtml() { L347: return asHtml(p...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 15.5K bytes