- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Schack (0.11 sec)
-
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
if (typeof options.maxDate === 'object') this.maxDate = moment(options.maxDate); // sanity check for bad options if (this.minDate && this.startDate.isBefore(this.minDate)) this.startDate = this.minDate.clone(); // sanity check for bad options if (this.maxDate && this.endDate.isAfter(this.maxDate)) this.endDate = this.maxDate.clone();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 64.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
*/ private static boolean isWorkgroup ( SmbResource r ) { try { return r.getLocator().isWorkgroup(); } catch ( CIFSException e ) { log.debug("Failed to check for workgroup", e); return false; } } /** * {@inheritDoc} * * @see java.net.URLConnection#connect() */ @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java
exists = response.isExists(); } catch (final Exception e) { logger.debug("Failed to check {} index status.", indexName, e); } return exists; } public boolean copyDocIndex(final String fromIndex, final String toIndex, final boolean waitForCompletion) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Oct 20 02:08:03 UTC 2024 - 86.1K bytes - Viewed (0)