Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 235 for setTime (0.25 sec)

  1. src/main/webapp/js/admin/plugins/timepicker/bootstrap-timepicker.min.js

    incrementMinute();break;case"second":this.incrementSecond();break;case"meridian":this.toggleMeridian()}this.setTime(this.getTime()),c.get(0).setSelectionRange(0,2);break;case 40:switch(b.preventDefault(),d){case"hour":this.decrementHour();break;case"minute":this.decrementMinute();break;case"second":this.decrementSecond();break;case"meridian":this.toggleMeridian()}this.setTime(this.getTime()),c.get(0).setSelectionRange(0,2)}},widgetKeyup:function(a){(65===a.which||77===a.which||80===a.which||46==...
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 18.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/core/convert/CalendarConversionUtil.java

                return (Calendar) o;
            }
            final java.util.Date date = DateConversionUtil.toDate(o, pattern);
            if (date != null) {
                final Calendar cal = Calendar.getInstance();
                cal.setTime(date);
                return cal;
            }
            return null;
        }
    
        /**
         * ローカルの{@link TimeZone}と{@link Locale}をもつ{@link Calendar}に変換します。
         *
         * @param calendar
    Java
    - Registered: Fri Apr 26 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 2.3K bytes
    - Viewed (0)
  3. api/except.txt

    pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3223873860
    pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 234
    pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 232
    pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 233
    pkg syscall (openbsd-386), const SYS_FHSTATFS = 309
    pkg syscall (openbsd-386), const SYS_FSTAT = 292
    pkg syscall (openbsd-386), const SYS_FSTATAT = 316
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/core/convert/TimeConversionUtil.java

                final Date date = toDate(str, format);
                if (date != null) {
                    return new Time(date.getTime());
                }
            }
            final Date date = toDate(str, locale);
            if (date != null) {
                return new Time(date.getTime());
            }
            final Time time = toSqlTimeJdbcEscape(str);
            if (time != null) {
                return time;
            }
    Java
    - Registered: Fri Apr 26 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 21.2K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/core/convert/TimestampConversionUtil.java

                final Date date = toDate(str, format);
                if (date != null) {
                    return new Timestamp(date.getTime());
                }
            }
            final Date date = toDate(str, locale);
            if (date != null) {
                return new Timestamp(date.getTime());
            }
            final Timestamp timestamp = toSqlTimestampJdbcEscape(str);
            if (timestamp != null) {
    Java
    - Registered: Fri Apr 26 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 22.1K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/core/convert/DateConversionUtil.java

                final Date date = toDate(str, format);
                if (date != null) {
                    return new java.sql.Date(date.getTime());
                }
            }
            final Date date = toDate(str, locale);
            if (date != null) {
                return new java.sql.Date(date.getTime());
            }
            final java.sql.Date sqlDate = toSqlDateJdbcEscape(str);
            if (sqlDate != null) {
                return sqlDate;
    Java
    - Registered: Fri Apr 26 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 21.5K bytes
    - Viewed (0)
  7. api/go1.3.txt

    pkg syscall (openbsd-386), const SIOCSVNETID ideal-int
    pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 89
    pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 87
    pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 88
    pkg syscall (openbsd-386), const SYS_FHSTATFS = 65
    pkg syscall (openbsd-386), const SYS_FSTAT = 53
    pkg syscall (openbsd-386), const SYS_FSTATAT = 42
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SYS_TIMERFD_GETTIME ideal-int
    pkg syscall (linux-arm-cgo), const SYS_TIMERFD_SETTIME ideal-int
    pkg syscall (linux-arm-cgo), const SYS_TIMER_CREATE ideal-int
    pkg syscall (linux-arm-cgo), const SYS_TIMER_DELETE ideal-int
    pkg syscall (linux-arm-cgo), const SYS_TIMER_GETOVERRUN ideal-int
    pkg syscall (linux-arm-cgo), const SYS_TIMER_GETTIME ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  9. api/go1.1.txt

    pkg syscall (linux-386), const SYS_TIMERFD_GETTIME = 326
    pkg syscall (linux-386), const SYS_TIMERFD_SETTIME = 325
    pkg syscall (linux-386), const SYS_TIMER_CREATE = 259
    pkg syscall (linux-386), const SYS_TIMER_DELETE = 263
    pkg syscall (linux-386), const SYS_TIMER_GETOVERRUN = 262
    pkg syscall (linux-386), const SYS_TIMER_GETTIME = 261
    pkg syscall (linux-386), const SYS_TIMER_SETTIME = 260
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_GETRES ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_GETTIME = 427
    pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_GETTIME ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_SETTIME = 428
    pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_SETTIME ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS___CLONE = 287
    pkg syscall (netbsd-arm64-cgo), const SYS___CLONE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
Back to top