Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 227 for rResources (0.41 sec)

  1. pom.xml

    			</properties>
    		</profile>
    	</profiles>
    	<build>
    		<finalName>fess</finalName>
    		<resources>
    			<resource>
    				<directory>src/main/resources</directory>
    			</resource>
    		</resources>
    
    		<!-- This file contains all the common properties used to build the different
    			packages (tar.gz, deb, rpm) using Maven resources plugin -->
    		<filters>
    			<filter>src/packaging/common/packaging.properties</filter>
    		</filters>
    
    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)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

    /**
     * Tests to see if the SMB resource exists. If the resource refers
     * only to a server, this method determines if the server exists on the
     * network and is advertising SMB services. If this resource refers to
     * a workgroup, this method determines if the workgroup name is valid on
     * the local SMB network. If this <code>SmbFile</code> refers to the root
     * <code>smb1://</code> resource <code>true</code> is always returned. If
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  3. dbflute_fess/dfprop/dependencyInjectionMap.dfprop

    # o dbfluteDiconPackageName: (NotRequired - Default '../resources')
    # o dbfluteDiconFileName: (NotRequired - Default 'dbflute.dicon')
    # o j2eeDiconResourceName: (NotRequired - Default 'j2ee.dicon')
    #
    # {Java} Lasta Di Only:
    # o dbfluteDiXmlNamespace: (NotRequired - Default 'dbflute')
    # o dbfluteDiXmlPackageName: (NotRequired - Default '../resources')
    # o dbfluteDiXmlFileName: (NotRequired - Default 'dbflute.xml')
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 6.5K bytes
    - Viewed (0)
  4. src/main/java/jcifs/netbios/NbtException.java

                    break;
                case CALLED_NOT_PRESENT:
                    result += "Called name not present";
                    break;
                case NO_RESOURCES:
                    result += "Called name present, but insufficient resources";
                    break;
                case UNSPECIFIED:
                    result += "Unspecified error";
                    break;
                default:
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 3.8K bytes
    - Viewed (0)
  5. dbflute_fess/dfprop/outsideSqlMap.dfprop

        #   o sql2EntityOutputDirectory: source output directory from as a relative path from the application directory
        #     (NotRequired - Default Java:'src/main/java' CSharp:'source')
        #
        #; applicationOutsideSqlMap = map:{
        #    ; ../../app1 = map:{
        #        ; sqlDirectory = src/main/resources
        #        ; sql2EntityOutputDirectory = src/main/java
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Jul 25 06:04:16 GMT 2015
    - 8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/job/AllJobScheduler.java

        protected static final String APP_TYPE = "JOB";
    
        @Resource
        private TimeManager timeManager;
    
        @Resource
        private FessConfig fessConfig;
    
        @Resource
        private AccessContextLogic accessContextLogic;
    
        @Resource
        private ScheduledJobService scheduledJobService;
    
        @Resource
        private SystemHelper systemHelper;
    
        @Resource
        private JobHelper jobHelper;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/service/BadWordService.java

        private static final String DELETE_PREFIX = "--";
    
        private static final Logger logger = LogManager.getLogger(BadWordService.class);
    
        @Resource
        protected BadWordBhv badWordBhv;
    
        @Resource
        protected SearchEngineClient searchEngineClient;
    
        @Resource
        protected FessConfig fessConfig;
    
        public List<BadWord> getBadWordList(final BadWordPager badWordPager) {
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.3K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/service/UserInfoService.java

     */
    package org.codelibs.fess.app.service;
    
    import javax.annotation.Resource;
    
    import org.codelibs.fess.es.log.exbhv.UserInfoBhv;
    import org.codelibs.fess.helper.SystemHelper;
    
    public class UserInfoService {
    
        @Resource
        private UserInfoBhv userInfoBhv;
    
        @Resource
        private SystemHelper systemHelper;
    
        public void deleteBefore(final int days) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.1K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/hy/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/hy/stopwords.txt
    այդ
    այլ
    այն
    այս
    դու
    դուք
    եմ
    են
    ենք
    ես
    եք
    է
    էի
    էին
    էինք
    էիր
    էիք
    էր
    ըստ
    թ
    ի
    ին
    իսկ
    իր
    կամ
    համար
    հետ
    հետո
    մենք
    մեջ
    մի
    ն
    նա
    նաև
    նրա
    նրանք
    որ
    որը
    որոնք
    որպես
    ու
    ում
    պիտի
    վրա
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jul 19 06:31:02 GMT 2018
    - 430 bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess/ckb-iq/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/ckb/stopwords.txt
    و
    کە
    ی
    کرد
    ئەوەی
    سەر
    دوو
    هەروەها
    لەو
    دەکات
    چەند
    هەر
    ئەو
    ئەم
    من
    ئێمە
    تۆ
    ئێوە
    ئەو
    ئەوان
    بە
    پێ
    بەبێ
    بەدەم
    بەلای
    بەپێی
    بەرلە
    بەرەوی
    بەرەوە
    بەردەم
    بێ
    بێجگە
    بۆ
    دە
    تێ
    دەگەڵ
    دوای
    جگە
    لە
    لێ
    لەبەر
    لەبەینی
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jul 19 06:31:02 GMT 2018
    - 721 bytes
    - Viewed (0)
Back to top