- Sort Score
- Result 10 results
- Languages All
Results 451 - 460 of 902 for xweb (2.01 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/keymatch/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.keymatch; import org.codelibs.fess.app.web.admin.keymatch.EditForm; public class EditBody extends EditForm {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 779 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/pathmap/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.pathmap; import org.codelibs.fess.app.web.admin.pathmap.EditForm; public class EditBody extends EditForm {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 776 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/plugin/DeleteBody.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.plugin; import org.codelibs.fess.app.web.admin.plugin.DeleteForm; public class DeleteBody extends DeleteForm {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 780 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/relatedcontent/CreateBody.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.relatedcontent; import org.codelibs.fess.app.web.admin.relatedcontent.CreateForm; public class CreateBody extends CreateForm {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 796 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/relatedquery/CreateBody.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.relatedquery; import org.codelibs.fess.app.web.admin.relatedquery.CreateForm; public class CreateBody extends CreateForm {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 792 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/searchlist/CreateBody.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.searchlist; import org.codelibs.fess.app.web.admin.searchlist.CreateForm; public class CreateBody extends CreateForm {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 789 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ingest/Ingester.java
this.priority = priority; } public void register() { ComponentUtil.getIngestFactory().add(this); } // web/file public ResultData process(final ResultData target, final ResponseData responseData) { return target; } // web/file public Map<String, Object> process(final Map<String, Object> target, final AccessResult<String> accessResult) { return process(target);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.8K bytes - Viewed (0) -
docs/pt/docs/deployment/manually.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Sep 20 11:10:02 UTC 2024 - 8.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
import org.lastaflute.web.response.HtmlResponse; import org.lastaflute.web.response.StreamResponse; import org.lastaflute.web.ruts.multipart.MultipartFormFile; import org.lastaflute.web.ruts.process.ActionRuntime; import org.lastaflute.web.servlet.request.stream.WrittenStreamOut; import io.minio.GetObjectArgs; import io.minio.GetObjectTagsArgs; import io.minio.ListObjectsArgs; import io.minio.MakeBucketArgs; import io.minio.MinioClient;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 19.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/DeleteForm.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.admin.searchlist; import org.lastaflute.web.validation.Required; import jakarta.validation.constraints.Size; public class DeleteForm { @Size(max = 1000) public String q; @Required public String docId;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 880 bytes - Viewed (0)