Lines Matching refs:prototype

735 Calendar.prototype.create = function (_par) {
1102 Calendar.prototype._init = function (firstDayOfWeek, date) {
1211 Calendar.prototype._initMultipleDates = function() {
1224 Calendar.prototype._toggleMultipleDate = function(date) {
1241 Calendar.prototype.setDateToolTipHandler = function (unaryFunction) {
1249 Calendar.prototype.setDate = function (date) {
1261 Calendar.prototype.refresh = function () {
1266 Calendar.prototype.setFirstDayOfWeek = function (firstDayOfWeek) {
1277 Calendar.prototype.setDateStatusHandler = Calendar.prototype.setDisabledHandler = function (unaryFu…
1282 Calendar.prototype.setRange = function (a, z) {
1288 Calendar.prototype.callHandler = function () {
1295 Calendar.prototype.callCloseHandler = function () {
1303 Calendar.prototype.destroy = function () {
1314 Calendar.prototype.reparent = function (new_parent) {
1338 Calendar.prototype.show = function () {
1365 Calendar.prototype.hide = function () {
1381 Calendar.prototype.showAt = function (x, y) {
1389 Calendar.prototype.showAtElement = function (el, opts) {
1461 Calendar.prototype.setDateFormat = function (str) {
1466 Calendar.prototype.setTtDateFormat = function (str) {
1474 Calendar.prototype.parseDate = function(str, fmt) {
1480 Calendar.prototype.hideShowCovered = function () {
1538 Calendar.prototype._displayWeekdays = function () {
1561 Calendar.prototype._hideCombos = function () {
1567 Calendar.prototype._dragStart = function (ev) {
1711 Date.prototype.getMonthDays = function(month) {
1724 Date.prototype.getDayOfYear = function() {
1732 Date.prototype.getWeekNumber = function() {
1743 Date.prototype.equalsTo = function(date) {
1752 Date.prototype.setDateOnly = function(date) {
1761 Date.prototype.print = function (str) {
1827 Date.prototype.__msh_oldSetFullYear = Date.prototype.setFullYear;
1828 Date.prototype.setFullYear = function(y) {