Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 40 for specification (0.25 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsKeyMatchCB.java

        //                                                                             =======
        public HpSpecification specify() {
            assertSpecifyPurpose();
            if (_specification == null) {
                _specification = new HpSpecification();
            }
            return _specification;
        }
    
        protected void assertQueryPurpose() {
        }
    
        protected void assertAggregationPurpose() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsRelatedQueryCB.java

        //                                                                             =======
        public HpSpecification specify() {
            assertSpecifyPurpose();
            if (_specification == null) {
                _specification = new HpSpecification();
            }
            return _specification;
        }
    
        protected void assertQueryPurpose() {
        }
    
        protected void assertAggregationPurpose() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsWebConfigCB.java

        //                                                                             =======
        public HpSpecification specify() {
            assertSpecifyPurpose();
            if (_specification == null) {
                _specification = new HpSpecification();
            }
            return _specification;
        }
    
        protected void assertQueryPurpose() {
        }
    
        protected void assertAggregationPurpose() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 8.3K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordToLabelCB.java

        //                                                                             =======
        public HpSpecification specify() {
            assertSpecifyPurpose();
            if (_specification == null) {
                _specification = new HpSpecification();
            }
            return _specification;
        }
    
        protected void assertQueryPurpose() {
        }
    
        protected void assertAggregationPurpose() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordCB.java

        //                                                                             =======
        public HpSpecification specify() {
            assertSpecifyPurpose();
            if (_specification == null) {
                _specification = new HpSpecification();
            }
            return _specification;
        }
    
        protected void assertQueryPurpose() {
        }
    
        protected void assertAggregationPurpose() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileAuthenticationCB.java

        //                                                                             =======
        public HpSpecification specify() {
            assertSpecifyPurpose();
            if (_specification == null) {
                _specification = new HpSpecification();
            }
            return _specification;
        }
    
        protected void assertQueryPurpose() {
        }
    
        protected void assertAggregationPurpose() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsAccessTokenCB.java

        //                                                                             =======
        public HpSpecification specify() {
            assertSpecifyPurpose();
            if (_specification == null) {
                _specification = new HpSpecification();
            }
            return _specification;
        }
    
        protected void assertQueryPurpose() {
        }
    
        protected void assertAggregationPurpose() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.1K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsLabelTypeCB.java

        //                                                                             =======
        public HpSpecification specify() {
            assertSpecifyPurpose();
            if (_specification == null) {
                _specification = new HpSpecification();
            }
            return _specification;
        }
    
        protected void assertQueryPurpose() {
        }
    
        protected void assertAggregationPurpose() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.2K bytes
    - Viewed (0)
  9. dbflute_fess/dfprop/outsideSqlMap.dfprop

        #   e.g. list:{prefix:SP_}
        #  And you can specify procedures through DB link.
        #  This is treated as additional setting
        #  so it is independent from specifications for main schema.
        #   e.g. SP_FOO@NEXT_LINK (when DB link name is 'NEXT_LINK')  
        #
        #; targetProcedureNameList = list:{FOO_PROCEDURE ; prefix:FOO_ ; suffix:_FOO ; contain:_FOO_}
        # - - - - - - - - - -/
    
    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)
  10. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsPathMappingCB.java

        //                                                                             =======
        public HpSpecification specify() {
            assertSpecifyPurpose();
            if (_specification == null) {
                _specification = new HpSpecification();
            }
            return _specification;
        }
    
        protected void assertQueryPurpose() {
        }
    
        protected void assertAggregationPurpose() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.1K bytes
    - Viewed (0)
Back to top