- Sort Score
- Result 10 results
- Languages All
Results 681 - 690 of 1,692 for Id (0.01 sec)
-
src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java
* Number of records per page. */ private int pageSize; /** * Current page number in pagination. */ private int currentPageNumber; /** * ID of the scheduled job. */ public String id; /** * Name of the scheduled job. */ public String name; /** * Target of the scheduled job. */ public String target; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/UserPager.java
private List<Integer> pageNumberList; /** Number of records per page */ private int pageSize; /** Current page number */ private int currentPageNumber; /** User ID for search filtering */ public String id; /** User name for search filtering */ public String name; /** User roles for search filtering */ public String[] roles; /** User groups for search filtering */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/scheduler/admin_scheduler_edit.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 16 12:54:35 UTC 2023 - 9.6K bytes - Viewed (0) -
doc/go_spec.html
binary_digit = "0" | "1" . octal_digit = "0" … "7" . hex_digit = "0" … "9" | "A" … "F" | "a" … "f" . </pre> <h2 id="Lexical_elements">Lexical elements</h2> <h3 id="Comments">Comments</h3> <p> Comments serve as program documentation. There are two forms: </p> <ol> <li> <i>Line comments</i> start with the character sequence <code>//</code> and stop at the end of the line. </li>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/CrawlerStatsHelperTest.java
} static class TestUrlQueue implements UrlQueue<String> { private String id; private String url; public TestUrlQueue(String id, String url) { this.id = id; this.url = url; } @Override public String getId() { return id; } @Override public String getUrl() { return url;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 15K bytes - Viewed (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlService.java
* <li>{@code remove}: Removes the element</li> * </ul> * * <p>For complex XML structures, combining can also be done based on:</p> * <ul> * <li>ID: Using the {@code combine.id} attribute</li> * <li>Keys: Using the {@code combine.keys} attribute with comma-separated key names</li> * </ul> * * @since 4.0.0 */ public abstract class XmlService {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 9.2K bytes - Viewed (0) -
docs/es/docs/advanced/generate-clients.md
En este caso tendrás que asegurarte de que cada operation ID sea **único** de alguna otra manera. Por ejemplo, podrías asegurarte de que cada *path operation* tenga un tag, y luego generar el operation ID basado en el **tag** y el nombre de la *path operation* **name** (el nombre de la función). ### Función Personalizada para Generar ID Único
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jun 17 11:53:56 UTC 2025 - 10.9K bytes - Viewed (0) -
docs/ko/docs/tutorial/sql-databases.md
</div> ## 여러 모델로 애플리케이션 업데이트 이제 애플리케이션을 약간 **리팩토링**하여 **보안**과 **유연성**을 개선해 보겠습니다. 이전 애플리케이션의 UI를 보면, 지금까지는 클라이언트가 생성할 `Hero`의 `id`를 직접 지정할 수 있다는 것을 알 수 있습니다. 😱 이는 허용되어선 안 됩니다. 클라이언트가 이미 데이터베이스에 저장된 `id`를 덮어쓸 위험이 있기 때문입니다. `id`는 **백엔드** 또는 **데이터베이스**가 결정해야 하며, **클라이언트**가 결정해서는 안 됩니다. 또한 hero의 `secret_name`을 생성하긴 했지만, 지금까지는 이 값을 어디에서나 반환하고 있습니다. 이는 그다지 **비밀스럽지** 않습니다... 😅
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 24 16:14:29 UTC 2024 - 18K bytes - Viewed (0) -
tests/default_value_test.go
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Mon Apr 08 03:29:55 UTC 2024 - 2.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java
assertEquals(0x0B, request.getCommand()); // SMB2_IOCTL command verify(mockConfig).getTransactionBufferSize(); } @Test @DisplayName("Test constructor with config, control code and file ID") void testConstructorWithFileId() { setupMockConfig(); Smb2IoctlRequest request = new Smb2IoctlRequest(mockConfig, TEST_CONTROL_CODE, TEST_FILE_ID); assertNotNull(request);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0)