Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Bilner (0.42 sec)

  1. src/main/resources/fess_label_en.properties

    labels.ldapProviderUrl=LDAP URL
    labels.ldapSecurityPrincipal=User DN
    labels.ldapAdminSecurityPrincipal=Bind DN
    labels.ldapAdminSecurityCredentials=Password
    labels.ldapBaseDn=Base DN
    labels.ldapAccountFilter=Account Filter
    labels.ldapGroupFilter=Group Filter
    labels.ldapMemberofAttribute=memberOf Attribute
    labels.oldPassword=Current Password
    labels.newPassword=New Password
    labels.confirmNewPassword=New Password(Confirm)
    
    labels.menu_system=System
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String QUERY_COLLAPSE_INNER_HITS_NAME = "query.collapse.inner.hits.name";
    
        /** The key of the configuration. e.g. 0 */
        String QUERY_COLLAPSE_INNER_HITS_SIZE = "query.collapse.inner.hits.size";
    
        /** The key of the configuration. e.g.  */
        String QUERY_COLLAPSE_INNER_HITS_SORTS = "query.collapse.inner.hits.sorts";
    
        /** The key of the configuration. e.g.  */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java

                logger.debug("Initializing SmbClient...");
            }
    
            super.init();
    
            final Properties props = new Properties();
            System.getProperties().entrySet().stream().filter(e -> e.getKey().toString().startsWith("jcifs.")).forEach(e -> {
                props.setProperty((String) e.getKey(), (String) e.getValue());
            });
            try {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu May 23 01:54:10 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  4. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/http/HcHttpClientTest.java

    import org.codelibs.fess.crawler.entity.ResponseData;
    import org.codelibs.fess.crawler.exception.CrawlingAccessException;
    import org.codelibs.fess.crawler.filter.UrlFilter;
    import org.codelibs.fess.crawler.filter.impl.UrlFilterImpl;
    import org.codelibs.fess.crawler.helper.MemoryDataHelper;
    import org.codelibs.fess.crawler.helper.RobotsTxtHelper;
    import org.codelibs.fess.crawler.helper.impl.MimeTypeHelperImpl;
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu May 09 09:28:25 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/helper/ViewHelper.java

            } catch (final Throwable t) {
                logger.warn("Failed to set SessionTrackingMode.", t);
            }
    
            split(fessConfig.getQueryFacetQueries(), "\n").of(stream -> stream.map(String::trim).filter(StringUtil::isNotEmpty).forEach(s -> {
                final String[] values = StringUtils.split(s, ":", 2);
                if (values.length != 2) {
                    return;
                }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:58:45 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_LDAP_BASE_DN = "{labels.ldapBaseDn}";
    
        /** The key of the message: Account Filter */
        public static final String LABELS_LDAP_ACCOUNT_FILTER = "{labels.ldapAccountFilter}";
    
        /** The key of the message: Group Filter */
        public static final String LABELS_LDAP_GROUP_FILTER = "{labels.ldapGroupFilter}";
    
        /** The key of the message: memberOf Attribute */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/helper/SystemHelper.java

        }
    
        public List<Path> refreshDesignJspFiles() {
            final List<Path> fileList = new ArrayList<>();
            stream(ComponentUtil.getVirtualHostHelper().getVirtualHostPaths())
                    .of(stream -> stream.filter(s -> s != null && !"/".equals(s)).forEach(key -> {
                        designJspFileNameMap.entrySet().stream().forEach(e -> {
                            final File jspFile = getDesignJspFile("/WEB-INF/view" + key + "/" + e.getValue());
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ru.properties

    labels.ldap_provider_url=LDAP URL
    labels.ldap_security_principal=User DN
    labels.ldap_admin_security_principal=Bind DN
    labels.ldap_admin_security_credentials=Password
    labels.ldap_base_dn=Base DN
    labels.ldap_account_filter=Account Filter
    labels.notification_login=Страница входа
    labels.notification_search_top=Главная страница поиска
    labels.send_testmail=Send TestMail
    labels.backup_configuration=Back Up
    labels.backup_name=Name
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_config.properties

    ldap.admin.enabled=false
    ldap.admin.user.filter=uid\=%s
    ldap.admin.user.base.dn=ou\=People,dc\=fess,dc\=codelibs,dc\=org
    ldap.admin.user.object.classes=organizationalPerson,top,person,inetOrgPerson
    ldap.admin.role.filter=cn\=%s
    ldap.admin.role.base.dn=ou\=Role,dc\=fess,dc\=codelibs,dc\=org
    ldap.admin.role.object.classes=groupOfNames
    ldap.admin.group.filter=cn\=%s
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/SmbFile.java

         *
         * @param filter
         *            a file filter to exclude files from the results
         * @return An array of <tt>SmbResource</tt> objects
         * @throws SmbException
         */
        public SmbFile[] listFiles ( SmbFileFilter filter ) throws SmbException {
            return SmbEnumerationUtil.listFiles(this, "*", ATTR_DIRECTORY | ATTR_HIDDEN | ATTR_SYSTEM, null, filter);
        }
    
    
        @Override
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (0)
Back to top