- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 31 for last (0.02 sec)
-
jquery-3.7.1.min.js
RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:07:52 UTC 2024 85.5K bytes -
daterangepicker.js
[start, end]; L350: } L351: L352: var list = '<ul>'; L353: for (range in this.ranges) { L354: list += '<li data-range-key="' + range + '">' + range + '</li>'; L355: } L356: if (this.showCustomRangeLabel) { L357: list += '<li data-range-key="' + this.locale.customRangeLabel + '">' + this.locale.customRangeLabel + '</li>'; L358: } L359: list += '</ul>'; L360: this.container.find('.ranges').prepend(list);...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
jquery-3.7.1.min.js
RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|...github.com/codelibs/fess/src/main/webapp/js/jqu...Sat Oct 26 01:07:52 UTC 2024 85.5K bytes -
font-awesome.min.css
-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:befo...github.com/codelibs/fess/src/main/webapp/css/fo...Sat Dec 14 21:22:25 UTC 2019 55.8K bytes -
FessProp.java
propMap.put(API_DASHBOARD_RESPONSE_HEADER_LIST, list); L2053: } L2054: return list; L2055: } L2056: L2057: String getApiCorsAllowOrigin(); L2058: L2059: default List<String> getApiCorsAllowOriginList() { L2060: @SuppressWarnings("unchecked") L2061: List<String> list = (List<String>) propMap.get(CORS_ALLOW_ORIGIN); L2062: if (list == null) { L2063: list = split(getApiCorsAllowOrigin(), "\n") L2064: .get(stream -> stream.map(String::trim...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 87.2K bytes -
SearchApiManager.java
final String[] docIds = userInfoHelper.getResultDocIds(queryId); L713: final List<Map<String, Object>> docList = searchHelper.getDocumentListByDocIds(docIds, new String[] { L714: fessConfig.getIndexFieldUrl(), fessConfig.getIndexFieldDocId(), fessConfig.getIndexFieldFavoriteCount() }, L715: OptionalThing.empty(), SearchRequestType.JSON); L716: List<String> urlList = new ArrayList<>(docList.size()); L717: for (final Map<String,...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes -
bootstrap.min.js
target:""},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._getCo...github.com/codelibs/fess/src/main/webapp/js/boo...Fri Feb 07 10:28:50 UTC 2020 58.6K bytes -
LdapManager.java
>]", "_"); L363: } L364: L365: protected void setAttributeValue(final List<SearchResult> result, final String name, final Consumer<Object> consumer) { L366: final List<Object> attrList = getAttributeValueList(result, name); L367: if (!attrList.isEmpty()) { L368: consumer.accept(attrList.get(0)); L369: } L370: } L371: L372: protected List<Object> getAttributeValueList(final List<SearchResult> result, final String name) { L373: try { L374: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 65.9K bytes -
BsBadWordCQ.java
BadWordCQ cq = new BadWordCQ(); L68: queryLambda.callback(cq); L69: final Collection<FilterFunctionBuilder> list = new ArrayList<>(); L70: if (functionsLambda != null) { L71: functionsLambda.callback((cqLambda, scoreFunctionBuilder) -> { L72: BadWordCQ cf = new BadWordCQ(); L73: cqLambda.callback(cf); L74: list.add(new FilterFunctionBuilder(cf.getQuery(), scoreFunctionBuilder)); L75: }); L76: } L77: final...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 58.8K bytes -
font-awesome.min.css
-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:befo...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Dec 14 21:22:25 UTC 2019 55.8K bytes