- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for true (0.02 sec)
-
FessProp.java
default boolean getSystemPropertyAsBoolean(final String key, final boolean defaultValue) { L184: return Constants.TRUE.equalsIgnoreCase(getSystemProperty(key, defaultValue ? Constants.TRUE : Constants.FALSE)); L185: } L186: L187: default void setSystemPropertyAsBoolean(final String key, final boolean value) { L188: setSystemProperty(key, value ? Constants.TRUE : Constants.FALSE); L189: } L190: L191: default int getSystemPropertyAsInt(final String key, final int defaultValue)...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 87.2K bytes -
SearchApiManager.java
(!documentItems.isEmpty()) { L381: boolean first1 = true; L382: for (final Map<String, Object> document : documentItems) { L383: if (!first1) { L384: buf.append(','); L385: } else { L386: first1 = false; L387: } L388: buf.append('{'); L389: boolean first2 = true; L390: for (final Map.Entry<String, Object> entry...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes -
daterangepicker.js
L47: this.showWeekNumbers = false; L48: this.showISOWeekNumbers = false; L49: this.showCustomRangeLabel = true; L50: this.timePicker = false; L51: this.timePicker24Hour = false; L52: this.timePickerIncrement = 1; L53: this.timePickerSeconds = false; L54: this.linkedCalendars = true; L55: this.autoUpdateInput = true; L56: this.alwaysShowCalendars = false; L57: this.ranges = {}; L58: L59: this.opens = 'right'; L60: ...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
pom.xml
<configuration> L125: <includeScope>provided</includeScope> L126: <outputDirectory>${project.build.directory}/tomcat-lib</outputDirectory> L127: <includes>**/*</includes> L128: <overWriteReleases>true</overWriteReleases> L129: <overWriteSnapshots>true</overWriteSnapshots> L130: </configuration> L131: </execution> L132: </executions> L133: </plugin> L134: <plugin> L135: <artifactId>maven-surefire-plugin</artifactId> L136: <configuration> L137: ...github.com/codelibs/fess/pom.xmlSat Oct 26 02:16:03 UTC 2024 49.1K bytes -
SearchEngineClient.java
setRunner(final OpenSearchRunner runner) { L247: this.runner = runner; L248: } L249: L250: public boolean isEmbedded() { L251: return runner != null; L252: } L253: L254: public void usePipeline() { L255: usePipeline = true; L256: } L257: L258: protected InetAddress getInetAddressByName(final String host) { L259: try { L260: return InetAddress.getByName(host); L261: } catch (final UnknownHostException e) { L262: throw new Fes...github.com/codelibs/fess/src/main/java/org/code...Sun Oct 20 02:08:03 UTC 2024 86.1K bytes -
LdapManager.java
inal LdapUser ldapUser) { L200: if (fessConfig.isLdapAllowEmptyPermission()) { L201: return true; L202: } L203: L204: final SystemHelper systemHelper = ComponentUtil.getSystemHelper(); L205: for (final String permission : ldapUser.getPermissions()) { L206: if (!systemHelper.isUserPermission(permission)) { L207: return true; L208: } L209: } L210: return false; L211: } L212: L213: protected LdapUser createLdapUser(final...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 65.9K bytes -
jquery-3.7.1.min.js
void 0!==t&&!ce.isEmptyObject(t)}};var _=new B,z=new B,X=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,U=/[A-Z]/g;function V(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(U,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:X.test(i)?JSON.parse(i):i)}catch(e){}z.set(e,t,n)}else n=void 0;return n}ce.extend({hasData:function(e){return z.hasData(e)||_.hasData(e)},data:function(e,t,n){return z.access(e,t,n)},removeData...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:07:52 UTC 2024 85.5K bytes -
bootstrap.min.js
nt.querySelectorAll(O)),e=0,n=t.length;e<n;e++){var i=t[e],o=i.querySelector(k);o.checked||o.hasAttribute("checked")?i.classList.add(S):i.classList.remove(S)}for(var r=0,s=(t=[].slice.call(document.querySelectorAll(N))).length;r<s;r++){var a=t[r];"true"===a.getAttribute("aria-pressed")?a.classList.add(S):a.classList.remove(S)}}),g.fn[y]=H._jQueryInterface,g.fn[y].Constructor=H,g.fn[y].noConflict=function(){return g.fn[y]=b,H._jQueryInterface};var R="carousel",x="bs.carousel",F="."+x,U=".data-api...github.com/codelibs/fess/src/main/webapp/js/boo...Fri Feb 07 10:28:50 UTC 2020 58.6K bytes -
suggest_analyzer.json
["Hei"] L1482: }, L1483: "finnish_stemmer": { L1484: "type": "stemmer", L1485: "language": "finnish" L1486: }, L1487: "french_elision": { L1488: "type": "elision", L1489: "articles_case": true, L1490: "articles": [ L1491: "l", "m", "t", "qu", "n", "s", L1492: "j", "d", "c", "jusqu", "quoiqu", L1493: "lorsqu", "puisqu" L1494: ] L1495: }, L1496: "french_stop": { L1497: "type": ...github.com/codelibs/fess/src/main/resources/sug...Wed Mar 24 12:55:37 UTC 2021 57.4K bytes -
suggest_analyzer.json
["Hei"] L1482: }, L1483: "finnish_stemmer": { L1484: "type": "stemmer", L1485: "language": "finnish" L1486: }, L1487: "french_elision": { L1488: "type": "elision", L1489: "articles_case": true, L1490: "articles": [ L1491: "l", "m", "t", "qu", "n", "s", L1492: "j", "d", "c", "jusqu", "quoiqu", L1493: "lorsqu", "puisqu" L1494: ] L1495: }, L1496: "french_stop": { L1497: "type": ...github.com/codelibs/fess/src/main/resources/sug...Thu May 23 05:09:51 UTC 2019 57.7K bytes