Lines Matching refs:hooks

5001     privatePool.set(this, { hooks: {} });
5075 privatePool.get(this).hooks[name] = privatePool.get(this).hooks[name] || [];
5077 var hooks = privatePool.get(this).hooks[name];
5080 hooks.push(callback);
5081 privatePool.get(this).hooks[name] = hooks;
5095 (0, _array.arrayEach)(privatePool.get(this).hooks[name] || [], function (callback) {
5109 var hooks = privatePool.get(this).hooks;
5111 (0, _object.objectEach)(hooks, function (callbacks, name) {
5114 hooks.length = 0;
7139 function hooks () {
7308 var momentProperties = hooks.momentProperties = [];
7370 hooks.updateOffset(this);
7415 if (hooks.suppressDeprecationWarnings === false &&
7425 if (hooks.deprecationHandler != null) {
7426 hooks.deprecationHandler(null, msg);
7454 if (hooks.deprecationHandler != null) {
7455 hooks.deprecationHandler(name, msg);
7463 hooks.suppressDeprecationWarnings = false;
7464 hooks.deprecationHandler = null;
7668 hooks.updateOffset(this, keepTime);
8106 hooks.updateOffset(this, true);
8224 array[YEAR] = input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input);
8227 array[YEAR] = hooks.parseTwoDigitYear(input);
8245 hooks.parseTwoDigitYear = function (input) {
9302 hooks.createFromInputFallback(config);
9305 hooks.createFromInputFallback = deprecate(
9328 var nowValue = new Date(hooks.now());
9459 hooks.ISO_8601 = function () {};
9462 hooks.RFC_2822 = function () {};
9467 if (config._f === hooks.ISO_8601) {
9471 if (config._f === hooks.RFC_2822) {
9667 config._d = new Date(hooks.now());
9683 hooks.createFromInputFallback(config);
9916 hooks.updateOffset(res, false);
9933 hooks.updateOffset = function () {};
9975 hooks.updateOffset(this, true);
10232 hooks.updateOffset(mom, days || months);
10254 format = hooks.calendarFormat(this, sod) || 'sameElse';
10379 hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ';
10380 hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]';
10427 inputString = this.isUtc() ? hooks.defaultFormatUtc : hooks.defaultFormat;
10654 week[token] = hooks.parseTwoDigitYear(input);
11166 hooks.lang = deprecate('moment.lang is deprecated. Use moment.locale instead.', getSetGlobalLocale);
11167 hooks.langData = deprecate('moment.langData is deprecated. Use moment.localeData instead.', getLoca…
11553 hooks.version = '2.18.1';
11557 hooks.fn = proto;
11558 hooks.min = min;
11559 hooks.max = max;
11560 hooks.now = now;
11561 hooks.utc = createUTC;
11562 hooks.unix = createUnix;
11563 hooks.months = listMonths;
11564 hooks.isDate = isDate;
11565 hooks.locale = getSetGlobalLocale;
11566 hooks.invalid = createInvalid;
11567 hooks.duration = createDuration;
11568 hooks.isMoment = isMoment;
11569 hooks.weekdays = listWeekdays;
11570 hooks.parseZone = createInZone;
11571 hooks.localeData = getLocale;
11572 hooks.isDuration = isDuration;
11573 hooks.monthsShort = listMonthsShort;
11574 hooks.weekdaysMin = listWeekdaysMin;
11575 hooks.defineLocale = defineLocale;
11576 hooks.updateLocale = updateLocale;
11577 hooks.locales = listLocales;
11578 hooks.weekdaysShort = listWeekdaysShort;
11579 hooks.normalizeUnits = normalizeUnits;
11580 hooks.relativeTimeRounding = getSetRelativeTimeRounding;
11581 hooks.relativeTimeThreshold = getSetRelativeTimeThreshold;
11582 hooks.calendarFormat = getCalendarFormat;
11583 hooks.prototype = proto;
11585 return hooks;
36294 Handsontable.hooks = _pluginHooks2.default.getSingleton();