- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 413 for log_id (0.08 sec)
-
src/test/java/org/codelibs/fess/helper/IndexingHelperTest.java
assertEquals(0, deletedDocIdList.size()); docList.clear(); deletedDocIdList.clear(); docList.add(new HashMap<>(Map.of(// "config_id", "W01", // "doc_id", "1", // "url", "http://test.com/001"// ))); documentSizeByQuery = oldDocList.size(); assertEquals(0, indexingHelper.deleteOldDocuments(client, docList));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 29.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
} return super.hookBefore(runtime); } /** * Returns the login manager for this action. Search actions do not require * a login manager as they handle authentication differently. * * @return an empty OptionalThing as search actions don't use login managers */ @Override protected OptionalThing<LoginManager> myLoginManager() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.page_not_found_title=Página não encontrada. labels.check_url=Verifique a URL. labels.user_name=Nome de usuário labels.login=Login labels.login.placeholder_username=Nome de usuário labels.login.placeholder_password=Senha labels.login.title=Login labels.index_label=Rótulo labels.index_lang=Idioma preferido labels.index_sort=Ordenar labels.index_num=Número de resultados labels.logout_title=Logout
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/main/resources/fess.xml
<arg>"cache"</arg> <arg>"cache.hbs"</arg> </postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"login"</arg> <arg>"login/index.jsp"</arg> </postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"newpassword"</arg> <arg>"login/newpassword.jsp"</arg> </postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"profile"</arg>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jul 28 09:03:48 UTC 2024 - 5.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryCommandTest.java
@Override public String getIndexFieldId() { return "_id"; } @Override public String getIndexFieldDocId() { return "doc_id"; } @Override public String getIndexFieldBoost() { return "boost"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10K bytes - Viewed (0) -
src/test/java/jcifs/smb/DosFileFilterTest.java
} /** * Tests the constructor of DosFileFilter. * This test ensures that the constructor runs without errors and correctly initializes the object. * The wildcard parameter is stored but its filtering logic is handled server-side, * so we only verify its acceptance here. */ @Test void testConstructor() { // The constructor should not throw any exceptions with valid inputs.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.request_error_title=請求格式不正確。 labels.bad_request=對URL的請求不正確。 labels.page_not_found_title=頁面未找到。 labels.check_url=請檢查URL。 labels.user_name=使用者名稱 labels.login=登入 labels.login.placeholder_username=使用者名稱 labels.login.placeholder_password=密碼 labels.login.title=登入 labels.index_label=標籤 labels.index_lang=首選語言 labels.index_sort=排序 labels.index_num=顯示數量 labels.logout_title=登出 labels.logout=登出
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.bad_request=La richiesta all'URL non è valida. labels.page_not_found_title=Pagina non trovata. labels.check_url=Controlla l'URL. labels.user_name=Nome utente labels.login=Accedi labels.login.placeholder_username=Nome utente labels.login.placeholder_password=Password labels.login.title=Accedi labels.index_label=Etichetta labels.index_lang=Lingua preferita labels.index_sort=Ordina labels.index_num=Numero di risultati
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
docs/ru/docs/tutorial/metadata.md
Создайте метаданные для ваших тегов и передайте их в параметре `openapi_tags`: {* ../../docs_src/metadata/tutorial004.py hl[3:16,18] *} Помните, что вы можете использовать Markdown внутри описания, к примеру "login" будет отображен жирным шрифтом (**login**) и "fancy" будет отображаться курсивом (_fancy_). /// tip | Подсказка Вам необязательно добавлять метаданные для всех используемых тегов /// ### Используйте собственные теги
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.2K bytes - Viewed (0) -
samples/simple-client/src/main/java/okhttp3/sample/OkHttpContributors.java
private static final JsonAdapter<List<Contributor>> CONTRIBUTORS_JSON_ADAPTER = MOSHI.adapter( Types.newParameterizedType(List.class, Contributor.class)); static class Contributor { String login; int contributions; } public static void main(String... args) throws Exception { OkHttpClient client = new OkHttpClient(); // Create request for remote resource.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Apr 05 03:30:42 UTC 2024 - 2.2K bytes - Viewed (0)