Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 57 for batean (0.04 sec)

  1. src/main/java/org/codelibs/fess/app/service/RelatedContentService.java

        }
    
        /**
         * Sets up the search conditions for listing related content entities.
         * Configures wildcard searches for term and content fields, and sets up ordering.
         *
         * @param cb the condition bean for building the query
         * @param relatedContentPager the pager containing search parameters
         */
        protected void setupListCondition(final RelatedContentCB cb, final RelatedContentPager relatedContentPager) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java

        //                                                                       =============
        /**
         * Creates a user bean from the given user entity.
         *
         * @param user the user entity to create a bean from
         * @return the created user bean
         */
        @Override
        protected FessUserBean createUserBean(final FessUser user) {
            return new FessUserBean(user);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  3. dbflute_fess/dfprop/outsideSqlMap.dfprop

        # - - - - - - - - - -/
    
        # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        # o targetProcedureCatalogList: (NotRequired - Default list:{})
        #  You can specify target catalog of generated parameter bean for procedure.
        #  This property is valid only when generateProcedureParameterBean is valid.
        #
        #; targetProcedureCatalogList = list:{FOO_CATALOG ; prefix:FOO_ ; suffix:_FOO ; contain:_FOO_}
        # - - - - - - - - - -/
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 25 06:04:16 UTC 2015
    - 8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/core/beans/impl/BeanDescImpl.java

        protected static final Object[] EMPTY_ARGS = new Object[0];
    
        /** Empty class array */
        protected static final Class<?>[] EMPTY_PARAM_TYPES = new Class<?>[0];
    
        /** The class of the bean */
        protected final Class<?> beanClass;
    
        /** Map of type arguments and type variables */
        protected final Map<TypeVariable<?>, Type> typeVariables;
    
        /** Map from property name to {@link PropertyDesc} */
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jun 19 09:12:22 UTC 2025
    - 25.8K bytes
    - Viewed (1)
  5. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    babia-gora.pl
    baby
    babyblue.jp
    babymilk.jp
    bacgiang.vn
    backan.vn
    backdrop.jp
    baclieu.vn
    bacninh.vn
    badaddja.no
    bahcavuotna.no
    bahccavuotna.no
    baidar.no
    baidu
    bajddar.no
    balashov.su
    balat.no
    balena-devices.com
    balestrand.no
    ballangen.no
    ballooning.aero
    balsan-sudtirol.it
    balsan-suedtirol.it
    balsan-südtirol.it
    balsan.it
    balsfjord.no
    bambina.jp
    bamble.no
    banamex
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  6. src/main/java/org/codelibs/fess/app/service/UserService.java

            });
    
        }
    
        /**
         * Sets up the search conditions for user list queries based on pager criteria.
         * Configures the condition bean with search filters and ordering.
         *
         * @param cb the condition bean for the user query
         * @param userPager the pager containing search criteria
         */
        protected void setupListCondition(final UserCB cb, final UserPager userPager) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/service/DataConfigService.java

                op.setRefreshPolicy(Constants.TRUE);
            });
    
        }
    
        /**
         * Sets up the search conditions for listing data configurations.
         *
         * <p>This method configures the condition bean with search criteria from the pager,
         * including name wildcards, handler name wildcards, and description matching.
         * Results are ordered by sort order and name in ascending order.</p>
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/core/beans/factory/BeanDescFactory.java

        static {
            initialize();
        }
    
        /**
         * Returns a {@link BeanDesc}.
         *
         * @param clazz
         *            the Bean class. Must not be {@literal null}
         * @return {@link BeanDesc}
         */
        public static BeanDesc getBeanDesc(final Class<?> clazz) {
            assertArgumentNotNull("clazz", clazz);
    
            if (!initialized) {
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/rank/fusion/RankFusionSearcher.java

         *
         * @param query the search query string
         * @param params the search request parameters including pagination, filters, etc.
         * @param userBean the optional user bean for access control and personalization
         * @return the search result containing matched documents and metadata
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                if (logger.isDebugEnabled()) {
                    logger.debug("LDAP search[{}ms]: {} - {}", systemHelper.getCurrentTimeAsLong() - startTime, baseDn, filter);
                }
                consumer.accept(list);
            } catch (final NamingException e) {
                throw new LdapOperationException("Failed to search " + baseDn + " with " + filter, e);
            }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 82K bytes
    - Viewed (0)
Back to top