- Sort Score
- Num 10 results
- Language All
Results 381 - 390 of 704 for bread (0.02 seconds)
-
src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js
0!==c.get(0).files?c.get(0).files.length:b.length,j=a.formUtils.numericRangeCheck(i,f);switch(j[0]){case"out":this.errorMessage=e.lengthBadStart+f+e.lengthBadEnd,h=!1;break;case"min":this.errorMessage=e.lengthTooShortStart+j[1]+e.lengthBadEnd,h=!1;break;case"max":this.errorMessage=e.lengthTooLongStart+j[1]+e.lengthBadEnd,h=!1;break;default:h=!0}return h},errorMessage:"",errorMessageKey:""}),a.formUtils.addValidator({name:"url",validatorFunction:function(b){var c=/^(https?|ftp):\/\/((((\w|-|\.|~|...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 32.8K bytes - Click Count (0) -
guava/src/com/google/common/collect/ArrayListMultimap.java
* implement {@link java.util.RandomAccess}. * * <p>This class is not threadsafe when any concurrent operations update the multimap. Concurrent * read operations will work correctly. To allow concurrent update operations, wrap your multimap * with a call to {@link Multimaps#synchronizedListMultimap}. * * <p>See the Guava User Guide article on <a href=Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 05 23:15:58 GMT 2025 - 6.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/badword/AdminBadwordAction.java
case CrudMode.EDIT: if (form instanceof EditForm) { return ComponentUtil.getComponent(BadWordService.class).getBadWord(((EditForm) form).id); } break; default: break; } return OptionalEntity.empty(); } /** * Get the bad word. * @param form The create form. * @return The bad word. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 23 23:57:26 GMT 2026 - 18K bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/impl/PropertyDescImpl.java
if (con.getParameterTypes().length == 1 && con.getParameterTypes()[0].equals(String.class)) { stringConstructor = con; break; } } } private void setupValueOfMethod() { for (final Method method : propertyType.getMethods()) { if (method.isBridge() || method.isSynthetic()) {
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 24 01:52:43 GMT 2025 - 15.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java
if (form instanceof EditForm) { return ComponentUtil.getComponent(LabelTypeService.class).getLabelType(((EditForm) form).id); } break; default: break; } return OptionalEntity.empty(); } /** * Gets a label type entity from the form with system info. * * @param form the create form
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 17.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
allowedPaths.add(baseCanonicalPath); if (canonicalPath.startsWith(baseCanonicalPath)) { isAllowed = true; break; } } } if (!allowedPaths.isEmpty() && !isAllowed) { throw new IllegalArgumentException(
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 13:57:12 GMT 2026 - 10.9K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/testing/DummyProxy.java
Class<?> current = iterator.next(); if (current == itf || itf.isAssignableFrom(current)) { // Skip any super interface of the ones that are already included. addToSet = false; break; } } if (addToSet) { interfaceClasses.add(itf); } } // Make the proxy serializable to work with SerializableTester interfaceClasses.add(Serializable.class);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 22:10:29 GMT 2025 - 4.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/JobLogTests.java
testReadJobLog(); testDeleteJobLog(); } @Test void searchParametersTest() { testSearchByJobName(); testPagination(); } /** * Test: Read job logs list */ private void testReadJobLogs() { logger.info("[BEGIN] testReadJobLogs"); final Map<String, Object> searchBody = new HashMap<>(); searchBody.put("size", 100);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:29:45 GMT 2025 - 9.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/EditForm.java
* Creates a new EditForm instance. */ public EditForm() { // Default constructor } /** * The CRUD operation mode for this form. * Indicates whether this is a create, read, update, or delete operation. */ @ValidateTypeFailure public int crudMode; /** * The unique identifier of the crawling information entry being edited.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/tomcat/webresources/FessWebResourceRoot.java
} catch (final Exception e) { logger.log(Level.WARNING, e, () -> { final String canonicalPath = possibleJar.getCanonicalPath(); return "Failed to read JAR file: path=" + canonicalPath; }); } } } }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 3.3K bytes - Click Count (0)