- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 507 for isobject (0.05 sec)
-
FessUserBean.java
================= L31: // Definition L32: // ========== L33: /** The serial version UID for object serialization. (Default) */ L34: private static final long serialVersionUID = 1L; L35: private final FessUser user; L36: L37: // =================================================================================== L38: // ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.4K bytes -
StemmerOverrideItem.java
{ L73: return isUpdated() && StringUtil.isBlank(newInput); L74: } L75: L76: @Override L77: public int hashCode() { L78: return Objects.hash(input, output); L79: } L80: L81: @Override L82: public boolean equals(final Object obj) { L83: if (this == obj) { L84: return true; L85: } L86: if (obj == null || getClass() != obj.getClass()) { L87: return false; L88: } L89: final StemmerOverrideItem other = (StemmerOverrideItem)...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 2.7K bytes -
ApiAdminLogAction.java
Search Execute L44: // ============== L45: L46: // GET /api/admin/log/files L47: @Execute L48: public JsonResponse<ApiResult> files() { L49: final List<Map<String, Object>> list = getLogFileItems(); L50: return asJson(new ApiResult.ApiLogFilesResponse().files(list).total(list.size()).status(ApiResult.Status.OK).result()); L51: } L52: L53: // GET /api/admin/log/file/{id} L54: @Execute L55: public...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.7K bytes -
de.js
L4: * @version 2.3.77 L5: * @website http://formvalidator.net/ L6: * @author Victor Jonsson, http://victorjonsson.se L7: * @license MIT L8: */ L9:!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/de"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Ihre Anfrage...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.8K bytes -
nl.js
L4: * @version 2.3.77 L5: * @website http://formvalidator.net/ L6: * @author Victor Jonsson, http://victorjonsson.se L7: * @license MIT L8: */ L9:!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/nl"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={andSpaces:" en spaties...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.4K bytes -
sv.js
L4: * @version 2.3.77 L5: * @website http://formvalidator.net/ L6: * @author Victor Jonsson, http://victorjonsson.se L7: * @license MIT L8: */ L9:!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/sv"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Formuläret...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.5K bytes -
vi.js
L4: * @version 2.3.77 L5: * @website http://formvalidator.net/ L6: * @author Victor Jonsson, http://victorjonsson.se L7: * @license MIT L8: */ L9:!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/vi"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Có lỗi...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.5K bytes -
ITBase.java
DEFAULT_FESS_URL); L70: } L71: L72: public static String getEsUrl() { L73: return System.getProperty("test.search_engine.url", DEFAULT_SEARCH_ENGINE_URL); L74: } L75: L76: protected static RequestSpecification checkMethodBase(final Map<String, Object> body) { L77: return given().contentType("application/json").header("Authorization", getTestToken()).body(body, ObjectMapperType.JACKSON_2) L78: .when(); L79: } L80:}...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.3K bytes -
it.js
L4: * @version 2.3.77 L5: * @website http://formvalidator.net/ L6: * @author Victor Jonsson, http://victorjonsson.se L7: * @license MIT L8: */ L9:!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/it"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Impossibile...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.7K bytes -
BsFailureUrlBhv.java
"failure_url"; L65: } L66: L67: @Override L68: public FailureUrlDbm asDBMeta() { L69: return FailureUrlDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends FailureUrl> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setConfigId(DfTypeUtil.toString(source.get("configId"))); L77: result.setErrorCount...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.6K bytes