Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for general (0.92 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.admin_brand_title=Fess
    labels.admin_dashboard_title=ダッシュボード
    labels.admin_toggle_navi=トグルナビゲーション
    labels.general_menu_system=システム
    labels.general_menu_crawler=クローラー
    labels.general_menu_logging=ロギング
    labels.general_menu_suggest=サジェスト
    labels.general_menu_ldap=LDAP
    labels.general_menu_notification=お知らせ表示
    labels.general_storage=ストレージ
    labels.ldapProviderUrl=LDAP URL
    labels.ldapSecurityPrincipal=User DN
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  2. src/main/java/org/codelibs/fess/thumbnail/impl/EmptyGenerator.java

     */
    package org.codelibs.fess.thumbnail.impl;
    
    import java.io.File;
    
    public class EmptyGenerator extends BaseThumbnailGenerator {
    
        @Override
        public boolean generate(final String thumbnailId, final File outputFile) {
            return false;
        }
    
        @Override
        public void destroy() {
            // nothing
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 939 bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/exec/ThumbnailGenerator.java

            final ExecutorService executorService = Executors.newFixedThreadPool(options.numOfThreads);
            try {
                while (count != 0) {
                    count = ComponentUtil.getThumbnailManager().generate(executorService, options.cleanup);
                    totalCount += count;
                }
                executorService.shutdown();
                executorService.awaitTermination(60, TimeUnit.SECONDS);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 8.2K bytes
    - Viewed (0)
  4. pom.xml

    					</webResources>
    				</configuration>
    			</plugin>
    			<plugin>
    				<artifactId>maven-dependency-plugin</artifactId>
    				<executions>
    					<execution>
    						<id>unpack-provided</id>
    						<phase>generate-resources</phase>
    						<goals>
    							<goal>unpack-dependencies</goal>
    						</goals>
    						<configuration>
    							<includeScope>provided</includeScope>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * 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.general;
    
    import static org.codelibs.core.stream.StreamUtil.stream;
    
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.List;
    import java.util.Map;
    
    import javax.annotation.Resource;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12.7K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/it/admin/GeneralTests.java

    import io.restassured.path.json.JsonPath;
    
    @Tag("it")
    public class GeneralTests extends CrudTestBase {
    
        private static final String NAME_PREFIX = "generalTest_";
        private static final String API_PATH = "/api/admin/general";
        private static final String LIST_ENDPOINT_SUFFIX = "";
        private static final String ITEM_ENDPOINT_SUFFIX = "";
    
        private static final String KEY_PROPERTY = "name";
    
        @Override
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/ds/DataStoreFactory.java

                        factory.setFeature(org.codelibs.fess.crawler.Constants.FEATURE_SECURE_PROCESSING, true);
                        factory.setFeature(org.codelibs.fess.crawler.Constants.FEATURE_EXTERNAL_GENERAL_ENTITIES, false);
                        factory.setFeature(org.codelibs.fess.crawler.Constants.FEATURE_EXTERNAL_PARAMETER_ENTITIES, false);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.1K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_de.properties

    labels.admin_brand_title=Fess
    labels.admin_dashboard_title=Dashboard
    labels.admin_toggle_navi=Navigation ein-/ausblenden
    labels.general_menu_system=System
    labels.general_menu_crawler=Crawler
    labels.general_menu_logging=Protokolle
    labels.general_menu_suggest=Vorschläge
    labels.general_menu_ldap=LDAP
    labels.general_menu_notification=Benachrichtigung
    labels.ldap_provider_url=LDAP-URL
    labels.ldap_security_principal=Benutzer-DN
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_fr.properties

    labels.admin_dashboard_title	=	Tableau de bord
    labels.admin_toggle_navi	=	Basculer la navigation
    labels.general_menu_system	=	Système
    labels.general_menu_crawler	=	Crawler
    labels.general_menu_logging	=	Enregistrement
    labels.general_menu_suggest	=	Suggérer
    labels.general_menu_ldap	=	LDAP
    labels.general_menu_notification	=	Notification
    labels.general_storage	=	Stockage
    labels.ldap_provider_url	=	URL LDAP
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/helper/PluginHelper.java

                        factory.setFeature(Constants.FEATURE_SECURE_PROCESSING, true);
                        factory.setFeature(Constants.FEATURE_EXTERNAL_GENERAL_ENTITIES, false);
                        factory.setFeature(Constants.FEATURE_EXTERNAL_PARAMETER_ENTITIES, false);
                        factory.setAttribute(XMLConstants.ACCESS_EXTERNAL_DTD, StringUtil.EMPTY);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.8K bytes
    - Viewed (0)
Back to top