- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 299 for paging (0.05 sec)
-
src/main/webapp/WEB-INF/fe.tld
<example> ${fe:formatNumber(doc.content_length, "###,###")} </example> </function> <function> <description> Returns query parameters for paging. </description> <name>pagingQuery</name> <function-class>org.codelibs.fess.taglib.FessFunctions</function-class> <function-signature>java.lang.String pagingQuery(java.lang.String)</function-signature>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Dec 23 06:18:48 UTC 2023 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/BadWordService.java
protected FessConfig fessConfig; public List<BadWord> getBadWordList(final BadWordPager badWordPager) { final PagingResultBean<BadWord> badWordList = badWordBhv.selectPage(cb -> { cb.paging(badWordPager.getPageSize(), badWordPager.getCurrentPageNumber()); setupListCondition(cb, badWordPager); }); // update pager
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 7.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 25 */ String PAGING_PAGE_SIZE = "paging.page.size"; /** The key of the configuration. e.g. 5 */ String PAGING_PAGE_RANGE_SIZE = "paging.page.range.size"; /** The key of the configuration. e.g. true */ String PAGING_PAGE_RANGE_FILL_LIMIT = "paging.page.range.fill.limit"; /** The key of the configuration. e.g. 1000 */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
src/test/java/org/codelibs/fess/it/CrudTestBase.java
.body("response." + getItemEndpointSuffix() + "." + getKeyProperty(), startsWith(getNamePrefix())); }); // Test: paging searchBody.put("size", 1); for (int i = 0; i < NUM; i++) { searchBody.put("page", i + 1);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 9.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
public List<ElevateWord> getElevateWordList(final ElevateWordPager elevateWordPager) { final PagingResultBean<ElevateWord> elevateWordList = elevateWordBhv.selectPage(cb -> { cb.paging(elevateWordPager.getPageSize(), elevateWordPager.getCurrentPageNumber()); setupListCondition(cb, elevateWordPager); }); // update pager
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 15.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
final int windowSize = fessConfig.getRankFusionWindowSizeAsInteger(); if (maxPageSize * 2 < windowSize) { logger.warn("rank.fusion.window_size is lower than paging.search.page.max.size. " + "The window size should be 2x more than the page size. ({} * 2 <= {})", maxPageSize, windowSize); this.windowSize = 2 * maxPageSize; } else {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 18.3K bytes - Viewed (0) -
guava/src/com/google/common/io/ByteStreams.java
* and virtual memory, this is not a problem - because it is mapped read-only, the kernel * can always page it to disk "for free". However, on systems where killing processes * happens all the time in normal conditions (i.e., android) the OS must make a tradeoff * between paging memory and killing other processes - so allocating a gigantic buffer and
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 29.7K bytes - Viewed (0) -
schema/naming.go
} // Replacer replacer interface like strings.Replacer type Replacer interface { Replace(name string) string } var _ Namer = (*NamingStrategy)(nil) // NamingStrategy tables, columns naming strategy type NamingStrategy struct { TablePrefix string SingularTable bool NameReplacer Replacer NoLowerCase bool IdentifierMaxLength int }
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Wed Jun 12 03:46:59 UTC 2024 - 5.3K bytes - Viewed (0) -
docs/pt/docs/how-to/custom-docs-ui-assets.md
* `swagger_js_url`: a URL onde a página HTML para a sua documentação do Swagger UI pode obter o arquivo **JavaScript**. Este é o URL do CDN personalizado. * `swagger_css_url`: a URL onde a página HTML para a sua documentação do Swagger UI pode obter o arquivo **CSS**. Este é o URL do CDN personalizado. E de forma semelhante para o ReDoc... ```Python hl_lines="2-6 11-19 22-24 27-33"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Oct 18 12:02:35 UTC 2024 - 8.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
- [SIG VMWare](#sig-vmware-1) - [SIG Windows](#sig-windows-1) - [Other Notable Changes](#other-notable-changes-11) - [Bug Fixes](#bug-fixes) - [Not Very Notable (that is, non-user-facing)](#not-very-notable-that-is-non-user-facing) - [External Dependencies](#external-dependencies) - [v1.12.0-rc.2](#v1120-rc2) - [Downloads for v1.12.0-rc.2](#downloads-for-v1120-rc2) - [Client Binaries](#client-binaries-11)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0)