Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 78 for groupId (0.15 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String LDAP_ADMIN_GROUP_FILTER = "ldap.admin.group.filter";
    
        /** The key of the configuration. e.g. ou=Group,dc=fess,dc=codelibs,dc=org */
        String LDAP_ADMIN_GROUP_BASE_DN = "ldap.admin.group.base.dn";
    
        /** The key of the configuration. e.g. groupOfNames */
        String LDAP_ADMIN_GROUP_OBJECT_CLASSES = "ldap.admin.group.object.classes";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  2. src/main/webapp/WEB-INF/view/admin/esreq/admin_esreq.jsp

    							<div class="card-header">
    								<h3 class="card-title">
    									<la:message key="labels.esreq_configuration" />
    								</h3>
    							</div>
    							<div class="card-body">
    								<div class="form-group row">
    									<label for="requestFile" class="col-sm-3 text-sm-right col-form-label"><la:message
    											key="labels.esreq_request_file"
    										/></label>
    									<div class="col-sm-9">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 20 09:26:42 GMT 2020
    - 2.3K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/role/admin_role_edit.jsp

                                        </la:info>
                                        <la:errors property="_global"/>
                                    </div>
                                    <div class="form-group row">
                                        <label for="name" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.role_name"/></label>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 3.4K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_details.jsp

                                        </c:if>
                                    </h3>
                                    <div class="card-tools">
                                        <div class="btn-group">
                                            <la:link href="/admin/dict"
                                                     styleClass="btn btn-default btn-xs">
                                                <em class="fa fa-book">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 7.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/fess_user.group.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 173 bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo_details.jsp

                                        </c:if>
                                    </h3>
                                    <div class="card-tools">
                                        <div class="btn-group">
                                            <la:link href="/admin/crawlinginfo"
                                                     styleClass="btn btn-primary btn-xs">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 10.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                final StringBuffer buf = new StringBuffer(value.length() + 100);
                while (matcher.find()) {
                    matcher.appendReplacement(buf, Matcher.quoteReplacement(highlightTagPre + matcher.group(0) + highlightTagPost));
                }
                matcher.appendTail(buf);
                return buf.toString();
            }).orElse(value);
        }
    
        protected OptionalThing<Set<String>> getQuerySet() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 40.1K bytes
    - Viewed (2)
  8. src/main/java/org/codelibs/fess/helper/PluginHelper.java

            final Matcher matcher = Pattern.compile("href=\"[^\"]*(" + artifactType.getId() + "[a-zA-Z0-9\\-]+)/?\"").matcher(repoContent);
            while (matcher.find()) {
                final String name = matcher.group(1);
                final String pluginUrl = url + (url.endsWith("/") ? name + "/" : "/" + name + "/");
                try {
                    final String pluginMetaContent = getRepositoryContent(pluginUrl + "maven-metadata.xml");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.8K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/orig/view/index.jsp

    										</c:if>
    									</c:forEach>
    								</p>
    							</div>
    						</c:if>
    						<div class="clearfix searchButtonBox btn-group">
    							<button type="submit" name="search" id="searchButton"
    								class="btn btn-primary">
    								<em class="fa fa-search">
    								<la:message key="labels.index_form_search_btn" />
    							</button>
    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)
  10. src/main/webapp/js/admin/bootstrap.min.js

    t:""},mn={offset:"number",method:"string",target:"(string|element)"},pn={ACTIVATE:"activate"+dn,SCROLL:"scroll"+dn,LOAD_DATA_API:"load"+dn+".data-api"},vn="dropdown-item",yn="active",En='[data-spy="scroll"]',Cn=".nav, .list-group",Tn=".nav-link",bn=".nav-item",Sn=".list-group-item",Dn=".dropdown",In=".dropdown-item",wn=".dropdown-toggle",An="offset",Nn="position",On=function(){function n(t,e){var n=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(...
    JavaScript
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 58.6K bytes
    - Viewed (3)
Back to top