- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for webApiJson (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java
/** The user info setting. */ public String userInfo; /** The user favorite setting. */ public String userFavorite; /** The web API JSON setting. */ public String webApiJson; /** The default label value setting. */ public String defaultLabelValue; /** The append query parameter setting. */ public String appendQueryParameter; /** The login required setting. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
<la:errors property="webApiJson"/> <div class="form-check"> <la:checkbox styleId="webApiJson" styleClass="form-check-input" property="webApiJson"/> <label for="webApiJson" class="form-check-label">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 39.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
fessConfig.setUserInfo(isCheckboxEnabled(form.userInfo)); fessConfig.setUserFavorite(isCheckboxEnabled(form.userFavorite)); fessConfig.setWebApiJson(isCheckboxEnabled(form.webApiJson)); fessConfig.setAppValue(form.appValue); fessConfig.setDefaultLabelValue(form.defaultLabelValue); fessConfig.setDefaultSortValue(form.defaultSortValue);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
@Size(max = 10) public String userFavorite; /** * Enable or disable JSON Web API. * When enabled, search results can be retrieved via JSON API. */ @Size(max = 10) public String webApiJson; /** * Application-specific value for custom configurations. * This field can be used to store custom application settings. */ @Size(max = 10000) public String appValue;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.sort=Sort labels.start=Start labels.loginRequired=Login Required labels.loginLink=Show Login Link labels.threadName=Thread Name labels.url=URL labels.userFavorite=Favorite Log labels.userInfo=User Info labels.webApiJson=JSON Response labels.webConfigName=Web Crawl Config Name labels.allLanguages=All Languages labels.dictId=Dictionary ID labels.docId=Document ID labels.endTime=End Time labels.hq=hq labels.inputs=Inputs
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_zh_TW.properties
labels.rt=rt labels.searchLog=搜尋日誌 labels.sort=排序 labels.start=開始位置 labels.loginRequired=需要登入 labels.loginLink=顯示登入連結 labels.threadName=執行緒名稱 labels.url=URL labels.userFavorite=收藏日誌 labels.userInfo=使用者資訊 labels.webApiJson=JSON響應 labels.webConfigName=Web爬網配置名稱 labels.allLanguages=所有語言 labels.dictId=字典ID labels.docId=文檔ID labels.endTime=結束時間 labels.hq=hq labels.inputs=輸入 labels.jobLogging=日誌記錄 labels.jobName=名稱
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_nl.properties
labels.start=Startpositie labels.loginRequired=Inloggen vereist labels.loginLink=Inloglink weergeven labels.threadName=Threadnaam labels.url=URL labels.userFavorite=Favorietenlogboek labels.userInfo=Gebruikersinformatie labels.webApiJson=JSON-antwoord labels.webConfigName=Webcrawlconfiguratienaam labels.allLanguages=Alle talen labels.dictId=Woordenboek-ID labels.docId=Document-ID labels.endTime=Eindtijd labels.hq=hq labels.inputs=Invoer
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/main/resources/fess_label.properties
labels.sort=Sort labels.start=Start labels.loginRequired=Login Required labels.loginLink=Show Login Link labels.threadName=Thread Name labels.url=URL labels.userFavorite=Favorite Log labels.userInfo=User Info labels.webApiJson=JSON Response labels.webConfigName=Web Crawl Config Name labels.allLanguages=All Languages labels.dictId=Dictionary ID labels.docId=Document ID labels.endTime=End Time labels.hq=hq labels.inputs=Inputs
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.start=Start labels.loginRequired=Anmeldung erforderlich labels.loginLink=Anmeldelink anzeigen labels.threadName=Thread-Name labels.url=URL labels.userFavorite=Favoritenprotokoll labels.userInfo=Benutzerinformationen labels.webApiJson=JSON-Antwort labels.webConfigName=Webcrawl-Konfigurationsname labels.allLanguages=Alle Sprachen labels.dictId=Wörterbuch-ID labels.docId=Dokument-ID labels.endTime=Endzeit labels.hq=hq labels.inputs=Eingaben
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_label_pt_BR.properties
labels.loginRequired=Requer login labels.loginLink=Mostrar link de login labels.threadName=Nome da thread labels.url=URL labels.userFavorite=Log de favoritos labels.userInfo=Informações do usuário labels.webApiJson=Resposta JSON labels.webConfigName=Nome da configuração de rastreamento da web labels.allLanguages=Todos os idiomas labels.dictId=ID do dicionário labels.docId=ID do documento labels.endTime=Hora de término labels.hq=hq
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0)