- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 511 for pager (0.14 sec)
-
src/main/resources/fess_label_zh_CN.properties
labels.labeledURI=labeledURI labels.user_roomNumber=房间号 labels.roomNumber=房间号 labels.user_description=描述 labels.description=描述 labels.user_title=职位 labels.title=职位 labels.user_pager=寻呼机 labels.pager=寻呼机 labels.user_street=街道 labels.street=街道 labels.user_postalCode=邮政编码 labels.postalCode=邮政编码 labels.user_physicalDeliveryOfficeName=办公室 labels.physicalDeliveryOfficeName=办公室
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_TITLE = "{labels.title}"; /** The key of the message: Pager */ public static final String LABELS_user_pager = "{labels.user_pager}"; /** The key of the message: Pager */ public static final String LABELS_PAGER = "{labels.pager}"; /** The key of the message: Street */ public static final String LABELS_user_street = "{labels.user_street}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.labeledURI=labeledURI labels.user_roomNumber=部屋番号 labels.roomNumber=部屋番号 labels.user_description=説明 labels.description=説明 labels.user_title=役職 labels.title=役職 labels.user_pager=ポケベル labels.pager=ポケベル labels.user_street=番地 labels.street=番地 labels.user_postalCode=郵便番号 labels.postalCode=郵便番号 labels.user_physicalDeliveryOfficeName=事業所 labels.physicalDeliveryOfficeName=事業所
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Nov 07 06:19:20 UTC 2024 - 46.2K bytes - Viewed (0) -
src/test/java/jcifs/smb/DirFileEntryEnumIteratorBaseTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.5K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
.isEqualTo("Page 2") val page1 = server.takeRequest() assertThat(page1.requestLine).isEqualTo("POST /page1 HTTP/1.1") assertThat(page1.body?.utf8()).isEqualTo("ABCD") val page2 = server.takeRequest() assertThat(page2.requestLine).isEqualTo("GET /page2 HTTP/1.1") } @Test fun redirectedPostStripsRequestBodyHeaders() { server.enqueue(
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/error/ErrorBadrequrestAction.java
import org.codelibs.fess.app.web.base.FessSearchAction; import org.lastaflute.web.Execute; import org.lastaflute.web.response.HtmlResponse; /** * Action class for handling HTTP 400 Bad Request error pages. * This action displays error pages when a client request contains * invalid syntax or cannot be fulfilled due to malformed request parameters. */ public class ErrorBadrequrestAction extends FessSearchAction { /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryFile.java
protected int pageRangeSize; /** * Creates a new PagingList with the specified parameters. * * @param list the underlying list of items for this page * @param offset the starting offset for this page * @param size the page size * @param allRecordCount the total number of records across all pages */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/error/ErrorNotfoundAction.java
import org.codelibs.fess.app.web.base.FessSearchAction; import org.lastaflute.web.Execute; import org.lastaflute.web.response.HtmlResponse; /** * Action class for handling HTTP 404 Not Found error pages. * This action displays error pages when the requested resource * cannot be found on the server. */ public class ErrorNotfoundAction extends FessSearchAction { /** * Default constructor for ErrorNotfoundAction. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/QueryResponseListTest.java
assertEquals("1", pageList.get(0)); assertEquals("6", pageList.get(5)); // Test when current page is at the end qrList = new QueryResponseList(null, 190, 10, 0) { @Override public int size() { return 10; } }; qrList.allRecordCount = 200; // 20 pages, current page 20
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 39.7K bytes - Viewed (0) -
docs/en/docs/contributing.md
We're updating the way we handle documentation translations. Until now, we invited community members to translate pages via pull requests, which were then reviewed by at least two native speakers. While this has helped bring FastAPI to many more users, we’ve also run into several challenges - some languages have only a few translated pages, others are outdated and hard to maintain over time.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Jul 26 11:35:42 UTC 2025 - 14.9K bytes - Viewed (0)