- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 236 for INPUT (0.01 seconds)
-
src/main/webapp/js/login.js
$(function() { var $firstInput = $('input[type="text"],select,textarea', ".login-box,section.content").first(); var $errorInput = $(".form-group .has-error").first().next("input,select,textarea"); if ($errorInput.length) { $errorInput.focus(); } else { $firstInput.focus(); } $("section.content input").on("keypress", function(e) { if (e.which === 13) { var $submitButton = $("input#submit, button#submit");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:12:50 GMT 2025 - 1.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/login/index.jsp
</div> <la:form styleId="login" method="post"> <div class="input-group mb-3"> <c:set var="ph_username"> <la:message key="labels.login.placeholder_username" /> </c:set> <la:text property="username" styleId="username" class="form-control" placeholder="${ph_username}" /> <div class="input-group-append"> <span class="input-group-text"> <i class="fa fa-user fa-fw" aria-hidden="true"></i>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 3K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateSmokeTestedPluginsVersions.kt
updateProperties(fetchedVersions) } private fun getPluginIds(): List<String> { val props = Properties() propertiesFile.get().asFile.reader().use { input -> props.load(input) } return props.keys.map { it as String }.sorted() } private fun fetchLatestVersions(pluginIds: List<String>): List<TestedVersion> = pluginIds
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Sep 18 16:06:17 GMT 2025 - 2.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/stopwords/StopwordsItemTest.java
StopwordsItem item3 = new StopwordsItem(1, "word"); // Two items with null input should be equal assertTrue(item1.equals(item2)); // Item with null input should not equal item with non-null input assertFalse(item3.equals(item1)); assertFalse(item1.equals(item3)); // Symmetry assertTrue(item1.equals(item2)); assertTrue(item2.equals(item1)); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/serializer/DataSerializer.java
* and object data from the byte array input stream. * </p> * * @param bytes the byte array to deserialize * @return the deserialized object */ protected Object deserializeWithKryo(final byte[] bytes) { final Kryo kryo = kryoThreadLocal.get(); try (final Input input = new Input(new ByteArrayInputStream(bytes))) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 01:54:09 GMT 2026 - 10.5K bytes - Click Count (3) -
src/main/webapp/js/suggestor.js
} }); // Blur event handler $(this).on("blur", function () { if (!isMouseHover) { suggestor.fixList(); } }); // Input event handler with debouncing $(this).on("input", function () { if ($textArea.val() !== inputText) { if (!isFocusList && started && !suggestingSts) { // Clear existing timer and set new one to debounce rapid inputsCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 11:04:08 GMT 2025 - 13.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/login/newpassword.jsp
<la:form styleId="newPassword" method="post"> <div class="input-group mb-3"> <c:set var="ph_new_password"> <la:message key="labels.login.placeholder_new_password" /> </c:set> <la:password property="password" class="form-control" placeholder="${ph_new_password}" /> <div class="input-group-append"> <span class="input-group-text"> <i class="fa fa-lock fa-fw" aria-hidden="true"></i>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 3.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/CreateForm.java
/** CRUD operation mode (CREATE, EDIT, etc.) */ @ValidateTypeFailure public Integer crudMode; /** Input terms (comma-separated) that will be mapped to the output term */ @Required @Size(max = 1000) public String inputs; /** Output term that input terms will be mapped to */ @Size(min = 1, max = 1000) public String output; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
<div class="input-group"> <la:text styleId="notificationTo" property="notificationTo" styleClass="form-control"/> <div class="input-group-append">Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 83.1K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/theme-default.min.css
dow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}input[type=file].error{color:#b94a48;background:0 0;-webkit-box-shadow:none;box-shadow:none}input[type=file].valid{color:#468847;background:0 0;-webkit-box-shadow:none;box-shadow:none}.form-error{display:block;color:#b94a48;margin-top:5px;margin-bottom:10px;line-height:140%}span.help{color:#999;font-size:90%}input.async-validation,input.validating-server-side,select.async-validation,select.validating-server-side{opa...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 33.3K bytes - Click Count (0)