Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 253 for Beta (0.16 sec)

  1. src/main/webapp/WEB-INF/env/crawler/resources/my_creator.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Feb 12 13:38:57 GMT 2018
    - 170 bytes
    - Viewed (0)
  2. src/main/resources/fess_se.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    	<component name="scriptEngineFactory" class="org.codelibs.fess.script.ScriptEngineFactory">
    	</component>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 19 20:56:12 GMT 2021
    - 277 bytes
    - Viewed (0)
  3. src/main/resources/fess_ingest.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    	<component name="ingestFactory" class="org.codelibs.fess.ingest.IngestFactory">
    	</component>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jun 04 08:42:49 GMT 2020
    - 265 bytes
    - Viewed (0)
  4. src/main/resources/fess_rankfusion.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    	<component name="rankFusionProcessor"
    		class="org.codelibs.fess.rank.fusion.RankFusionProcessor">
    		<postConstruct name="setSeacher">
    			<arg>
    				<component
    					class="org.codelibs.fess.rank.fusion.DefaultSearcher">
    				</component>
    			</arg>
    		</postConstruct>
    	</component>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Jun 17 02:41:59 GMT 2023
    - 450 bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/orig/view/index.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html>
    <html>
    <head profile="http://a9.com/-/spec/opensearch/1.1/">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title><la:message key="labels.search_title" /></title>
    <c:if test="${osddLink}">
    	<link rel="search" type="application/opensearchdescription+xml"
    		href="${fe:url('/osdd')}"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (0)
  6. src/main/resources/esflute_log.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    	<include path="esclient.xml"/>
    
    	<!-- The components of DBFlute Runtime. -->
    	<component name="invokerAssistant" class="org.codelibs.fess.es.common.ImplementedInvokerAssistant"/>
    	<component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
    
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jul 13 05:17:34 GMT 2017
    - 829 bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/creator/PagerCreator.java

    import org.lastaflute.di.core.assembler.AutoBindingDefFactory;
    import org.lastaflute.di.core.creator.ComponentCreatorImpl;
    import org.lastaflute.di.core.customizer.ComponentCustomizer;
    import org.lastaflute.di.core.meta.impl.InstanceDefFactory;
    import org.lastaflute.di.naming.NamingConvention;
    
    /**
     * @author shinsuke
     */
    public class PagerCreator extends ComponentCreatorImpl {
        public static final String SUFFIX = "Pager";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/mail/TestmailPostcard.java

            return postcard;
        }
    
        // ===================================================================================
        //                                                                           Meta Data
        //                                                                           =========
        @Override
        protected String getBodyFile() {
            return PATH;
        }
    
        @Override
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.9K bytes
    - Viewed (0)
  9. src/main/resources/crawler/transformer.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components namespace="fessCrawler">
    	<include path="crawler/transformer_basic.xml"/>
    
    	<component name="fessXpathTransformer" class="org.codelibs.fess.crawler.transformer.FessXpathTransformer" instance="singleton">
    		<property name="name">"fessXpathTransformer"</property>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jan 10 03:35:10 GMT 2019
    - 1.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfoParam.java

        // [Referrers] *comment only
    
        // ===================================================================================
        //                                                                             DB Meta
        //                                                                             =======
        @Override
        public CrawlingInfoParamDbm asDBMeta() {
            return CrawlingInfoParamDbm.getInstance();
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.3K bytes
    - Viewed (0)
Back to top