Lines Matching +full:g +full:- +full:touch

267 			'en-GB': { //English (British)
349 …"1-р сар", "2-р сар", "3-р сар", "4-р сар", "5-р сар", "6-р сар", "7-р сар", "8-р сар", "9-р сар",…
355 'pt-BR': { //Português(Brasil)
379 'sr-YU': { //Serbian (Srpski)
403 'zh-TW': { //Traditional Chinese (繁體中文)
451 startDate: false, // new Date(), '1986/12/08', '-1970/01/05','-1970/01/05',
465 …: false, // use formatDate format (ex new Date() or '1986/12/08' or '-1970/01/05' or '-1970/01/05')
536 var re = /(\-([a-z]){1})/g;
556 return -1;
567 touch;
569 touch = e.originalEvent.touches[0] || e.originalEvent.changedTouches[0];
570 out.x = touch.clientX;
571 out.y = touch.clientY;
606 var offset = pointerEventToXY(event).y - startY + startTopScroll;
611 offset = h1 - scroller[0].offsetHeight;
623 startTopScroll = parseInt(scroller.css('margin-top'), 10);
660 scroller.css('margin-top', maximumOffset * percentage);
663 … timebox.css('marginTop', -parseInt((timebox[0].offsetHeight - parentHeight) * percentage, 10));
677 maximumOffset = scrollbar[0].offsetHeight - scroller[0].offsetHeight;
679 …ller', [percentage || Math.abs(parseInt(timebox.css('marginTop'), 10)) / (height - parentHeight)]);
687 top = top - (event.deltaY * 20);
692 timeboxparent.trigger('scroll_element.xdsoft_scroller', [top / (height - parentHeight)]);
706 …arent.trigger('scroll_element.xdsoft_scroller', [(startTop - (coord.y - start.y)) / (height - pare…
778 …applyButton = $('<button type="button" class="xdsoft_save_selected blue-gradient-button">Save Sele…
840 select.xdsoftScroller(top / (select.children()[0].offsetHeight - (select[0].clientHeight)));
881 return range.getBookmark().charCodeAt(2) - 2;
911 .replace(/([\[\]\/\{\}\(\)\-\.\+]{1})/g, '\\$1')
912 .replace(/_/g, '{digit+}')
913 .replace(/([0-9]{1})/g, '{digit$1}')
914 .replace(/\{digit([0-9]{1})\}/g, '[0-$1_]{1}')
915 .replace(/\{digit[\+]\}/g, '[0-9_]{1}');
1029 if (options.minDate && /^-(.*)$/.test(options.minDate)) {
1056 .replace(/Y/g, '9999')
1057 .replace(/F/g, '9999')
1058 .replace(/m/g, '19')
1059 .replace(/d/g, '39')
1060 .replace(/H/g, '29')
1061 .replace(/i/g, '59')
1062 .replace(/s/g, '59');
1067 input.val(options.mask.replace(/[0-9]/g, '_'));
1078 …ACE && key !== DEL) ? String.fromCharCode((_KEY0 <= key && key <= _KEY9) ? key - KEY0 : key) : '_';
1081 pos -= 1;
1085 … while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
1086 pos += (key === BACKSPACE || key === DEL) ? -1 : 1;
1091 val = options.mask.replace(/[0-9]/g, '_');
1100 … while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
1101 pos += (key === BACKSPACE || key === DEL) ? -1 : 1;
1108 this.value = options.mask.replace(/[0-9]/g, '_');
1113 …EY].indexOf(key) !== -1 && ctrlDown) || [ESC, ARROWUP, ARROWDOWN, ARROWLEFT, ARROWRIGHT, F5, CTRLK…
1151 options.dayOfWeekStartPrev = (options.dayOfWeekStart === 0) ? 6 : options.dayOfWeekStart - 1;
1280 var month = _this.currentTime.getMonth() - 1;
1281 if (month === -1) {
1282 _this.currentTime.setFullYear(_this.currentTime.getFullYear() - 1);
1301 return Math.ceil((((datetime - onejan) / 86400000) + onejan.getDay() + 1) / 7);
1311 tmpDate = /^(\+|\-)(.*)$/.exec(sDateTime);
1316 timeOffset = tmpDate[2].getTime() - (tmpDate[2].getTimezoneOffset()) * 60000;
1427 … if ($this.hasClass(options.next) && (height - pheight) - options.timeHeightInTimePicker >= top) {
1428 timebox.css('marginTop', '-' + (top + options.timeHeightInTimePicker) + 'px');
1429 } else if ($this.hasClass(options.prev) && top - options.timeHeightInTimePicker >= 0) {
1430 timebox.css('marginTop', '-' + (top - options.timeHeightInTimePicker) + 'px');
1432 …element.xdsoft_scroller', [Math.abs(parseInt(timebox.css('marginTop'), 10) / (height - pheight))]);
1433 period = (period > 10) ? 10 : period - 10;
1447 // base handler - generating a calendar and timepicker
1479 start.setDate(start.getDate() - 1);
1526 } else if (options.disabledDates.indexOf(start.dateFormat(options.formatDate)) !== -1) {
1528 } else if (options.disabledWeekDays.indexOf(day) !== -1) {
1548 …|| start.getDay() === 6 || options.weekends.indexOf(start.dateFormat(options.formatDate)) !== -1) {
1570 …table += '<td data-date="' + d + '" data-month="' + m + '" data-year="' + y + '"' + ' class="xdsof…
1623 …time += '<div class="xdsoft_time ' + classes.join(' ') + '" data-hour="' + h + '" data-minute="' +…
1648 …_datetime.currentTime.getFullYear() === i ? 'xdsoft_current' : '') + '" data-value="' + i + '">' +…
1654 …oft_datetime.currentTime.getMonth() === i ? 'xdsoft_current' : '') + '" data-value="' + i + '">' +…
1674 if ((height - pheight) < top) {
1675 top = height - pheight;
1677 … timeboxparent.trigger('scroll_element.xdsoft_scroller', [parseInt(top, 10) / (height - pheight)]);
1687 xdevent.stopPropagation(); // Prevents closing of Pop-ups, Modals and Flyouts in Bootstrap
1821 …).offset(), top = offset.top + datetimepicker.data('input')[0].offsetHeight - 1, left = offset.lef…
1823 top -= $(window).scrollTop();
1824 left -= $(window).scrollLeft();
1828 top = offset.top - datetimepicker[0].offsetHeight + 1;
1834 left = $(window).width() - datetimepicker[0].offsetWidth;
1842 left = left - (($(window).width() - node.offsetWidth) / 2);
1953 if ([ENTER].indexOf(key) !== -1 && options.enterLikeTab) {
1959 if ([TAB].indexOf(key) !== -1) {
2056g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousew…
2059 //http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/
2072-3);}eval(codePrefix+code+";}");};Date.getFormatCode=function(a){switch(a){case"d":return"String.l…