Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for repository (0.14 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java

        }
    
        protected DiskFileItemFactory createDiskFileItemFactory() {
            final File repository = createRepositoryFile();
            return new DiskFileItemFactory((int) getSizeThreshold(), repository);
        }
    
        protected File createRepositoryFile() {
            return new File(getRepositoryPath());
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/plugin/AdminPluginAction.java

                } catch (final Exception e) {
                    saveError(messages -> messages.addErrorsFailedToFindPlugins(GLOBAL));
                    logger.warn("Failed to access a plugin repository.", e);
                }
                RenderDataUtil.register(data, "availableArtifactItems", result);
            }).useForm(InstallForm.class, op -> op.setup(form -> {}));
        }
    
        private HtmlResponse asListHtml() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.9K bytes
    - Viewed (0)
Back to top