- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 959 for WEB (0.01 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/dict/synonym/DownloadBody.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.dict.synonym; import org.codelibs.fess.app.web.admin.dict.synonym.DownloadForm; /** * Download body for synonym dictionary API operations. * This class extends the DownloadForm to provide request body handling
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/scheduler/EditBody.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.scheduler; import org.codelibs.fess.app.web.admin.scheduler.EditForm; /** * Request body class for scheduler edit operations in the admin REST API.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/StartCrawlingForm.java
*/ package org.codelibs.fess.app.web.admin.wizard; /** * Form class for starting crawling operations in the admin wizard. * * This form is used to collect user input and parameters needed to initiate * crawling operations through the administrative interface wizard workflow. * It serves as a data transfer object between the web layer and the crawling * service components. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
docs/pt/docs/alternatives.md
Então eu descobri que existia um padrão para documentar APIs, utilizando JSON (ou YAML, uma extensão do JSON) chamado Swagger. E tinha uma interface web para APIs Swagger já criada. Então, sendo capaz de gerar documentação Swagger para uma API poderia permitir utilizar essa interface web automaticamente. Em algum ponto, Swagger foi dado para a Fundação Linux, e foi renomeado OpenAPI.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 25.5K bytes - Viewed (0) -
docs/es/docs/alternatives.md
Luego descubrí que había un estándar para documentar APIs, usando JSON (o YAML, una extensión de JSON) llamado Swagger. Y ya existía una interfaz de usuario web para las APIs Swagger. Por lo tanto, ser capaz de generar documentación Swagger para una API permitiría usar esta interfaz de usuario web automáticamente. En algún punto, Swagger fue entregado a la Linux Foundation, para ser renombrado OpenAPI.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 25.4K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.crawling_info_CrawlerExecTime=爬虫执行时间 labels.crawling_info_CrawlerStatus=爬虫状态 labels.crawling_info_WebFsCrawlExecTime=爬网执行时间 (Web/文件) labels.crawling_info_WebFsCrawlStartTime=爬网开始时间 (Web/文件) labels.crawling_info_WebFsCrawlEndTime=爬网结束时间 (Web/文件) labels.crawling_info_WebFsIndexExecTime=索引执行时间 (Web/文件) labels.crawling_info_WebFsIndexSize=索引大小 (Web/文件) labels.crawling_info_DataCrawlExecTime=爬网执行时间 (数据存储) labels.crawling_info_DataCrawlStartTime=爬网开始时间 (数据存储)
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/resources/fess_label_fr.properties
labels.crawling_info_WebFsCrawlExecTime=Temps d'exécution de l'exploration (Web/Fichier) labels.crawling_info_WebFsCrawlStartTime=Heure de début de l'exploration (Web/Fichier) labels.crawling_info_WebFsCrawlEndTime=Heure de fin de l'exploration (Web/Fichier) labels.crawling_info_WebFsIndexExecTime=Temps d'exécution de l'indexation (Web/Fichier) labels.crawling_info_WebFsIndexSize=Taille de l'index (Web/Fichier)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/fileauth/SearchBody.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.fileauth; import org.codelibs.fess.app.web.api.admin.BaseSearchBody; /** * Search request body for file authentication administration API. */ public class SearchBody extends BaseSearchBody { /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/reqheader/SearchBody.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.reqheader; import org.codelibs.fess.app.web.api.admin.BaseSearchBody; /** * Search request body for request header administration API. */ public class SearchBody extends BaseSearchBody { /** * Default constructor.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1019 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/user/SearchBody.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.user; import org.codelibs.fess.app.web.api.admin.BaseSearchBody; /** * Search request body for user administration API. */ public class SearchBody extends BaseSearchBody { /** * Default constructor. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 979 bytes - Viewed (0)