- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 89 for valueOf (0.07 sec)
-
daterangepicker.js
disabled="disabled" class="disabled"'; L1000: L1001: if (selected.hour() >= 12) { L1002: html += '<option value="AM"' + am_html + '>AM</option><option value="PM" selected="selected"' + pm_html + '>PM</option>'; L1003: } else { L1004: html += '<option value="AM" selected="selected"' + am_html + '>AM</option><option value="PM"' + pm_html + '>PM</option>'; L1005: } L1006: L1007: html += '</select>'; L1008: ...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
FessMultipartRequestHandler.java
encoding = Charset.forName(request.getCharacterEncoding()); L254: String value = null; L255: boolean haveValue = false; L256: if (encoding != null) { L257: try { L258: value = item.getString(encoding); L259: haveValue = true; L260: } catch (final Exception e) {} L261: } L262: if (!haveValue) { L263: try { L264: value = item.getString(Charset.forName("ISO-8859-1")); L265: } catch (final...github.com/codelibs/fess/src/main/java/org/code...Wed Oct 23 13:27:21 UTC 2024 18.6K bytes -
PluginHelper.java
new ArrayList<>(); L262: boolean isName = true; L263: for (final String value : baseName.split("-")) { L264: if (isName && value.length() > 0 && value.charAt(0) >= '0' && value.charAt(0) <= '9') { L265: isName = false; L266: } L267: if (isName) { L268: nameList.add(value); L269: } else { L270: versionList.add(value); L271: } L272: } L273: return new Artifact(nameList.strea...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 01:47:10 UTC 2024 17.8K bytes -
moment-with-locales.min.js.map
"input","Array","Object","prototype","toString","call","isObject","hasOwnProp","a","b","hasOwnProperty","isObjectEmpty","obj","getOwnPropertyNames","length","k","isUndefined","isNumber","isDate","Date","map","arr","fn","res","i","push","extend","valueOf","createUTC","format","locale","strict","createLocalOrUTC","utc","getParsingFlags","m","_pf","empty","unusedTokens","unusedInput","overflow","charsLeftOver","nullInput","invalidEra","invalidMonth","invalidFormat","userInvalidated","iso","parsedDa...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 224.8K bytes -
advance.jsp
styleId="numSearchOption" styleClass="form-control"> L151: <option value=""> L152: <la:message key="labels.search_result_select_num" /> L153: </option> L154: <la:option value="10">10</la:option> L155: <la:option value="20">20</la:option> L156: <la:option value="30">30</la:option> L157: <la:option value="40">40</la:option> L158: <la:option value="50">50</la:option> L159: <la:option value="100">100</la:option> L160: </la:select> L161: </div> L162: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes -
FessConfig.java
L1917: /** L1918: * Get the value for the key 'search_engine.password'. <br> L1919: * The value is, e.g. <br> L1920: * @return The value of found property. (NotNull: if not found, exception but basically no way) L1921: */ L1922: String getSearchEnginePassword(); L1923: L1924: /** L1925: * Get the value for the key 'search_engine.password' as {@link Integer}. <br> L1926: * The value is, e.g. <br> L1927: * @return The value of found property. (NotNull: if not...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes -
admin_upgrade.jsp
<la:option value="13.17">13.17</la:option> L71: <la:option value="14.0">14.0</la:option> L72: <la:option value="14.1">14.1</la:option> L73: <la:option value="14.2">14.2</la:option> L74: <la:option value="14.3">14.3</la:option> L75: <la:option value="14.4">14.4</la:option> L76: <la:option value="14.5">14.5</la:option> L77: <la:option value="14.6">14.6</la:option> L78: <la:option value="14.7">14.7</la:option> L79: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sun Sep 22 07:32:24 UTC 2024 4.3K bytes -
DocBoostMatcher.java
0.0f; L59: } L60: L61: final Object value = ComponentUtil.getScriptEngineFactory().getScriptEngine(scriptType).evaluate(boostExpression, map); L62: if (value instanceof Integer) { L63: return ((Integer) value).floatValue(); L64: } L65: if (value instanceof Long) { L66: return ((Long) value).floatValue(); L67: } L68: if (value instanceof Float) { L69: return (Float) value; L70: } L71: if (value instanceof...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 2.8K bytes -
plugin.xml
analysis-extension --> L15: <antcall target="install.plugin"> L16: <param name="repo.url" value="${maven.release.repo.url}" /> L17: <param name="plugin.groupId" value="org/codelibs/opensearch" /> L18: <param name="plugin.name.prefix" value="opensearch-" /> L19: <param name="plugin.name" value="analysis-extension" /> L20: <param name="plugin.version" value="2.17.1" /> L21: <param name="plugin.zip.version" value="2.17.1" /> L22: </antcall> L23: <!-- analysis-fess --> L24: <antcall target="install.plugin">...github.com/codelibs/fess/plugin.xmlFri Oct 25 23:33:43 UTC 2024 3.5K bytes -
advance.jsp
styleId="numSearchOption" styleClass="form-control"> L151: <option value=""> L152: <la:message key="labels.search_result_select_num" /> L153: </option> L154: <la:option value="10">10</la:option> L155: <la:option value="20">20</la:option> L156: <la:option value="30">30</la:option> L157: <la:option value="40">40</la:option> L158: <la:option value="50">50</la:option> L159: <la:option value="100">100</la:option> L160: </la:select> L161: </div> L162: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes